Details
Description
I'd like to be selective about which sqoop jobs my ManagerFactory accepts.
Part of this decision is based on the type of sqoop job. i.e. import/export etc.
Can we please have a configuration property available in SqoopOptions that indicates the command in use?
Or is there a way to get this that I'm not aware of?
(Something better than my current technique of inspecting the call-stack to whether it includes 'com.cloudera.sqoop.tool.ImportTool')
Thanks.