|
|
@@ -221,7 +221,23 @@
|
|
|
# Whether to submit jobs to this cluster
|
|
|
## submit_to=False
|
|
|
|
|
|
+
|
|
|
+###########################################################################
|
|
|
+# 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 for the User Admin application
|
|
|
+###########################################################################
|
|
|
+
|
|
|
+[useradmin]
|
|
|
+ # The name of the default user group that users will be a member of
|
|
|
+ ## default_user_group=default_group
|