[jira] [Created] (HIVE-21309) Support for Schema Tool to use HMS TLS to the Database properties

2019-02-21 Thread Morio Ramdenbourg (JIRA)
Morio Ramdenbourg created HIVE-21309: Summary: Support for Schema Tool to use HMS TLS to the Database properties Key: HIVE-21309 URL: https://issues.apache.org/jira/browse/HIVE-21309 Project:

[GitHub] pudidic opened a new pull request #547: HIVE-21294: Vectorization: 1-reducer Shuffle can skip the object hash…

2019-02-21 Thread GitBox
pudidic opened a new pull request #547: HIVE-21294: Vectorization: 1-reducer Shuffle can skip the object hash… URL: https://github.com/apache/hive/pull/547 … functions (Teddy Choi) This is an automated message from the

Re: Review Request 70031: HIVE-21167

2019-02-21 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70031/ --- (Updated Feb. 22, 2019, 7:19 a.m.) Review request for hive, Jason Dere and

[GitHub] sankarh opened a new pull request #546: HIVE-21307: Need to set GzipJSONMessageEncoder as default config for EVENT_MESSAGE_FACTORY.

2019-02-21 Thread GitBox
sankarh opened a new pull request #546: HIVE-21307: Need to set GzipJSONMessageEncoder as default config for EVENT_MESSAGE_FACTORY. URL: https://github.com/apache/hive/pull/546 This is an automated message from the Apache

[GitHub] ashutosh-bapat opened a new pull request #545: HIVE-21306 : Upgrade HttpComponents to the latest versions similar to what Hadoop has done.

2019-02-21 Thread GitBox
ashutosh-bapat opened a new pull request #545: HIVE-21306 : Upgrade HttpComponents to the latest versions similar to what Hadoop has done. URL: https://github.com/apache/hive/pull/545 This is an automated message from the

[jira] [Created] (HIVE-21308) Negative forms of variables are not supported in HPL/SQL

2019-02-21 Thread Baoning He (JIRA)
Baoning He created HIVE-21308: - Summary: Negative forms of variables are not supported in HPL/SQL Key: HIVE-21308 URL: https://issues.apache.org/jira/browse/HIVE-21308 Project: Hive Issue Type:

[jira] [Created] (HIVE-21307) Need to set GzipJSONMessageEncoder as default config for EVENT_MESSAGE_FACTORY.

2019-02-21 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-21307: --- Summary: Need to set GzipJSONMessageEncoder as default config for EVENT_MESSAGE_FACTORY. Key: HIVE-21307 URL: https://issues.apache.org/jira/browse/HIVE-21307

[jira] [Created] (HIVE-21306) Upgrade HttpComponents to the latest versions similar to what Hadoop has done.

2019-02-21 Thread Ashutosh Bapat (JIRA)
Ashutosh Bapat created HIVE-21306: - Summary: Upgrade HttpComponents to the latest versions similar to what Hadoop has done. Key: HIVE-21306 URL: https://issues.apache.org/jira/browse/HIVE-21306

[jira] [Created] (HIVE-21305) LLAP: Option to skip cache for ETL queries

2019-02-21 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-21305: Summary: LLAP: Option to skip cache for ETL queries Key: HIVE-21305 URL: https://issues.apache.org/jira/browse/HIVE-21305 Project: Hive

[jira] [Created] (HIVE-21304) Show Bucketing version for ReduceSinkOp in explain extended plan

2019-02-21 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-21304: - Summary: Show Bucketing version for ReduceSinkOp in explain extended plan Key: HIVE-21304 URL: https://issues.apache.org/jira/browse/HIVE-21304 Project: Hive

Re: Review Request 70031: HIVE-21167

2019-02-21 Thread Deepak Jaiswal
> On Feb. 21, 2019, 6:29 p.m., Vineet Garg wrote: > > ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out > > Line 1332 (original), 1332 (patched) > > > > > > Do you know the reason this

[jira] [Created] (HIVE-21303) Update TextRecordReader

2019-02-21 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-21303: -- Summary: Update TextRecordReader Key: HIVE-21303 URL: https://issues.apache.org/jira/browse/HIVE-21303 Project: Hive Issue Type: Improvement

Re: Review Request 70031: HIVE-21167

2019-02-21 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70031/#review213034 --- ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java

[GitHub] miklosgergely opened a new pull request #544: HIVE-16924 Support distinct in presence of Group By

2019-02-21 Thread GitBox
miklosgergely opened a new pull request #544: HIVE-16924 Support distinct in presence of Group By URL: https://github.com/apache/hive/pull/544 create table e011_01 (c1 int, c2 smallint); insert into e011_01 values (1, 1), (2, 2); These queries should work: select distinct

[GitHub] miklosgergely opened a new pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-02-21 Thread GitBox
miklosgergely opened a new pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543 DDLTask is a huge class, more than 5000 lines long. The related DDLWork is also a huge class, which has a field for each DDL

[GitHub] jcamachor opened a new pull request #542: HIVE-21301

2019-02-21 Thread GitBox
jcamachor opened a new pull request #542: HIVE-21301 URL: https://github.com/apache/hive/pull/542 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

Disjoin alias

2019-02-21 Thread Daniel Takacs
I have been trying for a while to disjoin this alias nothing worked. Who is the admin who can help? Sent from my iPhone

Re: Moving forward with the timestamp proposal

2019-02-21 Thread Zoltan Ivanfi
Hi, We can add these new SQL types by adding support to the file formats first. But the most important and immediate goal is reserving these types for their desired meaning and that can already be done without such support. Of course, eventually the new types need to be implemented as well, and

Review Request 70031: HIVE-21167

2019-02-21 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70031/ --- Review request for hive, Jason Dere and Vaibhav Gumashta. Bugs: HIVE-21167

[jira] [Created] (HIVE-21302) datanucleus.schema.autoCreateAll=true will not work properly as schematool

2019-02-21 Thread Oleksandr Polishchuk (JIRA)
Oleksandr Polishchuk created HIVE-21302: --- Summary: datanucleus.schema.autoCreateAll=true will not work properly as schematool Key: HIVE-21302 URL: https://issues.apache.org/jira/browse/HIVE-21302