Hi, Is it possible to sqoop data out of hive back into an RDBMS like MyQL or SQL Server when it has been imported via sqoop as a sequence file?
I have been trying all day to get data back out of hive and I keep getting this error no matter what I try "java.lang.ClassCastException: org.apache.hadoop.io.BytesWritable cannot be cast to org.apache.hadoop.io.LongWritable" I am using Sqoop 1.4.1-cdh4.1.2 Thanks, Eric H
