Re: Review Request 43706: HIVE-13063 Create UDFs for CHAR and REPLACE

2016-02-26 Thread Alejandro Fernandez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43706/ --- (Updated Feb. 27, 2016, 3:53 a.m.) Review request for hive, Jason Dere and Vikr

Review Request 44128: HIVE-13002 Hive object is not thread safe, is shared via a threadlocal and thus should not be passed around too much - part 1

2016-02-26 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44128/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git Descriptio

Re: Review Request 43836: Don't create empty bucket files

2016-02-26 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43836/#review121041 --- ql/src/test/results/clientpositive/union_fast_stats.q.out (line 1

[jira] [Created] (HIVE-13175) Disallow making external tables transactional

2016-02-26 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-13175: Summary: Disallow making external tables transactional Key: HIVE-13175 URL: https://issues.apache.org/jira/browse/HIVE-13175 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13174) Remove Vectorizer noise in logs

2016-02-26 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-13174: Summary: Remove Vectorizer noise in logs Key: HIVE-13174 URL: https://issues.apache.org/jira/browse/HIVE-13174 Project: Hive Issue Type: Bug Components: Hi

[jira] [Created] (HIVE-13173) LLAP: Add end-to-end test for LlapInputFormat

2016-02-26 Thread Jason Dere (JIRA)
Jason Dere created HIVE-13173: - Summary: LLAP: Add end-to-end test for LlapInputFormat Key: HIVE-13173 URL: https://issues.apache.org/jira/browse/HIVE-13173 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-13172) Merge master into llap branch

2016-02-26 Thread Jason Dere (JIRA)
Jason Dere created HIVE-13172: - Summary: Merge master into llap branch Key: HIVE-13172 URL: https://issues.apache.org/jira/browse/HIVE-13172 Project: Hive Issue Type: Sub-task Reporte

Re: Review Request 43706: HIVE-13063 Create UDFs for CHAR and REPLACE

2016-02-26 Thread Alejandro Fernandez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43706/ --- (Updated Feb. 26, 2016, 9:40 p.m.) Review request for hive, Jason Dere and Vikr

Re: Review Request 40415: HIVE-11675 make use of file footer PPD API in ETL strategy or separate strategy

2016-02-26 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40415/ --- (Updated Feb. 26, 2016, 8:12 p.m.) Review request for hive, Gopal V, Prasanth_J

Re: Review Request 40415: HIVE-11675 make use of file footer PPD API in ETL strategy or separate strategy

2016-02-26 Thread Sergey Shelukhin
> On Feb. 16, 2016, 7:38 p.m., Prasanth_J wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java, > > line 1523 > > > > > > Then why provide this interface? Is it client's responsibili

Review Request 44098: HiveServer2: Support delegation token based connection when using http transport

2016-02-26 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44098/ --- Review request for hive and Thejas Nair. Bugs: HIVE-13169 https://issues.ap

[jira] [Created] (HIVE-13171) Add unit test for hs2 webui

2016-02-26 Thread Szehon Ho (JIRA)
Szehon Ho created HIVE-13171: Summary: Add unit test for hs2 webui Key: HIVE-13171 URL: https://issues.apache.org/jira/browse/HIVE-13171 Project: Hive Issue Type: Sub-task Reporter: S

[GitHub] hive pull request: [HIVE-13170] Implements interface HiveOutputFor...

2016-02-26 Thread chutium
GitHub user chutium opened a pull request: https://github.com/apache/hive/pull/66 [HIVE-13170] Implements interface HiveOutputFormat HiveAccumuloTableOutputFormat as OutputFormat in an hive storage handler, should implement HiveOutputFormat interface as well to ensure compatibility

[jira] [Created] (HIVE-13170) HiveAccumuloTableOutputFormat should implement HiveOutputFormat to ensure compatibility

2016-02-26 Thread Teng Qiu (JIRA)
Teng Qiu created HIVE-13170: --- Summary: HiveAccumuloTableOutputFormat should implement HiveOutputFormat to ensure compatibility Key: HIVE-13170 URL: https://issues.apache.org/jira/browse/HIVE-13170 Project:

predicate push down with custom StorageHandler

2016-02-26 Thread Amey Barve
Hi All, I have implemented HiveStoragePredicateHandler for my StorageHandler. I am able to push down predicates for following query and this works fine. Example: select o_custkey,c_custkey from customer,orders where c_mktsegment = 'BUILDING'; (*column-ref = c_mktsegment comparison-op = op constan