Hive2 create external table in kerberos enabled cluster

2016-05-16 Thread Margus Roo
Hi I have kerberos and ranger enabled cluster. Ranger plugins are enabled on HDFS and Hive plugins. In case I create external table and Location in HDFS is empty or there are small amount of files then create table is ok via beeline. But in case there are loads of files in example 10 000 or

Re: Hive2 create external table in kerberos enabled cluster

2016-05-16 Thread Margus Roo
Looks like it is more question to Ranger user-list. I disabled Ranger authorization and now it working like I expect. Margus (margusja) Roo http://margus.roo.ee skype: margusja +372 51 48 780 On 16/05/16 12:50, Margus Roo wrote: Hi I have kerberos and ranger enabled cluster. Ranger plugins a

Retrying metastore clients

2016-05-16 Thread Elliot West
Hello, We have a fair amount of code that uses IMetaStoreClient implementation to talk over a network to Hive metastore instances. I was under the impression that the recommended way to create said clients was to use: org.apache.hive.hcatalog.common.HCatUtil.getHiveClient(HiveConf) However, I'm

Re: Query Failing while querying on ORC Format

2016-05-16 Thread Matthew McCline
? What version of Hive are you on? From: Mahender Sarangam Sent: Saturday, May 14, 2016 3:29 PM To: user@hive.apache.org Subject: Query Failing while querying on ORC Format Hi, We are dumping our data into ORC Partition Bucketed table. We have loaded almost 6

Re: Query Failing while querying on ORC Format

2016-05-16 Thread Mich Talebzadeh
Try this sorry about cut and paste http://search.gmane.org/?author=Maurin+Lenglart&sort=date | 10 Apr 06:06 2016 alter table add columns aternatives or hive refresh Maurin Lenglart < http://gmane.org/get-address.php?address=maurin%2dlH42%2fCN5sHOGw%2bnKnLezzg%40public.gmane.org > 2016-04-10

Fwd: Would like to be a user

2016-05-16 Thread gail haspert
Hi I would like to start working on (write to) apache hive. My confluence user name is ghaspert. thanks -- Forwarded message -- From: gail haspert Date: Mon, May 16, 2016 at 12:40 PM Subject: Would like to be a user To: user-subscr...@hive.apache.org I just signed up as ghaspert

Re: Would like to be a user

2016-05-16 Thread Lefty Leverenz
Welcome Gail, I've given you write access to the Hive wiki. Thanks in advance for your contributions! -- Lefty On Mon, May 16, 2016 at 4:39 PM, gail haspert wrote: > Hi > I would like to start working on (write to) apache hive. My confluence > user name is ghaspert. > > thanks > -- For

Re: Query Failing while querying on ORC Format

2016-05-16 Thread mahender bigdata
I'm on Hive 1.2 On 5/16/2016 12:02 PM, Matthew McCline wrote: ​ What version of Hive are you on? *From:* Mahender Sarangam *Sent:* Saturday, May 14, 2016 3:29 PM *To:* user@hive.apache.org *Subject:* Query Failing whi