[GitHub] hive pull request #355: HIVE-19584: Dictionary encoding for string types

2018-05-24 Thread pudidic
GitHub user pudidic opened a pull request: https://github.com/apache/hive/pull/355 HIVE-19584: Dictionary encoding for string types Apache Arrow supports dictionary encoding for some data types. So implement dictionary encoding for string types in Arrow SerDe. You can merge this

[jira] [Created] (HIVE-19692) Hive need to support Multilines Comments

2018-05-24 Thread PRAFUL DASH (JIRA)
PRAFUL DASH created HIVE-19692: -- Summary: Hive need to support Multilines Comments Key: HIVE-19692 URL: https://issues.apache.org/jira/browse/HIVE-19692 Project: Hive Issue Type: Improvement

Re: Review Request 66800: HIVE-6980 Drop table by using direct sql

2018-05-24 Thread Vihang Karajgaonkar via Review Board
> On May 14, 2018, 7:07 p.m., Vihang Karajgaonkar wrote: > > standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java > > Lines 2545 (patched) > > > > > > Why not LOG.error? > >

[jira] [Created] (HIVE-19693) Create hive API on Java 1.9 based

2018-05-24 Thread Murtaza Hatim Zaveri (JIRA)
Murtaza Hatim Zaveri created HIVE-19693: --- Summary: Create hive API on Java 1.9 based Key: HIVE-19693 URL: https://issues.apache.org/jira/browse/HIVE-19693 Project: Hive Issue Type:

[jira] [Created] (HIVE-19695) Year Month Day extraction functions need to add an implicit cast for column that are String types

2018-05-24 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-19695: - Summary: Year Month Day extraction functions need to add an implicit cast for column that are String types Key: HIVE-19695 URL: https://issues.apache.org/jira/browse/HIVE-19695

[jira] [Created] (HIVE-19696) Create schema scripts for Hive 3.1.0 and Hive 4.0.0

2018-05-24 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-19696: -- Summary: Create schema scripts for Hive 3.1.0 and Hive 4.0.0 Key: HIVE-19696 URL: https://issues.apache.org/jira/browse/HIVE-19696 Project: Hive

[jira] [Created] (HIVE-19697) TestReOptimization#testStatCachingMetaStore is flaky

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19697: -- Summary: TestReOptimization#testStatCachingMetaStore is flaky Key: HIVE-19697 URL: https://issues.apache.org/jira/browse/HIVE-19697 Project: Hive

Hive Metastore Client Backwards Compatibility Issue

2018-05-24 Thread Bohdan Kazydub
Hello Hive, I am using HiveMetaStoreClient of version 2.3.3 ( https://github.com/apache/hive/blob/rel/release-2.3.3/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java) to query data (sql queries like 'show tables;' and 'select * from customers;' etc.) from Hive 2.1

[jira] [Created] (HIVE-19699) Re-enable TestReOptimization

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19699: -- Summary: Re-enable TestReOptimization Key: HIVE-19699 URL: https://issues.apache.org/jira/browse/HIVE-19699 Project: Hive Issue Type:

Review Request 67294: HIVE-18453: ACID: Add "CREATE TRANSACTIONAL TABLE" syntax to unify ACID ORC & Parquet support

2018-05-24 Thread Igor Kryvenko
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67294/ --- Review request for hive, Ashutosh Chauhan, Eugene Koifman, and Vineet Garg.

[jira] [Created] (HIVE-19698) TestAMReporter#testMultipleAM is flaky

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19698: -- Summary: TestAMReporter#testMultipleAM is flaky Key: HIVE-19698 URL: https://issues.apache.org/jira/browse/HIVE-19698 Project: Hive

[jira] [Created] (HIVE-19694) Create Materialized View statement should check for MV name conflicts before running MV's SQL statement.

2018-05-24 Thread Nita Dembla (JIRA)
Nita Dembla created HIVE-19694: -- Summary: Create Materialized View statement should check for MV name conflicts before running MV's SQL statement. Key: HIVE-19694 URL:

[jira] [Created] (HIVE-19703) GenericUDTFGetSplits never uses num splits argument

2018-05-24 Thread Eric Wohlstadter (JIRA)
Eric Wohlstadter created HIVE-19703: --- Summary: GenericUDTFGetSplits never uses num splits argument Key: HIVE-19703 URL: https://issues.apache.org/jira/browse/HIVE-19703 Project: Hive Issue

Review Request 67296: HIVE-18875 : Enable SMB Join by default in Tez

2018-05-24 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67296/ --- Review request for hive, Gunther Hagleitner and Jason Dere. Bugs: HIVE-18875

DB install and upgrade scripts in the brave new world of multiple release lines

2018-05-24 Thread Alan Gates
The change to have branches running with master as 4 and branch-3 for 3.x releases is complicating our DB install and upgrade scripts. There's a JIRA to track the changes but some discussion on that JIRA of how best to proceed, starting with the comment

[jira] [Created] (HIVE-19700) Workaround for JLine issue with UnsupportedTerminal

2018-05-24 Thread Naveen Gangam (JIRA)
Naveen Gangam created HIVE-19700: Summary: Workaround for JLine issue with UnsupportedTerminal Key: HIVE-19700 URL: https://issues.apache.org/jira/browse/HIVE-19700 Project: Hive Issue Type:

[jira] [Created] (HIVE-19702) Backport ALTER TABLE SET OWNER patches to branch-2

2018-05-24 Thread JIRA
Sergio Peña created HIVE-19702: -- Summary: Backport ALTER TABLE SET OWNER patches to branch-2 Key: HIVE-19702 URL: https://issues.apache.org/jira/browse/HIVE-19702 Project: Hive Issue Type:

[jira] [Created] (HIVE-19701) getDelegationTokenFromMetaStore doesn't need to be synchronized

2018-05-24 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19701: --- Summary: getDelegationTokenFromMetaStore doesn't need to be synchronized Key: HIVE-19701 URL: https://issues.apache.org/jira/browse/HIVE-19701 Project: Hive

Review Request 67307: HIVE-19704 LLAP IO retries on branch-2 should be stoppable

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

[jira] [Created] (HIVE-19704) LLAP IO retries on branch-2 should be stoppable

2018-05-24 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19704: --- Summary: LLAP IO retries on branch-2 should be stoppable Key: HIVE-19704 URL: https://issues.apache.org/jira/browse/HIVE-19704 Project: Hive Issue

[jira] [Created] (HIVE-19707) Enable TestJdbcWithMiniHS2#testHttpRetryOnServerIdleTimeout

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19707: -- Summary: Enable TestJdbcWithMiniHS2#testHttpRetryOnServerIdleTimeout Key: HIVE-19707 URL: https://issues.apache.org/jira/browse/HIVE-19707

[jira] [Created] (HIVE-19706) Disable TestJdbcWithMiniHS2#testHttpRetryOnServerIdleTimeout

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19706: -- Summary: Disable TestJdbcWithMiniHS2#testHttpRetryOnServerIdleTimeout Key: HIVE-19706 URL: https://issues.apache.org/jira/browse/HIVE-19706

Re: Review Request 67296: HIVE-18875 : Enable SMB Join by default in Tez

2018-05-24 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67296/ --- (Updated May 25, 2018, 3:06 a.m.) Review request for hive, Gunther Hagleitner

[jira] [Created] (HIVE-19709) How to convert Julian date to calendar date

2018-05-24 Thread Rajkumar Budha Singh (JIRA)
Rajkumar Budha Singh created HIVE-19709: --- Summary: How to convert Julian date to calendar date Key: HIVE-19709 URL: https://issues.apache.org/jira/browse/HIVE-19709 Project: Hive Issue

[jira] [Created] (HIVE-19705) remove the stop call from LLAP IO and switch to using to thread interrupt

2018-05-24 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19705: --- Summary: remove the stop call from LLAP IO and switch to using to thread interrupt Key: HIVE-19705 URL: https://issues.apache.org/jira/browse/HIVE-19705

[jira] [Created] (HIVE-19708) Repl copy retrying with cm path even if the failure is due to network issue

2018-05-24 Thread mahesh kumar behera (JIRA)
mahesh kumar behera created HIVE-19708: -- Summary: Repl copy retrying with cm path even if the failure is due to network issue Key: HIVE-19708 URL: https://issues.apache.org/jira/browse/HIVE-19708

Re: DB install and upgrade scripts in the brave new world of multiple release lines

2018-05-24 Thread Vihang Karajgaonkar
Historically speaking, once we cut out a branch for a certain release line, most of the development shifts to master and only critical bug fixes are made in release specific branches. This happened when branch-2 was cut out too. Fortunately (or not) we always have had some minor releases on the