{ "info": { "author": "Ahmad Al-Shishtawy", "author_email": "alshishtawy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: IPython", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "===========================================\nHDFS Contents Manager for Jupyter Notebooks\n===========================================\n\nA contents manager for Jupyter that stores files in Hadoop File System (HDFS)\n\n\nInstall\n-------\n\n1) Install HDFS3_.\n\n2) Clone this repository then pip install .\n\n\nRun\n----\n\nYou can use command line arguments to set HDFS related configurations\n\n::\n\n jupyter-notebook --NotebookApp.contents_manager_class='hdfscontents.hdfsmanager.HDFSContentsManager' \\\n --HDFSContentsManager.hdfs_namenode_host='localhost' \\\n --HDFSContentsManager.hdfs_namenode_port=9000 \\\n --HDFSContentsManager.root_dir='/user/centos/'\n \n.. code: bash\n\nAlternatively, first run:\n::\n jupyter-notebook --generate-config\n \nto generate a default config file. Edit and add the HDFS related configurations in the generated file. Then start the notebook server.\n::\n jupyter-notebook\n\n\n.. _HDFS3: https://hdfs3.readthedocs.io/en/latest/install.html", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/alshishtawy/hdfscontents/archive/0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alshishtawy/hdfscontents", "keywords": "Jupyter,HDFS", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "jupyter-hdfscontents", "package_url": "https://pypi.org/project/jupyter-hdfscontents/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jupyter-hdfscontents/", "project_urls": { "Download": "https://github.com/alshishtawy/hdfscontents/archive/0.2.tar.gz", "Homepage": "https://github.com/alshishtawy/hdfscontents" }, "release_url": "https://pypi.org/project/jupyter-hdfscontents/0.2/", "requires_dist": null, "requires_python": null, "summary": "Jupyter content manager that uses the HDFS filesystem", "version": "0.2" }, "last_serial": 2749563, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "5514e3a4c3ecaf00c8366177e44a680a", "sha256": "7cc1d33d48fc3d50ea9b7ed34f259a5f8e1622a96c9579f5cf3ad0a0d125ac47" }, "downloads": -1, "filename": "jupyter-hdfscontents-0.2.tar.gz", "has_sig": false, "md5_digest": "5514e3a4c3ecaf00c8366177e44a680a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9237, "upload_time": "2017-04-03T14:11:15", "url": "https://files.pythonhosted.org/packages/fb/e1/9e9eee1e0d0b5823a0111b58d459ddbfeff9a9050465fda9c4f168fe6aee/jupyter-hdfscontents-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5514e3a4c3ecaf00c8366177e44a680a", "sha256": "7cc1d33d48fc3d50ea9b7ed34f259a5f8e1622a96c9579f5cf3ad0a0d125ac47" }, "downloads": -1, "filename": "jupyter-hdfscontents-0.2.tar.gz", "has_sig": false, "md5_digest": "5514e3a4c3ecaf00c8366177e44a680a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9237, "upload_time": "2017-04-03T14:11:15", "url": "https://files.pythonhosted.org/packages/fb/e1/9e9eee1e0d0b5823a0111b58d459ddbfeff9a9050465fda9c4f168fe6aee/jupyter-hdfscontents-0.2.tar.gz" } ] }