[jira] [Created] (HIVE-20228) configure repl configuration directories based on user running hiveserver2

2018-07-23 Thread anishek (JIRA)
anishek created HIVE-20228: -- Summary: configure repl configuration directories based on user running hiveserver2 Key: HIVE-20228 URL: https://issues.apache.org/jira/browse/HIVE-20228 Project: Hive

[VOTE] Apache Hive 3.1.0 Release Candidate 1

2018-07-23 Thread Vineet Garg
Apache Hive 3.1.0 Release Candidate 1 is available here: http://people.apache.org/~vgarg/apache-hive-3.1.0-rc-1 Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1090/ Source tag: https://github.com/apache/hive/tree/release-3.1.0-rc1 Voting

Re: Review Request 68013: HIVE-20082 HiveDecimal to string conversion doesn't format the decimal correctly - master

2018-07-23 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68013/ --- (Updated July 23, 2018, 10:32 p.m.) Review request for hive, Ashutosh Chauhan

Re: [VOTE] Apache Hive 3.1.0 Release Candidate 0

2018-07-23 Thread Vineet Garg
Thanks for checking Ashutosh. HIVE-20227 has a patch uploaded for this. I’ll create new RC and send another email soon. Vineet > On Jul 23, 2018, at 3:20 PM, Ashutosh Chauhan > wrote: > > Tried building from src tag and got: > > [INFO] --- maven-enforcer-plugin:1.3.1:enforce

[jira] [Created] (HIVE-20227) Hive 3.1 rc0 failing with snapshot dependency

2018-07-23 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-20227: -- Summary: Hive 3.1 rc0 failing with snapshot dependency Key: HIVE-20227 URL: https://issues.apache.org/jira/browse/HIVE-20227 Project: Hive Issue Type: Bug

Re: [VOTE] Apache Hive 3.1.0 Release Candidate 0

2018-07-23 Thread Ashutosh Chauhan
Tried building from src tag and got: [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ hive-llap-server --- [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireReleaseDeps failed with message: Release builds are not allowed to have SNAPSHOT depenendencies Found

[jira] [Created] (HIVE-20226) query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents exceed 50M

2018-07-23 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20226: Summary: query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents exceed 50M Key: HIVE-20226 URL: https://issues.apache.org/jira/browse/HIVE-20226

Re: Review Request 68013: HIVE-20082 HiveDecimal to string conversion doesn't format the decimal correctly - master

2018-07-23 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68013/ --- (Updated July 23, 2018, 9:58 p.m.) Review request for hive, Ashutosh Chauhan

Re: Review Request 68013: HIVE-20082 HiveDecimal to string conversion doesn't format the decimal correctly - master

2018-07-23 Thread Jason Dere
> On July 23, 2018, 7:09 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToString.java > > Lines 20-21 (patched) > > > > > > Need to use slf4j. Will fix > On July 23,

[jira] [Created] (HIVE-20225) SerDe to support Teradata Binary Format

2018-07-23 Thread Lu Li (JIRA)
Lu Li created HIVE-20225: Summary: SerDe to support Teradata Binary Format Key: HIVE-20225 URL: https://issues.apache.org/jira/browse/HIVE-20225 Project: Hive Issue Type: New Feature

Re: Review Request 68013: HIVE-20082 HiveDecimal to string conversion doesn't format the decimal correctly - master

2018-07-23 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68013/#review206338 ---

Re: Review Request 67974: HIVE-20164

2018-07-23 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67974/ --- (Updated July 23, 2018, 6:06 p.m.) Review request for hive, Gopal V and Jason

Re: Review Request 67974: HIVE-20164

2018-07-23 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67974/ --- (Updated July 23, 2018, 5:48 p.m.) Review request for hive, Gopal V and Jason

[jira] [Created] (HIVE-20224) ReplChangeManager.java Remove Logging Guards

2018-07-23 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20224: -- Summary: ReplChangeManager.java Remove Logging Guards Key: HIVE-20224 URL: https://issues.apache.org/jira/browse/HIVE-20224 Project: Hive Issue Type:

[jira] [Created] (HIVE-20223) SmallTableCache.java SLF4J Parameterized Logging

2018-07-23 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20223: -- Summary: SmallTableCache.java SLF4J Parameterized Logging Key: HIVE-20223 URL: https://issues.apache.org/jira/browse/HIVE-20223 Project: Hive Issue Type:

[jira] [Created] (HIVE-20222) Enable Skew Join Optimization For Outer Joins

2018-07-23 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20222: -- Summary: Enable Skew Join Optimization For Outer Joins Key: HIVE-20222 URL: https://issues.apache.org/jira/browse/HIVE-20222 Project: Hive Issue Type: New

[jira] [Created] (HIVE-20221) Increase column width for partition_params

2018-07-23 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-20221: --- Summary: Increase column width for partition_params Key: HIVE-20221 URL: https://issues.apache.org/jira/browse/HIVE-20221 Project: Hive Issue Type:

[GitHub] hive pull request #402: HIVE-20192: HS2 with embedded metastore is leaking J...

2018-07-23 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/402 ---

Review Request 68013: HIVE-20082 HiveDecimal to string conversion doesn't format the decimal correctly - master

2018-07-23 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68013/ --- Review request for hive, Ashutosh Chauhan and Sergey Shelukhin. Bugs: