浏览代码

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

ayush.goyal 4 年之前
父节点
当前提交
4fc516fb38
共有 2 个文件被更改,包括 2 次插入2 次删除
  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
   ## enable_kafka=false
 
 
   # Flag to turn on the direct upload of a small file.
   # 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
   ## enable_kafka=false
 
 
   # Flag to turn on the direct upload of a small file.
   # Flag to turn on the direct upload of a small file.
-  ## enable_direct_upload=false
+  ## enable_direct_upload=true
 
 
 
 
 ###########################################################################
 ###########################################################################