The default validator used is org.apache.sqoop.validation.RowCountValidator. If you want to use a custom validator, then you have to mention the validator class in the sqoop import command. Refer to the below syntax:
$ sqoop import <all other parameters> --validator <class_name>