Re: hive with ua paser (external) library gives IOException

2016-04-15 Thread dhruv kapatel
No proper stacktrace that where exception occur actually. Exception that i got on hive terminal i posted on stackoverflow question. On 16 April 2016 at 01:35, Jason Dere wrote: > And no stack trace with that error? > > ​ > -- > *From:* dhruv kapatel > *Sent:* Friday,

Mappers spawning Hive queries

2016-04-15 Thread Shirish Tatikonda
Hello, I am trying to run multiple hive queries in parallel by submitting them through a map-reduce job. More specifically, I have a map-only hadoop streaming job where each mapper runs a shell script that does two things -- 1) parses input lines obtained via streaming; and 2) submits a very simpl

Re: hive with ua paser (external) library gives IOException

2016-04-15 Thread Jason Dere
And no stack trace with that error? ? From: dhruv kapatel Sent: Friday, April 15, 2016 11:49 AM To: user@hive.apache.org Subject: Re: hive with ua paser (external) library gives IOException Checked both the logs of hive and hadoop. No logs are there regarding th

Re: hive with ua paser (external) library gives IOException

2016-04-15 Thread dhruv kapatel
Checked both the logs of hive and hadoop. No logs are there regarding this. That's why it becomes difficult to debug it. On 15 April 2016 at 23:55, Denise Rogers wrote: > Good call. Is there a way to direct where logs should be written to and > stored ? > > Regards, > Denise > Cell - (860)989-34

Re: hive with ua paser (external) library gives IOException

2016-04-15 Thread Denise Rogers
Good call. Is there a way to direct where logs should be written to and stored ? Regards, Denise Cell - (860)989-3431 Sent from mi iPhone > On Apr 15, 2016, at 1:44 PM, Jason Dere wrote: > > Maybe check the Hive logs or the Hadoop logs of the tasks that were started > by the query. Looks like

Re: hive with ua paser (external) library gives IOException

2016-04-15 Thread Jason Dere
Maybe check the Hive logs or the Hadoop logs of the tasks that were started by the query. Looks like that error happens when an exception is hit while trying to invoke the UDF, it might be logged somewhere. From: dhruv kapatel Sent: Friday, April 15, 2016 3:36

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-15 Thread Jason Dere
?+1 From: Lefty Leverenz Sent: Friday, April 15, 2016 1:36 AM To: user@hive.apache.org Subject: Re: [VOTE] Bylaws change to allow some commits without review +1 Navis, you've just reactivated your PMC membership. ;-) A PMC member is considered emeritus by thei

hive with ua paser (external) library gives IOException

2016-04-15 Thread dhruv kapatel
All the required external jars are included in udf jar. You can find full details on stackoverflow question. http://stackoverflow.com/questions/36643795/hive-ua-parser-udf-gives-ioexception Any hint regarding this will be appreciated. -- *With Regards:Kapatel Dhruv v*

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-15 Thread Lefty Leverenz
+1 Navis, you've just reactivated your PMC membership. ;-) A PMC member is considered emeritus by their own declaration or by not > contributing in any form to the project for over six months. > Actually your old patch for HIVE-9499 was committe

Column qualifier name in byte array in hbase and map to external table in hive

2016-04-15 Thread Viswanathan J
Hi, I'm trying to create external hive table to map hbase table and i'm facing issue in the column mapping because the column qualifier is in byte array as below, how to define/map this. eg., column=cf:\x00\x00\x00\x00\x00\x00\x00\x00, timestamp=1455990558044 Please help.