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

2016-07-04 Thread Vivek Shrivastava
Good to know Maria. On Mon, Jul 4, 2016 at 10:46 PM, Maria wrote: > > I did it! "KrbException: Clock skew too great (37) - PROCESS_TGS" means my > windows clock is not synchronized with the kerberos server clock. > After I do synchronized between windows and linux kerberos server. Every > thing

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

2016-07-04 Thread Maria
I did it! "KrbException: Clock skew too great (37) - PROCESS_TGS" means my windows clock is not synchronized with the kerberos server clock. After I do synchronized between windows and linux kerberos server. Every thing goes well. I am so grateful to you two.(^_^) Maria. At 2016-07-05 09:59

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

2016-07-04 Thread Maria
Yup,yesterday I started to realize that The renewal is a principal level setting. I hava fixed renew time in KDC kdc.conf. Do as Aviral said, I enable kerberos logs with  "-Dsun.security.krb5.debug=true" , more error info printed out:

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

2016-07-04 Thread Vivek Shrivastava
The renewal lifetime at client krb5.conf level does make any difference. The renewal time period is defined at kdc in kdc.conf. Client can not override it. The renewal is also a property set at the principal level, both the settings ( renewal_lifetime, +renewal ) dictate if a ticket can be renewed

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

2016-07-04 Thread Aviral Agarwal
Hi, Could you enable kerberos logs with -Dsun.security.krb5.debug=true and paste the output ? On Mon, Jul 4, 2016 at 3:47 PM, Maria wrote: > The qestion "kinit: Ticket expired while renewing credentials" has > been solved. I can successfully execute "kinit -R", > but the error “java.lang.Runtim

Re: Does HIVE JDBC return same sequence of records?

2016-07-04 Thread Damien Carol
There are no garantee. Use a SORT BY and LIMIT BY if you want some sort of fixed result set. 2016-07-04 12:28 GMT+02:00 Igor Kuzmenko : > If I perform query "*SELECT * FROM table t WHERE t.partition = value" *with > Hive JDBC several times is there garantee, that when I will iterate throw > resu

Does HIVE JDBC return same sequence of records?

2016-07-04 Thread Igor Kuzmenko
If I perform query "*SELECT * FROM table t WHERE t.partition = value" *with Hive JDBC several times is there garantee, that when I will iterate throw result set I get records in the same order every time? Intuitively, it feels yes, because in that query ther's no MapReduce and hive just read data f

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

2016-07-04 Thread Maria
The qestion "kinit: Ticket expired while renewing credentials" has been solved. I can successfully execute "kinit -R", but the error “java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Peer indicated failure: GSS initiate failed” is still there.. At 2016-07-04 14:39:04