Re: Parsing Hive Query to get table names and column names

2014-11-05 Thread Alok Kumar
-- Alok Kumar http://sharepointorange.blogspot.in/

Re: Parsing Hive Query to get table names and column names

2014-11-05 Thread Alok Kumar
from SQL? I have already tried using JsqlParser but for some cases it doesn't works. Thanks, Regards, Ritesh On Wed, Nov 5, 2014 at 6:05 PM, Alok Kumar alok...@gmail.com wrote: Hi, Why at the first place you would want this? ( just curious ) Few thoughts - a) Try to get it from

Re: Parsing Hive Query to get table names and column names

2014-11-05 Thread Alok Kumar
btw, what error are you getting with ANTLR or HiveParser? If any dependency class file is missing? Thanks Alok On Thu, Nov 6, 2014 at 12:59 PM, Alok Kumar alok...@gmail.com wrote: As Devopam suggested, do it right way from the start. PS : if queries are written manually, you could get

Re: dfs storage full on all slave machines of 6 machine hive cluster

2013-03-19 Thread Alok Kumar
. Thanks, Chunky. On Mon, Mar 18, 2013 at 10:16 PM, Alok Kumar alok...@gmail.com wrote: Look into your hdfs-site.xml mapred-site.xml conf files. *dfs.data.dir* propety contain your actual HDFS data path, better avoid deleting anything from these directories. *mapred.local.dir* contains

Re: alter external table location with new namenode address

2012-08-24 Thread Alok Kumar
. -Original Message- From: Alok Kumar alok...@gmail.com Date: Fri, 24 Aug 2012 13:30:36 To: u...@hbase.apache.org; user@hive.apache.org Reply-To: user@hive.apache.org Subject: alter external table location with new namenode address Hello, We have hive external table mapped to hbase, now

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Alok Kumar
...@gmail.com wrote: HI, Can you post the Hbase-site.xml and hadoop core-site.xml properties here. Regards, Ankit On Fri, Dec 2, 2011 at 3:30 PM, Alok Kumar alok...@gmail.com wrote: Hi Ankit, you were right, my Hbase shell/HMaster was not running though it was coming in jps :) nw i've

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Alok Kumar
$HIVE_HOME/lib/hive-hbase-handler-*.jar,$HIVE_HOME/lib/hbase-*.jar,$HIVE_HOME/lib/zookeeper-*.jar -hiveconf hbase.master=127.0.0.1:6 If no then used above command. Regards, Ankit On Fri, Dec 2, 2011 at 5:34 PM, Alok Kumar alok...@gmail.com wrote: Hi, // Hadoop core-site.xml

Re: what changes required in hive conf xml when working with hive jdbc

2011-11-24 Thread Alok Kumar
, shashwat shriparv dwivedishash...@gmail.com wrote: https://cwiki.apache.org/confluence/display/Hive/HiveClient https://cwiki.apache.org/confluence/display/Hive/HiveJDBCInterface https://cwiki.apache.org/confluence/display/Hive/Home On Thu, Nov 24, 2011 at 3:37 PM, Alok Kumar alok

Fwd: what changes required in hive conf xml when working with hive jdbc

2011-11-24 Thread Alok Kumar
-- Forwarded message -- From: Alok Kumar alok...@gmail.com Date: Thu, Nov 24, 2011 at 7:18 PM Subject: Re: what changes required in hive conf xml when working with hive jdbc To: Vikas Srivastava vikas.srivast...@one97.net Hi, Its working fine at $hive shell. No error, Able