Re: Gather Partition Locations

2019-11-16 Thread Vivek Shrivastava
If you have access to HCatalog, it also has jdbc connection that would allow you to get faster response. On Tue, Nov 12, 2019 at 6:53 AM Elliot West wrote: > Hello, > > We faced a similar problem. Additionally, we had job clients were > difficult to integrate directly with the Thirft API, but ne

Re: Pls Help me - Hive Kerberos Issue

2017-02-01 Thread Vivek Shrivastava
ached the hive-site.xml configuration file. > -- > *From:* Vivek Shrivastava > *Sent:* Monday, January 30, 2017 4:10:42 PM > > *To:* user@hive.apache.org > *Subject:* Re: Pls Help me - Hive Kerberos Issue > > If this is working then your kerberos set

Re: Pls Help me - Hive Kerberos Issue

2017-01-30 Thread Vivek Shrivastava
dera@quickstart bin]$ echo $HADOOP_OPTS > -Dsun.security.krb5.debug=true > [cloudera@quickstart bin]$ > > -- > *From:* Vivek Shrivastava > *Sent:* Monday, January 30, 2017 2:28:53 PM > > *To:* user@hive.apache.org > *Subject:* Re: Pls Help me - Hive Kerberos Issue > > If you

Re: Pls Help me - Hive Kerberos Issue

2017-01-30 Thread Vivek Shrivastava
uateChallenge(GssKrb5Client.java:192) > ~[?:1.8.0_73] > ... 35 more > 17/01/30 12:08:59 [main]: WARN jdbc.HiveConnection: Failed to connect to > localhost:1 > HS2 may be unavailable, check server status > Error: Could not open client transport with JDBC Uri: > jdbc:hive2://localhost:1/default;princ

Re: Pls Help me - Hive Kerberos Issue

2017-01-30 Thread Vivek Shrivastava
f > master_key_type = aes256-cts > supported_enctypes = aes256-cts:normal aes128-cts:normal > des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal > des-cbc-md5:normal des-cbc-crc:normal > default_principal_flags = +preau

Re: Pls Help me - Hive Kerberos Issue

2017-01-30 Thread Vivek Shrivastava
textImpl.java:179) > ~[?:1.7.0_67] > at > com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:193) > ~[?:1.7.0_67] > ... 29 more > 17/01/30 10:55:02 DEBUG TSaslTransport: CLIENT: Writing message with > status BAD and payload length 19 > 17/01/30 10

Re: Pls Help me - Hive Kerberos Issue

2017-01-30 Thread Vivek Shrivastava
Please paste the output of 1. klist -fe 2. relevant entries from HiveServer2 log On Mon, Jan 30, 2017 at 10:11 AM, Ricardo Fajardo < ricardo.faja...@autodesk.com> wrote: > I could not resolve the problem. > > > I have debugged the code and I found out that: > > > 1. On the org.apache.hadoop.hive.

Re: Re:Re: Re:Re:Re:Re: How to access linux kerberosed hive from windows eclipse workspace?

2016-07-04 Thread Vivek Shrivastava
> at > org.apache.hive.jdbc.HiveConnection.(HiveConnection.java:176) > > at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105) > > at java.sql.DriverManager.getConnection(Unknown Source) > > at java.sql.DriverManager.getConnection(Unknown Source) > > at &g

Re: Re:Re:Re:Re: How to access linux kerberosed hive from windows eclipse workspace?

2016-07-04 Thread Vivek Shrivastava
the >> hiveserver2,isn't it? >> >>> >> >>>while I checked everything I can : >> >>>(1)in hiveserver2 node, I execute command "klist",the results are: >> >>>Ticket cache: FILE:/tmp/krb5cc_0 >> >>&

Re: How to access linux kerberosed hive from windows eclipse workspace?

2016-07-02 Thread Vivek Shrivastava
Please look at the hiveserver2 log, it will have better error information. You can paste error from the logs if you need help. Regards, Vivek On Sat, Jul 2, 2016 at 5:52 AM, Maria wrote: > > Hi,all: > recently,I attempted to access Kerberized hadoop cluster by > launching JAVA applicatio