[jira] [Created] (HIVE-18559) Allow hive.metastore.limit.partition.request to be user configurable

2018-01-26 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-18559: -- Summary: Allow hive.metastore.limit.partition.request to be user configurable Key: HIVE-18559 URL: https://issues.apache.org/jira/browse/HIVE-18559 Project: Hive

Re: Review Request 65330: HIVE-18526 Backport HIVE-16886 to Hive 2

2018-01-26 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65330/ --- (Updated Jan. 27, 2018, 12:04 a.m.) Review request for hive, anishek, Andrew

Re: Review Request 65330: HIVE-18526 Backport HIVE-16886 to Hive 2

2018-01-26 Thread Alexander Kolbasov
> On Jan. 26, 2018, 7:55 p.m., Vihang Karajgaonkar wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java > > Lines 8236 (patched) > > > > > > Does this work when there are multiple HMS

Review Request 65356: HIVE-18536 IOW + DP is broken for insert-only ACID

2018-01-26 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65356/ --- Review request for hive and Eugene Koifman. Repository: hive-git Description

Re: Review Request 65330: HIVE-18526 Backport HIVE-16886 to Hive 2

2018-01-26 Thread Vihang Karajgaonkar via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65330/#review196365 ---

Re: Hive packaging and the standalone metastore

2018-01-26 Thread Alan Gates
On Fri, Jan 26, 2018 at 11:09 AM, Vihang Karajgaonkar wrote: > Oh, may be I misunderstood then. Are you suggesting that hive binaries will > include metastore and there would also be another tar file which only > includes metastore and its dependencies? So if someone just

[jira] [Created] (HIVE-18558) Upgrade orc version to 1.4.2

2018-01-26 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-18558: Summary: Upgrade orc version to 1.4.2 Key: HIVE-18558 URL: https://issues.apache.org/jira/browse/HIVE-18558 Project: Hive Issue Type: Bug

Re: Hive packaging and the standalone metastore

2018-01-26 Thread Vihang Karajgaonkar
Oh, may be I misunderstood then. Are you suggesting that hive binaries will include metastore and there would also be another tar file which only includes metastore and its dependencies? So if someone just wants to install metastore they can just download metastore tar ball. For hive, since it

[jira] [Created] (HIVE-18557) q.outs: fix issues caused by q.out_spark files

2018-01-26 Thread Laszlo Bodor (JIRA)
Laszlo Bodor created HIVE-18557: --- Summary: q.outs: fix issues caused by q.out_spark files Key: HIVE-18557 URL: https://issues.apache.org/jira/browse/HIVE-18557 Project: Hive Issue Type: Bug

Re: Hive packaging and the standalone metastore

2018-01-26 Thread Alexander Kolbasov
My concern is that usually the scripts just include all the jars in the lib directory to the classpath. So for metastore they'll include a bunch of extra jars in undefined order, so as metastore evolves and starts using different versions of some jars we'll run in weird jar conflicts. If you

[jira] [Created] (HIVE-18556) bucket_map_join_tez1 is failing with plan diffs

2018-01-26 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-18556: - Summary: bucket_map_join_tez1 is failing with plan diffs Key: HIVE-18556 URL: https://issues.apache.org/jira/browse/HIVE-18556 Project: Hive Issue Type:

Re: Hive packaging and the standalone metastore

2018-01-26 Thread Alan Gates
I’m not seeing the value of moving the jars to a different path. If someone just wants to run the metastore it will be possible to download it alone. I’m afraid moving things around will break some script somewhere that we won’t think to test. Alan. On Fri, Jan 26, 2018 at 10:10 AM, Vihang

Re: Hive packaging and the standalone metastore

2018-01-26 Thread Vihang Karajgaonkar
I think its important to keep supporting "hive --service metastore" for backwards compatibility. I also think it would be great to have some separation in the lib/bin if possible so that it is easier for someone who downloads Hive but just wants to deploy a standalone-metastore to identify which

Review Request 65353: Create tests to cover getTableMeta method

2018-01-26 Thread Adam Szita via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65353/ --- Review request for hive, Marta Kuczora and Peter Vary. Bugs: HIVE-18542

Re: Review Request 65349: HIVE-18544: Create tests to cover methods for appending Partitions

2018-01-26 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65349/#review196338 --- Ship it! Ship It! - Peter Vary On Jan. 26, 2018, 1:03 p.m.,

Review Request 65349: HIVE-18544: Create tests to cover methods for appending Partitions

2018-01-26 Thread Marta Kuczora via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65349/ --- Review request for hive, Peter Vary and Adam Szita. Bugs: HIVE-18544

[GitHub] hive pull request #299: HIVE-14660 : ArrayIndexOutOfBounds on delete

2018-01-26 Thread bonnetb
GitHub user bonnetb opened a pull request: https://github.com/apache/hive/pull/299 HIVE-14660 : ArrayIndexOutOfBounds on delete See https://issues.apache.org/jira/browse/HIVE-14660 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] hive pull request #100: HIVE-14660 : ArrayIndexOutOfBounds on delete

2018-01-26 Thread bonnetb
Github user bonnetb closed the pull request at: https://github.com/apache/hive/pull/100 ---

Re: Review Request 65264: HIVE-18481: Create tests for table related methods (get, list, exists)

2018-01-26 Thread Peter Vary via Review Board
> On Jan. 24, 2018, 5:50 p.m., Sahil Takiar wrote: > > standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/client/TestTablesGetListExists.java > > Lines 63 (patched) > > > > > > A lot of the setup and

[jira] [Created] (HIVE-18555) Inconsistent exceptions between different IMetaStoreClient implementations

2018-01-26 Thread Peter Vary (JIRA)
Peter Vary created HIVE-18555: - Summary: Inconsistent exceptions between different IMetaStoreClient implementations Key: HIVE-18555 URL: https://issues.apache.org/jira/browse/HIVE-18555 Project: Hive

[jira] [Created] (HIVE-18554) Fix false positive test ql.io.parquet.TestHiveSchemaConverter.testMap

2018-01-26 Thread Adam Szita (JIRA)
Adam Szita created HIVE-18554: - Summary: Fix false positive test ql.io.parquet.TestHiveSchemaConverter.testMap Key: HIVE-18554 URL: https://issues.apache.org/jira/browse/HIVE-18554 Project: Hive

Re: Review Request 65213: HIVE-18479: Create tests to cover methods for dropping Partitions

2018-01-26 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65213/#review196309 --- Ship it! Ship It! - Peter Vary On Jan. 24, 2018, 4:37 p.m.,