Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
I was very excited when I saw that sqoop is able to use direct import from MySQL to HDFS and that it's able to save output as SequenceFile. Unfortunately sqoop is not able to do both at the same time, but it will accept both parameters on command line. The --as-sequencefile is ignored and file is still exported to CSV. Which make sense, but it's very confusing for the end user. Would be nice, if sqoop would rise an Exception in case that both parameters are present on the command line.