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 wrote:
> Hi, A
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 'org
: 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.org<mailto:user@hive.apache.org>
Subject: java.lang.NoSuchFiel
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 this