Bläddra i källkod

[importer_direct_upload] default value to 'true' in ini files

ayush.goyal 4 år sedan
förälder
incheckning
4fc516fb38
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -1665,7 +1665,7 @@
   ## enable_kafka=false
 
   # Flag to turn on the direct upload of a small file.
-  ## enable_direct_upload=false
+  ## enable_direct_upload=true
 
 
 ###########################################################################

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

@@ -1651,7 +1651,7 @@
   ## enable_kafka=false
 
   # Flag to turn on the direct upload of a small file.
-  ## enable_direct_upload=false
+  ## enable_direct_upload=true
 
 
 ###########################################################################