瀏覽代碼

HUE-3968 [core] Job XML configuration for Oozie gives an error

Johan Ahlen 9 年之前
父節點
當前提交
b57ab11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/src/oozie/models2.py

+ 1 - 1
apps/oozie/src/oozie/models2.py

@@ -164,7 +164,7 @@ class WorkflowConfiguration(object):
       "nice_name": _("Job XML"),
       "key": "job_xml",
       "help_text": _("Oozie Job XML file"),
-      "type": "hdfs-files"
+      "type": "hdfs-file"
     }, {
       "multiple": False,
       "defaultValue": False,