I need some help with Sqoop Validation. I had written a custom validator and was using it for validation using the below syntax:
$ sqoop import <all other parameters> --validator <class_name>
But for some reason, there a failure due to which the program is crashing. I want to write a failure handler and got a failure handler from git. Now how should I specify this in the sqoop command.