Преглед изворни кода

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 пре 5 година
родитељ
комит
1313689812
1 измењених фајлова са 1 додато и 3 уклоњено
  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]