@@ -32,7 +32,7 @@ This project is licensed under the [Apache 2.0 license](LICENSE.txt).
3232
3333## Run Requirements
3434 * Java 8
35- * Hadoop 2.7.2
35+ * Hadoop 2.7.3
3636 * A running instance of the Manta object store ([ available on the public cloud] ( https://www.joyent.com/object-storage ) )
3737
3838## Build Requirements
@@ -108,7 +108,7 @@ Time in milliseconds to cache the HTTP signature authorization header. A setting
108108
109109## Hadoop Installation
110110
111- * Note: These instructions are for Hadoop 2.7.2 .*
111+ * Note: These instructions are for Hadoop 2.7.3 .*
112112
113113To install in Hadoop, copy the jar file ` hadoop-manta-x.x-jar-with-dependencies.jar `
114114to ` $HADOOP_HOME/share/hadoop/common/lib/ ` .
@@ -129,7 +129,7 @@ You will need a setting in the core-site.xml file like:
129129Then start Hadoop or any of the Hadoop CLI utilities. For example:
130130
131131```
132- ➜ hadoop-2.7.2 ./bin/hdfs dfs -ls 'manta:///username/'
132+ ➜ hadoop-2.7.3 ./bin/hdfs dfs -ls 'manta:///username/'
133133Found 4 items
134134drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/jobs
135135drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/public
@@ -140,7 +140,7 @@ drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/stor
140140or:
141141
142142```
143- ➜ hadoop-2.7.2 ./bin/hadoop fs -ls 'manta:///username/'
143+ ➜ hadoop-2.7.3 ./bin/hadoop fs -ls 'manta:///username/'
144144
145145Found 4 items
146146drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/jobs
@@ -327,7 +327,7 @@ Name: Manta
327327Link configuration
328328
329329HDFS URI: manta:///username/stor/sqoop
330- Hadoop conf directory: /opt/hadoop-2.7.2 /etc/hadoop
330+ Hadoop conf directory: /opt/hadoop-2.7.3 /etc/hadoop
331331New link was successfully created with validation status OK and persistent id 2
332332```
333333
0 commit comments