Browse Source

HUE-6516 [oozie] Turn back on document action

Romain Rigaux 8 years ago
parent
commit
36f7617

+ 1 - 1
apps/oozie/src/oozie/conf.py

@@ -93,7 +93,7 @@ ENABLE_DOCUMENT_ACTION = Config(
   key="enable_document_action",
   key="enable_document_action",
   help=_t("Flag to enable the saved Editor queries to be dragged and dropped into a workflow."),
   help=_t("Flag to enable the saved Editor queries to be dragged and dropped into a workflow."),
   type=bool,
   type=bool,
-  default=False
+  default=True
 )
 )
 
 
 ENABLE_IMPALA_ACTION = Config(
 ENABLE_IMPALA_ACTION = Config(

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -1110,7 +1110,7 @@
   ## enable_cron_scheduling=true
   ## enable_cron_scheduling=true
 
 
   # Flag to enable the saved Editor queries to be dragged and dropped into a workflow.
   # Flag to enable the saved Editor queries to be dragged and dropped into a workflow.
-  ## enable_document_action=false
+  ## enable_document_action=true
 
 
   # Flag to enable Oozie backend filtering instead of doing it at the page level in Javascript. Requires Oozie 4.3+.
   # Flag to enable Oozie backend filtering instead of doing it at the page level in Javascript. Requires Oozie 4.3+.
   ## enable_oozie_backend_filtering=true
   ## enable_oozie_backend_filtering=true

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1112,7 +1112,7 @@
   ## enable_cron_scheduling=true
   ## enable_cron_scheduling=true
 
 
   # Flag to enable the saved Editor queries to be dragged and dropped into a workflow.
   # Flag to enable the saved Editor queries to be dragged and dropped into a workflow.
-  ## enable_document_action=false
+  ## enable_document_action=true
 
 
   # Flag to enable Oozie backend filtering instead of doing it at the page level in Javascript. Requires Oozie 4.3+.
   # Flag to enable Oozie backend filtering instead of doing it at the page level in Javascript. Requires Oozie 4.3+.
   ## enable_oozie_backend_filtering=true
   ## enable_oozie_backend_filtering=true