Hi, I am customizing Apache Hive (version 1.1.0 ) and want to have the control to restart a job when a user defined condition is met, for example, one of the condition could be to restart the job (and submit with different configurations) if it takes more time to execute than a defined threshold.
I have been spending time in understanding the Hive code, have not been able to figure out a clean way to implement the above feature. Any help or clues would be highly appreciated. Regards Afzal