Re: ORC algorithm skeleton

2016-07-26 Thread praveenesh kumar
Also - http://orc.apache.org/docs/spec-intro.html On Tue, Jul 26, 2016 at 1:49 PM, praveenesh kumar wrote: > This might help - https://issues.apache.org/jira/browse/HIVE-3874 > > Regards > Prav > > On Tue, Jul 26, 2016 at 12:58 PM, Amatucci, Mario, Vodafone Gro

Re: ORC algorithm skeleton

2016-07-26 Thread praveenesh kumar
This might help - https://issues.apache.org/jira/browse/HIVE-3874 Regards Prav On Tue, Jul 26, 2016 at 12:58 PM, Amatucci, Mario, Vodafone Group < mario.amatu...@vodafone.com> wrote: > Hello everyone, > > Anyone got any idea about ORC algorithm skeleton? How it works? > >

Capturing HIVE CLI errors

2013-10-08 Thread praveenesh kumar
Hi guys, I am trying to write a client code for HIVE CLI via ODBC connector. I want to add query validation code at my client side. I was wondering is there a way I can capture the Hive query syntax errors which I can use to validate at my client end. I don't want to write my own validation codes

Re: RHive for R

2013-02-24 Thread praveenesh kumar
Can you please elaborate more on the issues you are facing with the configuration ? Regards Praveenesh On Sun, Feb 24, 2013 at 4:34 AM, Daniel Mason wrote: > Anyone use the RHive connector for R? I'm having trouble with the > configuration steps on Github and was looking for any additional >

Re: How to load csv data into HIVE

2012-09-08 Thread praveenesh kumar
de? Hive wants to load "files" not individual > lines/records. How would you do this? > > Thanks very much, > Chuck > > > -- > *From:* praveenesh kumar [praveen...@gmail.com] > *Sent:* Saturday, September 08, 2012 7:54 AM > *To:*

Re: How to load csv data into HIVE

2012-09-08 Thread praveenesh kumar
You can use hadoop streaming that would be much faster... Just run your cleaning shell script logic in map phase and it will be done in just few minutes. That will keep the data in HDFS. Regards, Praveenesh On Fri, Sep 7, 2012 at 8:37 PM, Sandeep Reddy P wrote: > Hi, > Thank you all for your he

Re: Hive error: Unable to deserialize reduce input key

2012-09-06 Thread praveenesh kumar
adoop streaming or pig scripts can help you to do that. Probably someone in community can give better answer to the exact problem. I hope it would help. Regards, Praveenesh On Fri, Sep 7, 2012 at 8:13 AM, 曹坤 wrote: > Hi praveenesh kumar : > I am getting the same error today. > D

Re: Starting hive thrift server as daemon process ?

2012-06-14 Thread praveenesh kumar
have a look at > > > http://blog.milford.io/2010/06/daemonizing-the-apache-hive-thrift-server-on-centos/ > > :) > > > > Thanks . > > > > > > On Thu, Jun 14, 2012 at 1:57 PM, praveenesh kumar > > wrote: > >> > >> Hi Hive users, &g

Starting hive thrift server as daemon process ?

2012-06-13 Thread praveenesh kumar
Hi Hive users, I was just wondering why hive thrift server is not running as a daemon process by default. Also I am not seeing any option to start it as a daemon process if I want to. I am remotely login in to the hadoop cluster and every time my session is either disconnecting or closing - thrift

Re: Hive UDF error : numberformat exception (String to Integer) conversion

2012-05-30 Thread praveenesh kumar
throw a exception up the chain. >> It will try again, it will fail again, ultimately the job will fail. >> >> On Wed, May 30, 2012 at 10:40 AM, praveenesh kumar >> wrote: >> > Hello Hive Users, >> > >> > There is a strange situation I am facing.

Hive UDF error : numberformat exception (String to Integer) conversion

2012-05-30 Thread praveenesh kumar
Hello Hive Users, There is a strange situation I am facing. I have a string column in my Hive table ( its IP address). I am creating a UDF where I am taking this string column and converting it into Long value. Its a simple UDF. Following is my code : package com.practice.hive.udf; public class

Re: Problem in reduce phase(critical)

2012-02-03 Thread praveenesh kumar
Logs are saying your reducer is not able to communicate with the mapper.. Its waiting for map-outputs. It could be internet problem or ssh problem. Check your machine 'hadoopdata3' -- Are you able to ping it from all other machines and ssh into it without password from your NN and JT? Thanks, Prav

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
ase add .4 jars and run again. Also please check that no > other hive installation is available. > > sent from my mobile device > > On Fri, Dec 30, 2011 at 11:09 AM, praveenesh kumar > wrote: > > I recently added hbase 0.90.5 jars in HADOOP_CLASSPATH ? > > Previously I wa

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
gt; >> sent from my mobile device >> >> On Fri, Dec 30, 2011 at 10:54 AM, praveenesh kumar >> wrote: >> > How to resolve this thing ? >> > >> > Thanks, >> > Praveenesh >> > >> > >> > On Fri, Dec 30, 2011 at 3:21

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
Strange thing is .. I have same hadoop 0.20.205 and hive 0.7.1 running on some other machine. Hive was running fine there. But today I am getting this error, when working on fresh install. Thanks, Praveenesh On Fri, Dec 30, 2011 at 3:24 PM, praveenesh kumar wrote: > How to resolve this th

Re: Hive starting error

2011-12-30 Thread praveenesh kumar
ion. Correct me please if > I wrong. > > - Alex > > On Fri, Dec 30, 2011 at 10:39 AM, praveenesh kumar > wrote: > > Hi, > > > > I am using Hive 0.7.1 on hadoop 0.20.205 > > While running hive. its giving me following error : >

Hive starting error

2011-12-30 Thread praveenesh kumar
Hi, I am using Hive 0.7.1 on hadoop 0.20.205 While running hive. its giving me following error : Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation.login(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/security/UserGroupInformation;

New to hive

2011-12-13 Thread praveenesh kumar
Guys, I have been using hadoop for 3,4 months. Tried Map Reduce, HBase, Pig. Now wanted to learn HIVE. I hope it must be as exciting as other hadoop tools. Can someone suggest me some good tutorials, apart from HIVE wiki, which I can utilize to understand and work on hive ? Thanks, Praveenesh

Hive on hadoop 0.20.205

2011-12-11 Thread praveenesh kumar
Did anyone tried HIVE on Hadoop 0.20.205. I am trying to build HIVE from svn. but I am seeing its downloading hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz and hadoop-0.20.1.tar.gz. If I am trying to do ant -Dhadoop.version=”0.20.205″ package ,but build is failing. I am getting these errors, every time I a