Browse Source

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

Johan Ahlen 9 years ago
parent
commit
b57ab11
1 changed files with 1 additions and 1 deletions
  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,