Member since
10-25-2017
6
Posts
1
Kudos Received
0
Solutions
10-29-2017
12:09 AM
Thanks a lot. Ignoring the --null-string and --null-non-string arguments worked for me.
... View more
10-25-2017
11:05 PM
For a sqoop job with --null-string or --null-non-string the value earlier was <arg></arg>. However it fails with a NullPointerException- Main class [org.apache.oozie.action.hadoop.SqoopMain], exception invoking main(), null. However changing it to <arg>' '</arg> resolves the issue. In the earlier sqoop version(1.4.6.2.3.4.0-3485) it worked but with the upgraded sqoop version(1.4.6.2.6.0.3-8) it failed with the above error. 1) Is there a fix for this issue on the latest upgraded sqoop version 2) Assuming the work-around that I have mentioned, which is <arg>' '</arg> will the output of the sqoop version remain the same?
... View more
Labels: