This project provides a Hadoop FileSystem for the open source Manta object store. Unlike other object stores, Manta is strongly consistent and uses a hierarchical file system (like a Unix filesystem) to organize file storage whereas S3/Swift use a key/value system. This model aligns closely with the Hadoop Filesystem model and it leaves us with very few divergences from the default behavior.
manta:///user.name/stor/path/to/file
You will need to have the public/private keys needed to access Manta on the machine in which Hadoop is running. It is often best to verify that these keys are setup correctly using the Node.js Manta CLI.
Configuration will be done using the Hadoop configuration files or environment variables. Refer to the table below for the available configuration options.
Configuration used are the same as Java Manta Client SDK. Hadoop-specific property keys use the same keys as system properties within the Java Manta SDK.
Please refer to the following guides for installing the Manta Filesystem for Hadoop on different Hadoop ecosystem applications.
The Manta Filesystem for Hadoop is licensed under the Apache 2.0 license.