Browse Source

HUE-3293 [core] Put new editor flag in [dektop] in hue.ini

Romain Rigaux 9 years ago
parent
commit
3520d80
2 changed files with 6 additions and 6 deletions
  1. 3 3
      desktop/conf.dist/hue.ini
  2. 3 3
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -140,6 +140,9 @@
   # e.g.: pig,zookeeper
   ## app_blacklist=
 
+  # Choose whether to show the new SQL editor.
+  ## use_new_editor=true
+
   # The directory where to store the auditing logs. Auditing is disable if the value is empty.
   # e.g. /var/log/hue/audit.log
   ## audit_event_log_dir=
@@ -825,9 +828,6 @@
   ## auth_username=hue
   ## auth_password=
 
-  # Choose whether to show the new SQL editor.
-  ## use_new_editor=true
-
 
 ###########################################################################
 # Settings to configure Impala

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

@@ -144,6 +144,9 @@
   # e.g.: pig,zookeeper
   ## app_blacklist=
 
+  # Choose whether to show the new SQL editor.
+  ## use_new_editor=true
+
   # The directory where to store the auditing logs. Auditing is disable if the value is empty.
   # e.g. /var/log/hue/audit.log
   ## audit_event_log_dir=
@@ -827,9 +830,6 @@
   ## auth_username=hue
   ## auth_password=
 
-  # Choose whether to show the new SQL editor.
-  ## use_new_editor=true
-
 
 ###########################################################################
 # Settings to configure Impala