Browse Source

HUE-7 [metastore] Turn on the new create wizard

Romain Rigaux 8 years ago
parent
commit
180747a

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

@@ -24,5 +24,5 @@ ENABLE_NEW_CREATE_TABLE = Config(
   key="enable_new_create_table",
   help=_("Flag to turn on the new version of the create table wizard."),
   type=bool,
-  default=False
+  default=True
 )

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

@@ -937,7 +937,7 @@
 
 [metastore]
   # Flag to turn on the new version of the create table wizard.
-  ## enable_new_create_table=false
+  ## enable_new_create_table=true
 
 
 ###########################################################################

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

@@ -939,7 +939,7 @@
 
 [metastore]
   # Flag to turn on the new version of the create table wizard.
-  ## enable_new_create_table=false
+  ## enable_new_create_table=true
 
 
 ###########################################################################