Re: java.lang.NoSuchFieldError: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table

2014-05-16 Thread Edward Capriolo
add jar /home/dguser/hive-0.12.0/lib/hive-exec-0.12.0.jar; Having to do the above ^ command is a strong indication that your setup is not correct. Hive-exec is the map-reduce job jar should should not need to add it as a secondary jar. On Fri, May 9, 2014 at 9:18 PM, John Zeng

java.lang.NoSuchFieldError: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table

2014-05-15 Thread John Zeng
Hi, All, I created a ORC table by doing this: add jar /home/dguser/hive-0.12.0/lib/hive-exec-0.12.0.jar; CREATE TABLE orc_UserDataTest2( PassportNumbers1 STRING, PassportNumbers2 STRING, TaxID STRING, CM11 STRING, CM13 STRING, CM15 STRING, Name STRING, EmailAddress STRING ) ROW FORMAT SERDE

RE: java.lang.NoSuchFieldError: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table

2014-05-12 Thread John Zeng
: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table Resending since this mailing list had issue to post message in last few days. From: John Zeng Sent: Friday, May 9, 2014 6:18 PM To: user@hive.apache.orgmailto:user@hive.apache.org Subject: java.lang.NoSuchFieldError

java.lang.NoSuchFieldError: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table

2014-05-11 Thread John Zeng
Resending since this mailing list had issue to post message in last few days. From: John Zeng Sent: Friday, May 9, 2014 6:18 PM To: user@hive.apache.org Subject: java.lang.NoSuchFieldError: HIVE_ORC_FILE_MEMORY_POOL when inserting data to ORC table Hi, All, I created a ORC table by doing