[jira] [Created] (HIVE-13827) LLAPIF: authentication on the output channel

2016-05-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-13827: --- Summary: LLAPIF: authentication on the output channel Key: HIVE-13827 URL: https://issues.apache.org/jira/browse/HIVE-13827 Project: Hive Issue Type:

[jira] [Created] (HIVE-13826) Make VectorUDFAdaptor work for GenericUDFBetween when used as FILTER

2016-05-23 Thread Matt McCline (JIRA)
Matt McCline created HIVE-13826: --- Summary: Make VectorUDFAdaptor work for GenericUDFBetween when used as FILTER Key: HIVE-13826 URL: https://issues.apache.org/jira/browse/HIVE-13826 Project: Hive

Re: Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-05-23 Thread Matt McCline
> On May 23, 2016, 10:37 p.m., Matt McCline wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/BatchToRowReader.java, line 181 > > > > > > The VectorExtractRow class and extractRowColumn method has similar > >

Re: Review Request 41176: HIVE-12643

2016-05-23 Thread Matt McCline
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41176/#review134468 --- ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java

Re: Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-05-23 Thread Matt McCline
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47735/#review134467 --- ql/src/java/org/apache/hadoop/hive/ql/io/BatchToRowReader.java

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46956/ --- (Updated May 23, 2016, 10:22 p.m.) Review request for hive, Gunther

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Sergey Shelukhin
> On May 20, 2016, 2:21 a.m., Siddharth Seth wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java, > > line 290 > > > > > > What user is expected over here. > > 1.

[jira] [Created] (HIVE-13825) Map joins with cloned tables with same locations, but different column names throw error exceptions

2016-05-23 Thread JIRA
Sergio Peña created HIVE-13825: -- Summary: Map joins with cloned tables with same locations, but different column names throw error exceptions Key: HIVE-13825 URL: https://issues.apache.org/jira/browse/HIVE-13825

[jira] [Created] (HIVE-13824) NOSUCHMethodFound org.fusesource.jansi.internal.Kernel32.GetConsoleOutputCP()I

2016-05-23 Thread Ekta Paliwal (JIRA)
Ekta Paliwal created HIVE-13824: --- Summary: NOSUCHMethodFound org.fusesource.jansi.internal.Kernel32.GetConsoleOutputCP()I Key: HIVE-13824 URL: https://issues.apache.org/jira/browse/HIVE-13824 Project:

[jira] [Created] (HIVE-13823) Remove unnecessary log line in common join operator

2016-05-23 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-13823: - Summary: Remove unnecessary log line in common join operator Key: HIVE-13823 URL: https://issues.apache.org/jira/browse/HIVE-13823 Project: Hive

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Siddharth Seth
> On May 20, 2016, 2:21 a.m., Siddharth Seth wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java, > > line 290 > > > > > > What user is expected over here. > > 1.

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Sergey Shelukhin
> On May 20, 2016, 2:21 a.m., Siddharth Seth wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java, > > line 290 > > > > > > What user is expected over here. > > 1.

Re: Review Request 46754: HIVE-13391 add an option to LLAP to use keytab to authenticate to read data

2016-05-23 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46754/#review134432 --- Any possibility of simple unit tests ?

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46956/#review134430 --- Still needs some tests.

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Siddharth Seth
> On May 20, 2016, 2:21 a.m., Siddharth Seth wrote: > > llap-common/src/java/org/apache/hadoop/hive/llap/security/SecretManager.java, > > line 134 > > > > > > Can a second login be avoided. I'm guessing this is

[jira] [Created] (HIVE-13822) TestPerfCliDriver throws warning in StatsSetupConst that JsonParser cannot parse COLUMN_STATS

2016-05-23 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
Hari Sankar Sivarama Subramaniyan created HIVE-13822: Summary: TestPerfCliDriver throws warning in StatsSetupConst that JsonParser cannot parse COLUMN_STATS Key: HIVE-13822 URL:

[jira] [Created] (HIVE-13821) OrcSplit groups all delta files together into a single split

2016-05-23 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-13821: Summary: OrcSplit groups all delta files together into a single split Key: HIVE-13821 URL: https://issues.apache.org/jira/browse/HIVE-13821 Project:

Re: Review Request 46956: HIVE-13444 LLAP: add HMAC signatures to LLAP; verify them on LLAP side

2016-05-23 Thread Sergey Shelukhin
> On May 20, 2016, 2:21 a.m., Siddharth Seth wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java, > > line 267 > > > > > > A follow up jira may be to limit the age of

[jira] [Created] (HIVE-13820) LLAP: investigate SecretManager key aging; add configs/aging mechanism if necessary

2016-05-23 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-13820: --- Summary: LLAP: investigate SecretManager key aging; add configs/aging mechanism if necessary Key: HIVE-13820 URL: https://issues.apache.org/jira/browse/HIVE-13820

Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-05-23 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47735/ --- Review request for hive and Prasanth_J. Repository: hive-git Description

[jira] [Created] (HIVE-13819) Read & eXecute permissions on Database allows to ALTER it.

2016-05-23 Thread Alexandre Linte (JIRA)
Alexandre Linte created HIVE-13819: -- Summary: Read & eXecute permissions on Database allows to ALTER it. Key: HIVE-13819 URL: https://issues.apache.org/jira/browse/HIVE-13819 Project: Hive

[jira] [Created] (HIVE-13818) (Part 2) EOFException with fast hashtable

2016-05-23 Thread Matt McCline (JIRA)
Matt McCline created HIVE-13818: --- Summary: (Part 2) EOFException with fast hashtable Key: HIVE-13818 URL: https://issues.apache.org/jira/browse/HIVE-13818 Project: Hive Issue Type: Bug