Browse Source

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

Johan Ahlen 9 năm trước cách đây
mục cha
commit
b57ab11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,