Skip to content

Commit 1951b5d

Browse files
author
Thomas Risberg
committed
Foramatting
1 parent db8356d commit 1951b5d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

hadoop-config/2.0.6-alpha/README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@ Hadoop Configuration
33

44
Modify $HADOOP_INSTALL/etc/hadoop/hadoop-env.sh
55

6-
modify line 27: export JAVA_HOME=${JAVA_HOME}
6+
modify line 27: `export JAVA_HOME=${JAVA_HOME}`
77

88
to be:
9-
export JAVA_HOME=<path to your Java install home>
9+
10+
export JAVA_HOME=<path to your Java install home>
1011

1112
On Ubuntu 13.04 with Java 1.6 it would be:
12-
export JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
1313

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"
1915

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+
```
2023
to:
24+
```
2125
$HADOOP_INSTALL/etc/hadoop
26+
```
2227

2328
This is a barebones configuration that stores any data files in your
2429
temp directory but it allows you to quickly get up and running executing

0 commit comments

Comments
 (0)