瀏覽代碼

HUE-7420 [jb] enable query browser by default

jdesjean 8 年之前
父節點
當前提交
a822810
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      apps/jobbrowser/src/jobbrowser/conf.py
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -57,5 +57,5 @@ ENABLE_QUERY_BROWSER = Config(
     key="enable_query_browser",
     help=_("Show the query section for listing and showing more troubleshooting information."),
     type=coerce_bool,
-    default=False
+    default=True
 )

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

@@ -1329,7 +1329,7 @@
   ## enable_v2=true
 
   # Show the query section for listing and showing more troubleshooting information.
-  ## enable_query_browser=false
+  ## enable_query_browser=true
 
 
 ###########################################################################

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

@@ -1331,7 +1331,7 @@
   ## enable_v2=true
 
   # Show the query section for listing and showing more troubleshooting information.
-  ## enable_query_browser=false
+  ## enable_query_browser=true
 
 
 ###########################################################################