浏览代码

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]