ソースを参照

HUE-4515 [oozie] Remove oozie.bundle.application.path from properties when rerunning workflow

krish 9 年 前
コミット
392221044b
1 ファイル変更3 行追加0 行削除
  1. 3 0
      desktop/libs/liboozie/src/liboozie/submission2.py

+ 3 - 0
desktop/libs/liboozie/src/liboozie/submission2.py

@@ -127,6 +127,9 @@ class Submission(object):
     if 'oozie.coord.application.path' in self.properties:
       self.properties.pop('oozie.coord.application.path')
 
+    if 'oozie.bundle.application.path' in self.properties:
+      self.properties.pop('oozie.bundle.application.path')
+
     if fail_nodes:
       self.properties.update({'oozie.wf.rerun.failnodes': fail_nodes})
     elif not skip_nodes: