Member since
07-17-2018
1
Post
0
Kudos Received
0
Solutions
07-18-2018
05:32 AM
Hello @Nandan B R! Maybe the sqoop options work in this case, but, I didn't test it. https://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html#_using_options_files_to_pass_arguments Another way would be to use shell variables and create a script which replaces the --query value by $variable. Or you can try the sqoop 2 using the JDBC Conn https://sqoop.apache.org/docs/1.99.7/user/connectors/Connector-GenericJDBC.html Hope this helps!
... View more