浏览代码

HUE-6722 [jb] Task progress shows as 1 and not 100%

jdesjean 7 年之前
父节点
当前提交
fb32aef
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      apps/jobbrowser/src/jobbrowser/yarn_models.py

+ 0 - 1
apps/jobbrowser/src/jobbrowser/yarn_models.py

@@ -428,7 +428,6 @@ class Attempt:
     setattr(self, 'shuffleFinishTimeFormatted', None)
     setattr(self, 'sortFinishTimeFormatted', None)
     setattr(self, 'mapFinishTimeFormatted', None)
-    setattr(self, 'progress', self.progress / 100)
     if not hasattr(self, 'diagnostics'):
       self.diagnostics = ''
     if not hasattr(self, 'assignedContainerId'):