소스 검색

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

Chris Conner 10 년 전
부모
커밋
e1993edc2d
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)