I implemented a contents manager for Jupyter notebooks that uses HDFS as a storage backend to store notebooks. I have two versions. The main difference is the library used to read/write HDFS.
- The first version uses HDFS3 which is based on libhdfs3, a native C/C++ library to interact …