Skip to content

script to rerun Oozie workflow submitted by Hue for Cloudera system

Notifications You must be signed in to change notification settings

peepeepopapapeepeepo/oozie_rerun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

script to rerun Oozie workflow submitted by Hue for Cloudera system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages