Selaa lähdekoodia

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

jdesjean 7 vuotta sitten
vanhempi
commit
fb32aef
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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'):