Re: Performance for hive external to hbase with serval terabyte or more data

2016-05-11 Thread Sathi Chowdhury
Hi Yang, Did you think of bulk loading option? http://blog.cloudera.com/blog/2013/09/how-to-use-hbase-bulk-loading-and-why/ This may be a way to go . Thanks Sathi On May 11, 2016, at 6:07 PM, Yi Jiang > wrote: Hi, Guys Recently we are debating

Re: Running hive queries in different queue

2016-02-26 Thread Sathi Chowdhury
I think in your hive script you can do set mapreduce.job.queuename=; Thanks Sathi From: Rajit Saha Reply-To: "user@hive.apache.org" Date: Friday, February 26, 2016 at 5:34 PM To: "user@hive.apache.org" Subject: Running hive queries in

Re: Force users to specify partition indexes in queries

2015-09-29 Thread Sathi Chowdhury
hive.exec.dynamic.partition.mode=strict ,seems does the same thing. From: Ashutosh Chauhan Reply-To: "user@hive.apache.org" Date: Tuesday, September 29, 2015 at 1:48 PM To: "user@hive.apache.org" Subject: Re: Force users to specify

Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan

2015-09-16 Thread Sathi Chowdhury
Congrats Asutosh! From: Sergey Shelukhin Reply-To: "user@hive.apache.org" Date: Wednesday, September 16, 2015 at 2:31 PM To: "user@hive.apache.org" Subject: Re: [ANNOUNCE] New Hive PMC Chair - Ashutosh Chauhan Congrats! From: Alpesh

Re: Adding JAR in Hive classpath

2015-09-04 Thread Sathi Chowdhury
I had a similar problem with one of out udf libs using commons-lang3… The only way it worked was to create a fat jar with shaded class of and place it under hdfs …. How you will shade , an example below false

FW: hive server2 jdbc

2014-11-10 Thread Sathi Chowdhury
Hello hive users , I am trying to use hive2 jdbc connection for the first time . publicclass MyHiveJDBCClient { privatestatic String driverName = org.apache.hive.jdbc.HiveDriver; private static final Logger LOG = LoggerFactory.getLogger(MyHiveJDBCClient.class); publicstatic void