Skip to content

Commit cebbd3b

Browse files
author
Elijah Zupancic
committed
Bumped Hadoop version in docs.
1 parent 5cb70db commit cebbd3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

113113
To install in Hadoop, copy the jar file `hadoop-manta-x.x-jar-with-dependencies.jar`
114114
to `$HADOOP_HOME/share/hadoop/common/lib/`.
@@ -129,7 +129,7 @@ You will need a setting in the core-site.xml file like:
129129
Then 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/'
133133
Found 4 items
134134
drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/jobs
135135
drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/public
@@ -140,7 +140,7 @@ drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/stor
140140
or:
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
145145
Found 4 items
146146
drwxrwxrwx - 1 2013-05-22 10:39 manta:///username/jobs
@@ -327,7 +327,7 @@ Name: Manta
327327
Link configuration
328328
329329
HDFS 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
331331
New link was successfully created with validation status OK and persistent id 2
332332
```
333333

0 commit comments

Comments
 (0)