|
@@ -151,7 +151,7 @@
|
|
|
# Whether to use a TLS (secure) connection when talking to the SMTP server
|
|
# Whether to use a TLS (secure) connection when talking to the SMTP server
|
|
|
tls=no
|
|
tls=no
|
|
|
|
|
|
|
|
- # Default email address to use for various automated notification from Hue
|
|
|
|
|
|
|
+ # Default email address to use for various automated notification from Hue
|
|
|
## default_from_email=hue@localhost
|
|
## default_from_email=hue@localhost
|
|
|
|
|
|
|
|
|
|
|
|
@@ -255,6 +255,18 @@
|
|
|
## hadoop_conf_dir=/etc/hadoop/conf
|
|
## hadoop_conf_dir=/etc/hadoop/conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+###########################################################################
|
|
|
|
|
+# Settings to configure Oozie
|
|
|
|
|
+###########################################################################
|
|
|
|
|
+
|
|
|
|
|
+[oozie]
|
|
|
|
|
+ # The URL where the Oozie service runs on. This is required in order for
|
|
|
|
|
+ # users to submit jobs.
|
|
|
|
|
+ oozie_url=http://localhost:11000/oozie
|
|
|
|
|
+
|
|
|
|
|
+ ## security_enabled=false
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
###########################################################################
|
|
###########################################################################
|
|
|
# Settings to configure Beeswax
|
|
# Settings to configure Beeswax
|
|
|
###########################################################################
|
|
###########################################################################
|
|
@@ -289,18 +301,6 @@
|
|
|
## share_saved_queries=true
|
|
## share_saved_queries=true
|
|
|
|
|
|
|
|
|
|
|
|
|
-###########################################################################
|
|
|
|
|
-# Settings to configure Job Designer.
|
|
|
|
|
-###########################################################################
|
|
|
|
|
-
|
|
|
|
|
-[jobsub]
|
|
|
|
|
- # The URL where the Oozie service runs on. This is required in order for
|
|
|
|
|
- # users to submit jobs.
|
|
|
|
|
- oozie_url=http://localhost:11000/oozie
|
|
|
|
|
-
|
|
|
|
|
- ## security_enabled=false
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
###########################################################################
|
|
###########################################################################
|
|
|
# Settings to configure Job Browser.
|
|
# Settings to configure Job Browser.
|
|
|
###########################################################################
|
|
###########################################################################
|