Metadata-Version: 1.1
Name: hdfscontents
Version: 0.3
Summary: Jupyter content manager that uses the HDFS filesystem
Home-page: https://github.com/hopshadoop/hdfscontents
Author: Ahmad Al-Shishtawy
Author-email: alshishtawy@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/hopshadoop/hdfscontents/archive/0.3.tar.gz
Description: ===========================================
        HDFS Contents Manager for Jupyter Notebooks
        ===========================================
        
        A contents manager for Jupyter that stores files in Hadoop File System (HDFS)
        
        
        Install
        -------
        
        1) Install HDFS3_.
        
        2) Install HDFSContents Manager
        ::
          pip install hdfscontents
        
        
        Run
        ----
        
        You can use command line arguments to set HDFS related configurations
        
        ::
        
          jupyter-notebook --NotebookApp.contents_manager_class='hdfscontents.hdfsmanager.HDFSContentsManager' \
                --HDFSContentsManager.hdfs_namenode_host='localhost' \
                --HDFSContentsManager.hdfs_namenode_port=9000 \
                --HDFSContentsManager.root_dir='/user/centos/'
                
        .. code: bash
        
        Alternatively, first run:
        ::
          jupyter-notebook --generate-config
          
        to generate a default config file. Edit and add the HDFS related configurations in the generated file. Then start the notebook server.
        ::
          jupyter-notebook
        
        
        .. _HDFS3: https://hdfs3.readthedocs.io/en/latest/install.html
        
Keywords: Jupyter,HDFS,HOPS,Hadoop
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: IPython
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
