瀏覽代碼

HUE-2753 [core] Add script to cleanup history in oozie and beeswax tables

Chris Conner 10 年之前
父節點
當前提交
e1993ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/ops/hue_history_cron.sh

+ 1 - 1
tools/ops/hue_history_cron.sh

@@ -82,7 +82,7 @@ log.info("Looping through workflows")
 for w in workflows:
    w.delete(skip_trash=True)
    loopCount += 1
-   if (loopCount == maxCount):
+   if loopCount == maxCount:
       totalWorkflows = totalWorkflows - maxCount
       loopCount = 1
       log.info("workflows left: %s" % totalWorkflows)