Browse Source

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

jdesjean 7 years ago
parent
commit
fb32aef
1 changed files with 0 additions and 1 deletions
  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'):