Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-20 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/#review201652 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Lines 4

Re: Review Request 66720: HIVE-17657 export/import for MM tables is broken

2018-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66720/ --- (Updated April 21, 2018, 12:51 a.m.) Review request for hive and Eugene Koifman

[jira] [Created] (HIVE-19260) Streaming Ingest API doesn't normalize db.table names

2018-04-20 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-19260: - Summary: Streaming Ingest API doesn't normalize db.table names Key: HIVE-19260 URL: https://issues.apache.org/jira/browse/HIVE-19260 Project: Hive Issue Ty

Re: Review Request 66414: HIVE-17970 MM LOAD DATA with OVERWRITE doesn't use base_n directory concept

2018-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66414/ --- (Updated April 20, 2018, 11:15 p.m.) Review request for hive and Eugene Koifman

Re: Review Request 66485: HIVE-19124 implement a basic major compactor for MM tables

2018-04-20 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66485/ --- (Updated April 20, 2018, 11:15 p.m.) Review request for hive and Eugene Koifman

[jira] [Created] (HIVE-19259) Create view on tables having union all fail with "Table not found"

2018-04-20 Thread Rajkumar Singh (JIRA)
Rajkumar Singh created HIVE-19259: - Summary: Create view on tables having union all fail with "Table not found" Key: HIVE-19259 URL: https://issues.apache.org/jira/browse/HIVE-19259 Project: Hive

[jira] [Created] (HIVE-19258) add originals support to MM tables (and make the conversion a metadata only operation)

2018-04-20 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-19258: --- Summary: add originals support to MM tables (and make the conversion a metadata only operation) Key: HIVE-19258 URL: https://issues.apache.org/jira/browse/HIVE-19258

Re: Review Request 66645: HIVE-19211: New streaming ingest API and support for dynamic partitioning

2018-04-20 Thread j . prasanth . j
> On April 20, 2018, 7:44 p.m., Eugene Koifman wrote: > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java > > Lines 2499 (patched) > > > > > > Heartbeat for each txn should be sent at ConfVars.HIVE_TXN_TIM

Re: Review Request 66645: HIVE-19211: New streaming ingest API and support for dynamic partitioning

2018-04-20 Thread Eugene Koifman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66645/#review201640 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Lines 2

[jira] [Created] (HIVE-19257) HIVE-19157 commit references wrong jira

2018-04-20 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-19257: -- Summary: HIVE-19157 commit references wrong jira Key: HIVE-19257 URL: https://issues.apache.org/jira/browse/HIVE-19257 Project: Hive Issue Type: Task

Re: ptest queue

2018-04-20 Thread Eugene Koifman
Would it be possible to add patch name validation when it gets added to the queue? Currently I think it fails when the bot gets to the patch if it’s not named correctly. More common for branch patches On 4/20/18, 8:20 AM, "Zoltan Haindrich" wrote: Hello, Some time ago the ptest q

[jira] [Created] (HIVE-19256) UDF which shapes the input data according to the specified schema

2018-04-20 Thread Ratandeep Ratti (JIRA)
Ratandeep Ratti created HIVE-19256: -- Summary: UDF which shapes the input data according to the specified schema Key: HIVE-19256 URL: https://issues.apache.org/jira/browse/HIVE-19256 Project: Hive

Re: Review Request 66290: HIVE-14388 : Add number of rows inserted message after insert command in Beeline

2018-04-20 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66290/#review201637 --- jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java Line 711 (o

ptest queue

2018-04-20 Thread Zoltan Haindrich
Hello, Some time ago the ptest queue worked the following way: * for some reason ATTACHMENT_ID was not set by the upstream jira scanner tool; this triggered a feature in Jenkins: if for the same ticket mutliple patches were uploaded; they didn't triggered new runs (because the parameters wer

Proposal: Apply SQL based authorization functions in the metastore.

2018-04-20 Thread Elliot West
Hello, I’d like to propose that SQL based authorization (or something similar) be applied and enforced also in the metastore service as part of the initiative to extract HMS as an independent project. While any such implementation cannot be ’system complete’ like HiveServer2 (HS2) (HMS has no scop

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-20 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3/ --- (Updated April 20, 2018, 1:32 p.m.) Review request for hive and Ashutosh Chauha

Re: Review Request 66663: HIVE-19171 Persist runtime statistics in metastore

2018-04-20 Thread Zoltan Haindrich
> On April 20, 2018, 1:20 a.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/reexec/ReOptimizePlugin.java > > Line 96 (original), 97 (patched) > > > > > > Cache size is used as number of entries

Does Hive support Hbase-synced partitioned tables?

2018-04-20 Thread Oleksiy S
Hi all. I can create following table create table hbase_partitioned(doc_id STRING, EmployeeID Int, FirstName String, Designation String, Salary Int) PARTITIONED BY (Department String) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":k