[jira] [Created] (HIVE-15550) fix arglist logging in schematool

2017-01-05 Thread anishek (JIRA)
anishek created HIVE-15550: -- Summary: fix arglist logging in schematool Key: HIVE-15550 URL: https://issues.apache.org/jira/browse/HIVE-15550 Project: Hive Issue Type: Improvement

Re: Review Request 55154: HIVE-15366: REPL LOAD & DUMP support for incremental INSERT events

2017-01-05 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55154/ --- (Updated Jan. 6, 2017, 6:43 a.m.) Review request for hive, Daniel Dai,

Re: Review Request 55156: Min-max runtime filtering

2017-01-05 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55156/#review160516 --- Looked over the first couple pages of the first patch. I'll take

Re: Review Request 55247: LLAP: use LLAP cache for non-columnar formats in a somewhat general way

2017-01-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55247/#review160668 ---

Review Request 55247: LLAP: use LLAP cache for non-columnar formats in a somewhat general way

2017-01-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55247/ --- Review request for hive, Gopal V, Prasanth_J, and Siddharth Seth. Repository:

[jira] [Created] (HIVE-15549) Better naming of Tez edges

2017-01-05 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-15549: - Summary: Better naming of Tez edges Key: HIVE-15549 URL: https://issues.apache.org/jira/browse/HIVE-15549 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15548) TEZ exception error when NULL ordering specification used on cursor or window agg

2017-01-05 Thread N Campbell (JIRA)
N Campbell created HIVE-15548: - Summary: TEZ exception error when NULL ordering specification used on cursor or window agg Key: HIVE-15548 URL: https://issues.apache.org/jira/browse/HIVE-15548 Project:

[jira] [Created] (HIVE-15547) nulls not sorted last on cursor specification

2017-01-05 Thread N Campbell (JIRA)
N Campbell created HIVE-15547: - Summary: nulls not sorted last on cursor specification Key: HIVE-15547 URL: https://issues.apache.org/jira/browse/HIVE-15547 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15546) Optimize Utilities.getInputPaths()

2017-01-05 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-15546: --- Summary: Optimize Utilities.getInputPaths() Key: HIVE-15546 URL: https://issues.apache.org/jira/browse/HIVE-15546 Project: Hive Issue Type: Sub-task

Re: Review Request 55194: HIVE-15541: Hive OOM when ATSHook enabled and ATS goes down

2017-01-05 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55194/ --- (Updated Jan. 5, 2017, 6:45 p.m.) Review request for hive. Changes ---

Re: Review Request 55194: HIVE-15541: Hive OOM when ATSHook enabled and ATS goes down

2017-01-05 Thread Jason Dere
> On Jan. 5, 2017, 9:38 a.m., Barna Zsombor Klara wrote: > > ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java, line 208 > > > > > > Should this be logged at INFO lvl? I understand that the hive query can >

[VOTE] Should we release hive-storage 2.2.0RC0

2017-01-05 Thread Owen O'Malley
All, I'd like to make a release of Hive's storage-api module. This will allow ORC to remove its fork of storage-api and make a release based on it. The RC is based on Hive's master branch as of this morning. Artifacts: tag:

[GitHub] hive pull request #121: HIVE-15375. Backport ORC-115 to Hive.

2017-01-05 Thread omalley
Github user omalley closed the pull request at: https://github.com/apache/hive/pull/121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] hive pull request #125: HIVE-15419 Separate storage-api so that it can be re...

2017-01-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/hive/pull/125 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (HIVE-15545) JDBC driver aborts when DatabaseMetadata.getFunctions is called

2017-01-05 Thread N Campbell (JIRA)
N Campbell created HIVE-15545: - Summary: JDBC driver aborts when DatabaseMetadata.getFunctions is called Key: HIVE-15545 URL: https://issues.apache.org/jira/browse/HIVE-15545 Project: Hive

Re: Review Request 55154: HIVE-15366: REPL LOAD & DUMP support for incremental INSERT events

2017-01-05 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55154/ --- (Updated Jan. 5, 2017, 10:47 a.m.) Review request for hive, Daniel Dai,

Hive + Kerberos Ticket Issue

2017-01-05 Thread shakun grover
When trying to create Hive Jdbc Connection after getting Kerberos ticket using kinit -k -t command with ProcessBuilder , I am getting below exception: java.lang.IllegalStateException: This ticket is no longer valid at javax.security.auth.kerberos.KerberosTicket.toString(KerberosTicket.java:638)

Re: Review Request 55194: HIVE-15541: Hive OOM when ATSHook enabled and ATS goes down

2017-01-05 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55194/#review160571 --- ql/src/java/org/apache/hadoop/hive/ql/hooks/ATSHook.java (line