File tree 1 file changed +13
-8
lines changed
hadoop-config/2.0.6-alpha 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,27 @@ Hadoop Configuration
3
3
4
4
Modify $HADOOP_INSTALL/etc/hadoop/hadoop-env.sh
5
5
6
- modify line 27: export JAVA_HOME=${JAVA_HOME}
6
+ modify line 27: ` export JAVA_HOME=${JAVA_HOME} `
7
7
8
8
to be:
9
- export JAVA_HOME=<path to your Java install home >
9
+
10
+ export JAVA_HOME=<path to your Java install home>
10
11
11
12
On Ubuntu 13.04 with Java 1.6 it would be:
12
- export JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
13
13
14
- Copy the following files from this repo:
15
- core-site.xml
16
- hdfs-site.xml
17
- mapred-site.xml
18
- yarn-site.xml
14
+ export JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
19
15
16
+ Copy the following files from this repo:
17
+ ```
18
+ core-site.xml
19
+ hdfs-site.xml
20
+ mapred-site.xml
21
+ yarn-site.xml
22
+ ```
20
23
to:
24
+ ```
21
25
$HADOOP_INSTALL/etc/hadoop
26
+ ```
22
27
23
28
This is a barebones configuration that stores any data files in your
24
29
temp directory but it allows you to quickly get up and running executing
You can’t perform that action at this time.
0 commit comments