Re: CVE-2016-3083: Apache Hive SSL vulnerability bug disclosure

2017-05-30 Thread Ying Chen
Hello - Was there a particular JIRA(s) that went into Hive 1.2.2 that fixed this issue? Thanks much. Ying On Wed, May 24, 2017 at 3:56 PM, Vaibhav Gumashta wrote: > Severity: Important > > Vendor: The Apache Software Foundation > > Versions Affected: > Apache Hive

Re: CVE-2016-3083: Apache Hive SSL vulnerability bug disclosure

2017-05-30 Thread Thejas Nair
It went in under guise of the jira - HIVE-13390. Commit - https://github.com/apache/hive/commit/3b2ea248078bdf3a8372958cf51a989dc3883bcc On Tue, May 30, 2017 at 12:35 PM, Ying Chen wrote: > Hello - > Was there a particular JIRA(s) that went into Hive 1.2.2 that fixed this

Re: CVE-2016-3083: Apache Hive SSL vulnerability bug disclosure

2017-05-30 Thread Ying Chen
Thanks much. Ying On Tue, May 30, 2017 at 1:07 PM, Thejas Nair wrote: > It went in under guise of the jira - HIVE-13390. > Commit - https://github.com/apache/hive/commit/ > 3b2ea248078bdf3a8372958cf51a989dc3883bcc > > On Tue, May 30, 2017 at 12:35 PM, Ying Chen

Kerberos error Hive Jdbc

2017-05-30 Thread Aishwarya Iyer Iyer
A java program running on grid node needs to use hive-jdbc, I'm passing in creds, the shell used to run the java program has kerberos creds but java program doesn’t. I have seen online forums where a solution is copying the keytab to hdfs; for security reasons i would prefer not doing that. Any

Hive JDBC Kerberos error

2017-05-30 Thread Aishwarya Iyer
A java program running on grid node needs to use hive-jdbc, I'm passing in creds, the shell used to run the java program has kerberos creds but java program doesn’t. I have seen online forums where a solution is copying the keytab to hdfs; for security reasons i would prefer not doing that. Any

Re: User is not allowed to impersonate

2017-05-30 Thread eric wong
you should add *hadoop.proxyuser.hue.groups=** in *hdfs-site.xml of Namenode * 2017-05-04 21:42 GMT+08:00 Markovich : > i'm still unable to resolve this... > > INFO [Thread-17]: thrift.ThriftCLIService > (ThriftHttpCLIService.java:run(152)) > - Started ThriftHttpCLIService

RE: Table count is more than File count after loading in hive

2017-05-30 Thread balajee venkatesh
Thanks guys!!! It was as simple as to run a simple unix command and clean the source data. sed -i 's/\r//g' wrote: Assuming that special characters have been added by Windows platform as mentioned by Shakti Singh, one easy way to cleanup the file is using the command “*dos2unix filename*”.