|
|
@@ -124,9 +124,13 @@
|
|
|
#
|
|
|
# NOTE: Hue depends on Cloudera's Distribution of Hadoop version 3 (CDH3)
|
|
|
# or later.
|
|
|
- hadoop_home=/usr/lib/hadoop-0.20
|
|
|
+ hadoop_home=/usr/lib/hadoop
|
|
|
# hadoop_conf_dir=/etc/hadoop/conf
|
|
|
|
|
|
+ # The URL where the Oozie service runs on. This is required in order for
|
|
|
+ # users to submit jobs.
|
|
|
+ oozie_url=http://localhost:11000/oozie
|
|
|
+
|
|
|
|
|
|
# Configuration for HDFS NameNode
|
|
|
# ------------------------------------------------------------------------
|