Hive throwing exception when using Sqoop

2011-10-24 Thread Joshua Braegger
Hello, I am trying to use Sqoop to import data into Hive, and am running the following command: sqoop import --connect 'jdbc:mysql://dbhost/dbname' --username xxuser --table xxtable --password xxpassword --hive-import --direct and am receiving the following exception from Hive: 11/10/24 20:36:3

Re: Hive throwing exception when using Sqoop

2011-10-25 Thread Joshua Braegger
n though I'm using 0.20.2 (and I've searched through the hadoop code, and can't find anything relating to it). My assumption is that there's a 0.20.1 jar being included somewhere, so I need to track it down and remove it. Thanks, -Josh Braegger On Mon, Oct 24, 2011 at 8:49 PM, J