Re: Hive - Issue Converting Text to Orc

2013-12-30 Thread Bryan Jeffrey
Prasanth, Any luck? On Tue, Dec 24, 2013 at 4:31 PM, Bryan Jeffrey wrote: > Prasanth, > > I am also traveling this week. Your assistance would be appreciated, but > not at the expense of your holiday! > > Bryan > On Dec 24, 2013 2:23 PM, "Prasanth Jayachandran" < > pjayachand...@hortonworks.co

Re: Hive - Issue Converting Text to Orc

2013-12-24 Thread Bryan Jeffrey
Prasanth, I am also traveling this week. Your assistance would be appreciated, but not at the expense of your holiday! Bryan On Dec 24, 2013 2:23 PM, "Prasanth Jayachandran" < pjayachand...@hortonworks.com> wrote: > Bryan > > I have a similar setup. I will try to reproduce this issue and get ba

Re: Hive - Issue Converting Text to Orc

2013-12-24 Thread Prasanth Jayachandran
Bryan I have a similar setup. I will try to reproduce this issue and get back to you asap. Since i am traveling expect some delay. Thanks Prasanth Sent from my iPhone > On Dec 24, 2013, at 11:39 AM, Bryan Jeffrey wrote: > > Hello. > > I posted this a few weeks ago, but was unable to g

Re: Hive - Issue Converting Text to Orc

2013-12-24 Thread Bryan Jeffrey
Hello. I posted this a few weeks ago, but was unable to get a response that solved the issue. I have made no headway in the mean time. I was hoping that if I re-summarized the issue that someone would have some advice regarding this problem. Running the following version of Hadoop: hadoop-2.2.0

Re: Hive - Issue Converting Text to Orc

2013-12-17 Thread Bryan Jeffrey
Prasanth, I downloaded the binary Hive version from the URL you specified. I untarred the Hive tar, copied in configuration files, and started Hive. I continue to see the same error: [server:10001] hive> describe orc_test; foo int from deserializer bar

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Prasanth Jayachandran
Bryan In either cases (source download or binary download) you do not need to compile orc protobuf component. The java source from .proto files should be already available when you download hive 0.12 release. I would recommend re-downloading hive 0.12 binary release from http://mirror.symnds.c

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Bryan Jeffrey
Prasanth, I simply compiled the protobuf library, and then compiled the orc protobuf component. I did not recompile either Hive or custom UDFs/etc. Is a protobuf recompile the solution for this issue, or a dead end? Has this been seen before? I looked for more feedback, but most of the Orc iss

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Prasanth Jayachandran
Also what are you doing with steps 2 through 5? Compiling hive or your custom code? Thanks Prasanth Jayachandran On Dec 16, 2013, at 4:55 PM, Bryan Jeffrey wrote: > Prasanth, > > I am running Hive 0.12.0 downloaded from the Apache Hive site. I did not > compile it. I downloaded protobuf 2.

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Prasanth Jayachandran
AFAIK, hive 0.12 uses protobuf 2.4 version to compile orcproto.proto. Since you are using protobuf 2.5 there might be incompatibility of protobuf versions. Can you try downloading protobuf 2.4.1 from https://code.google.com/p/protobuf/downloads/list and repeating your steps again? Thanks Prasa

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Bryan Jeffrey
Prasanth, I am running Hive 0.12.0 downloaded from the Apache Hive site. I did not compile it. I downloaded protobuf 2.5.0 earlier today from the Google Code site. I compiled it via the following steps: (1) ./configure && make (to compile the C code) (2) protoc --java_out=src/main/java -I../src

Re: Hive - Issue Converting Text to Orc

2013-12-16 Thread Prasanth Jayachandran
What version of protobuf are you using? Are you compiling hive from source? Thanks Prasanth Jayachandran On Dec 16, 2013, at 4:30 PM, Bryan Jeffrey wrote: > Hello. > > Running the following version of Hadoop: hadoop-2.2.0 > Running the following version of Hive: hive-0.12.0 > > I have a simpl

Hive - Issue Converting Text to Orc

2013-12-16 Thread Bryan Jeffrey
Hello. Running the following version of Hadoop: hadoop-2.2.0 Running the following version of Hive: hive-0.12.0 I have a simple test system setup with (2) datanodes/node manager and (1) namenode/resource manager. Hive is running on the namenode, and contacting a MySQL database for metastore. I