Sfoglia il codice sorgente

HUE-8788 [fb] Disable fb download redirect by default.

jdesjean 6 anni fa
parent
commit
df31a484b4

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

@@ -64,4 +64,4 @@ REDIRECT_DOWNLOAD = Config(
   help=_(
     'Redirect client to WebHdfs or S3 for file download. Note: Turning this on will override notebook/redirect_whitelist for user selected file downloads on WebHdfs & S3.'),
   type=coerce_bool,
-  default=True)
+  default=False)

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

@@ -1320,7 +1320,7 @@
   ## enable_extract_uploaded_archive=true
 
   # Redirect client to WebHdfs or S3 for file download. Note: Turning this on will override notebook/redirect_whitelist for user selected file downloads on WebHdfs & S3.
-  ## redirect_download=true
+  ## redirect_download=false
 
 ###########################################################################
 # Settings to configure Pig

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

@@ -1323,7 +1323,7 @@
   ## enable_extract_uploaded_archive=true
 
   # Redirect client to WebHdfs or S3 for file download. Note: Turning this on will override notebook/redirect_whitelist for user selected file downloads on WebHdfs & S3.
-  ## redirect_download=true
+  ## redirect_download=false
 
 
 ###########################################################################