Commit 3362179d by Gabe Mulley

Move hadoop home

parent f696e129
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
# #
HADOOP_COMMON_VERSION: 2.3.0 HADOOP_COMMON_VERSION: 2.3.0
HADOOP_COMMON_USER_HOME: /home/hadoop HADOOP_COMMON_USER_HOME: "{{ COMMON_APP_DIR }}/hadoop"
HADOOP_COMMON_HOME: "{{ COMMON_APP_DIR }}/hadoop" HADOOP_COMMON_HOME: "{{ HADOOP_COMMON_USER_HOME }}/hadoop"
HADOOP_COMMON_DATA: "{{ COMMON_DATA_DIR }}/hadoop" HADOOP_COMMON_DATA: "{{ COMMON_DATA_DIR }}/hadoop"
# These are non-standard directories, but are where Hadoop expects to find them. # These are non-standard directories, but are where Hadoop expects to find them.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment