Procházet zdrojové kódy

HUE-8993 [core] Avoid hardcoding an hdfs cluster in the image

If set in the base image, it can't be overriden later as there is no
way to clear an ini section.
Romain před 5 roky
rodič
revize
1313689812
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      tools/container/hue/hueconf/hue.ini

+ 1 - 3
tools/container/hue/hueconf/hue.ini

@@ -46,7 +46,5 @@ backend=desktop.auth.backend.AllowFirstUserDjangoBackend
 [libzookeeper]
 [hadoop]
 [[hdfs_clusters]]
-[[[default]]]
-fs_defaultfs=hdfs://localhost:8020
-webhdfs_url=http://localhost:20101/webhdfs/v1
+[[yarn_clusters]]
 [beeswax]