Re: External vs. Managed Tables - Current state

2018-07-20 Thread Lefty Leverenz
Agreed, the Hive wiki is woefully incomplete. But it does mention DROP for external tables in two sections of the DDL doc: - External Tables : "When dropping an EXTERNAL table, data

Re: Review Request 67974: HIVE-20164

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

[jira] [Created] (HIVE-20219) analyze and analyze for columns don't manage stats state correctly

2018-07-20 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-20219: --- Summary: analyze and analyze for columns don't manage stats state correctly Key: HIVE-20219 URL: https://issues.apache.org/jira/browse/HIVE-20219 Project: Hive

Re: [VOTE] Apache Hive 3.1.0 Release Candidate 0

2018-07-20 Thread Vineet Garg
My understanding was that standalone-metastore release is to be done independently of hive release. Once we verify that standalone-metastore works for branch-3.1 we can start the release process for standalone-metastore. @Thejas, Can you please confirm this? Vineet On Jul 20, 2018, at 2:07

Re: [VOTE] Apache Hive 3.1.0 Release Candidate 0

2018-07-20 Thread Vihang Karajgaonkar
Shouldn't these links include the metastore tar balls as well? I thought the plan was to release Metastore 3.1 along with Hive 3.1 based on the discussion we had on this list a few weeks ago. I am currently in process of verifying the standalone-metastore for branch-3.1 On Wed, Jul 18, 2018 at

Re: Review Request 67974: HIVE-20164

2018-07-20 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67974/#review206291 --- ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java

Re: Change patch naming convention

2018-07-20 Thread Vihang Karajgaonkar
Hi Daniel, Yes, you are right. Looks like it doesn't work HIVE-1234.01-branch-3.patch format. I think the reason it was done that way is because we use '-' in the branch naming convention and its easier to parse the patch name to determine the profile. I think it would be helpful to support both

Re: Review Request 67954: HIVE-20194: HiveMetastoreClient should use reflection to instantiate embedded HMS instance

2018-07-20 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67954/ --- (Updated July 20, 2018, 6:15 p.m.) Review request for hive, Alan Gates, Peter

Re: Review Request 67954: HIVE-20194:

2018-07-20 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67954/ --- (Updated July 20, 2018, 6:14 p.m.) Review request for hive, Alan Gates, Peter

[jira] [Created] (HIVE-20218) make sure Statement.executeUpdate() returns number of rows affected

2018-07-20 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-20218: - Summary: make sure Statement.executeUpdate() returns number of rows affected Key: HIVE-20218 URL: https://issues.apache.org/jira/browse/HIVE-20218 Project: Hive

[jira] [Created] (HIVE-20217) bucket7.q test results should be sorted

2018-07-20 Thread Peter Vary (JIRA)
Peter Vary created HIVE-20217: - Summary: bucket7.q test results should be sorted Key: HIVE-20217 URL: https://issues.apache.org/jira/browse/HIVE-20217 Project: Hive Issue Type: Test

Re: Review Request 67954: HIVE-20194:

2018-07-20 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67954/ --- (Updated July 20, 2018, 6:40 a.m.) Review request for hive, Alan Gates, Peter

Re: Review Request 67954: HIVE-20194: HiveMetastoreClient should use reflection to instantiate embedded HMS instance

2018-07-20 Thread Alexander Kolbasov
> On July 19, 2018, 12:25 a.m., Vihang Karajgaonkar wrote: > > standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java > > Lines 111-116 (patched) > > > > > > Do