/oozie_rerun

script to rerun Oozie workflow submitted by Hue for Cloudera system

Primary LanguageShell

oozie_rerun

script to rerun Oozie workflow submitted by Hue for Cloudera system

Installation

  1. Login to the server that Oozie installed

  2. switch user to hue

    sudo su -s /bin/bash hue
  3. clone

    git clone https://github.com/peepeepopapapeepeepo/oozie_rerun.git

Usage

  1. Login to the server that Oozie installed

  2. switch user to hue

    sudo su -s /bin/bash hue
  3. go to installtion directory

    cd oozie_rerun
  4. run this script

    ./oozie_rerun <list|rerun> "<Coordinator Name>" "<since datetime in format yyyy-MM-dd'T'HH:mm'Z' e.g. 2019-01-01T00:00Z>"

    Note

    • list = list all unsuccessful workflowis for a certain coordinator
    • rerun = rerun all unsuccessful workflows for a certain coordinator