[jira] [Created] (HIVE-19908) Block Insert Overwrite with Union All on full CRUD ACID tables using HIVE_UNION_SUBDIR_

2018-06-14 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-19908: - Summary: Block Insert Overwrite with Union All on full CRUD ACID tables using HIVE_UNION_SUBDIR_ Key: HIVE-19908 URL: https://issues.apache.org/jira/browse/HIVE-19908

[jira] [Created] (HIVE-19907) Driver.isValidTxnListState should rely on global txn list

2018-06-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19907: -- Summary: Driver.isValidTxnListState should rely on global txn list Key: HIVE-19907 URL: https://issues.apache.org/jira/browse/HIVE-19907 Project:

[jira] [Created] (HIVE-19906) Skip temp tables from authorization check

2018-06-14 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-19906: Summary: Skip temp tables from authorization check Key: HIVE-19906 URL: https://issues.apache.org/jira/browse/HIVE-19906 Project: Hive Issue Type:

Review Request 67612: HIVE-19904 : Load data rewrite into Tez job fails for ACID

2018-06-14 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67612/ --- Review request for hive, Eugene Koifman and Sankar Hariappan. Bugs: HIVE-19904

[jira] [Created] (HIVE-19905) By default the configuration property hive.metastore.schema.verification is false

2018-06-14 Thread JIRA
奔跑的蜗牛 created HIVE-19905: Summary: By default the configuration property hive.metastore.schema.verification is false Key: HIVE-19905 URL: https://issues.apache.org/jira/browse/HIVE-19905 Project: Hive

[jira] [Created] (HIVE-19904) Load data rewrite into Tez job fails for ACID

2018-06-14 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-19904: - Summary: Load data rewrite into Tez job fails for ACID Key: HIVE-19904 URL: https://issues.apache.org/jira/browse/HIVE-19904 Project: Hive Issue Type:

[jira] [Created] (HIVE-19903) Disable temporary insert-only transactional table

2018-06-14 Thread Steve Yeom (JIRA)
Steve Yeom created HIVE-19903: - Summary: Disable temporary insert-only transactional table Key: HIVE-19903 URL: https://issues.apache.org/jira/browse/HIVE-19903 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-19902) Provide Metastore micro-benchmarks

2018-06-14 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-19902: - Summary: Provide Metastore micro-benchmarks Key: HIVE-19902 URL: https://issues.apache.org/jira/browse/HIVE-19902 Project: Hive Issue Type:

Review Request 67608: HIVE-19898 Disable TransactionalValidationListener when the table is not in the Hive catalog

2018-06-14 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67608/ --- Review request for hive and Eugene Koifman. Bugs: HIVE-19898

[jira] [Created] (HIVE-19901) Consolidate JsonSerde Classes

2018-06-14 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-19901: -- Summary: Consolidate JsonSerde Classes Key: HIVE-19901 URL: https://issues.apache.org/jira/browse/HIVE-19901 Project: Hive Issue Type: Improvement Affects

[jira] [Created] (HIVE-19900) HiveCLI HoS Performs Invalid Impersonation If User Name Truncated

2018-06-14 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-19900: -- Summary: HiveCLI HoS Performs Invalid Impersonation If User Name Truncated Key: HIVE-19900 URL: https://issues.apache.org/jira/browse/HIVE-19900 Project: Hive

[jira] [Created] (HIVE-19899) Support stored as JsonFile

2018-06-14 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-19899: --- Summary: Support stored as JsonFile Key: HIVE-19899 URL: https://issues.apache.org/jira/browse/HIVE-19899 Project: Hive Issue Type: Sub-task Components:

Re: Weird error in a generated thrift file

2018-06-14 Thread Sanchay Javeria
Could it have something to do with a change in some other thrift file? I added a new field in hive_metastore.thrift under the Table struct. In my knowledge, it never touches TBinaryColumn.java, I also compared the TCLIService.thrift and TBinaryColumn.java with the prod code and it looks exactly

Re: Weird error in a generated thrift file

2018-06-14 Thread Sanchay Javeria
Hey Alan, I'm running Thrift 0.9.3 On Thu, Jun 14, 2018 at 12:26 PM, Alan Gates wrote: > What version of thrift do you have? > > Alan. > > On Thu, Jun 14, 2018 at 11:48 AM Sanchay Javeria > wrote: > > > Hi, > > > > I'm seeing a weird error in TBinaryColumn.java on line 383 inside the > >

Re: Review Request 54094: HIVE-15190: Field names are not preserved in ORC files written with ACID

2018-06-14 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54094/#review204793 --- ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2.java

Re: Weird error in a generated thrift file

2018-06-14 Thread Alan Gates
What version of thrift do you have? Alan. On Thu, Jun 14, 2018 at 11:48 AM Sanchay Javeria wrote: > Hi, > > I'm seeing a weird error in TBinaryColumn.java on line 383 inside the > toString() method. There is a call being made to > org.apache.thrift.TBaseHelper.toString(this.values, sb).

Weird error in a generated thrift file

2018-06-14 Thread Sanchay Javeria
Hi, I'm seeing a weird error in TBinaryColumn.java on line 383 inside the toString() method. There is a call being made to org.apache.thrift.TBaseHelper.toString(this.values, sb). Looking into this method tells that TBaseHelper.toString() assumes ByteBuffer as the first argument whereas

[jira] [Created] (HIVE-19898) Disable TransactionalValidationListener when the table is not in the Hive catalog

2018-06-14 Thread Jason Dere (JIRA)
Jason Dere created HIVE-19898: - Summary: Disable TransactionalValidationListener when the table is not in the Hive catalog Key: HIVE-19898 URL: https://issues.apache.org/jira/browse/HIVE-19898 Project:

[GitHub] hive pull request #366: HIVE-19739: Bootstrap REPL LOAD to use checkpoints t...

2018-06-14 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/366 ---

[jira] [Created] (HIVE-19897) Add more tests for parallel compilation

2018-06-14 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-19897: --- Summary: Add more tests for parallel compilation Key: HIVE-19897 URL: https://issues.apache.org/jira/browse/HIVE-19897 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-19896) Create view stores invalid, mutated version of original SQL text

2018-06-14 Thread Elliot West (JIRA)
Elliot West created HIVE-19896: -- Summary: Create view stores invalid, mutated version of original SQL text Key: HIVE-19896 URL: https://issues.apache.org/jira/browse/HIVE-19896 Project: Hive

[jira] [Created] (HIVE-19895) The unique ID in SparkPartitionPruningSinkOperator is no longer needed

2018-06-14 Thread Rui Li (JIRA)
Rui Li created HIVE-19895: - Summary: The unique ID in SparkPartitionPruningSinkOperator is no longer needed Key: HIVE-19895 URL: https://issues.apache.org/jira/browse/HIVE-19895 Project: Hive Issue

Re: Review Request 67485: HIVE-19783 Retrieve only locations in HiveMetaStore.dropPartitionsAndGetLocations

2018-06-14 Thread Peter Vary via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67485/ --- (Updated jún. 14, 2018, 10:57 de) Review request for hive, Alexander Kolbasov

Re: Review Request 67485: HIVE-19783 Retrieve only locations in HiveMetaStore.dropPartitionsAndGetLocations

2018-06-14 Thread Peter Vary via Review Board
> On jún. 13, 2018, 4:50 du, Vihang Karajgaonkar wrote: > > standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java > > Line 2545 (original), 2538 (patched) > > > > > > My concern

[jira] [Created] (HIVE-19894) remote spark driver can use ip to connect Hive Client

2018-06-14 Thread Song Jun (JIRA)
Song Jun created HIVE-19894: --- Summary: remote spark driver can use ip to connect Hive Client Key: HIVE-19894 URL: https://issues.apache.org/jira/browse/HIVE-19894 Project: Hive Issue Type:

[jira] [Created] (HIVE-19893) TxnIdUtils.checkEquivalentWriteIds may return false negatives

2018-06-14 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-19893: -- Summary: TxnIdUtils.checkEquivalentWriteIds may return false negatives Key: HIVE-19893 URL: https://issues.apache.org/jira/browse/HIVE-19893

Group by constant incorrect result

2018-06-14 Thread Jianguo Tian
1. SQL: select '201804' month_id, '-1' std_prvnce_cd, '-1' std_latn_cd, sum(case when t.billing_cycle_id = '201804' and t.target_code = 'M110111' then t.target_value end) n_dy_yd_cz, sum(case when

[jira] [Created] (HIVE-19892) Disable query results cache for for HiveServer2 doAs=true

2018-06-14 Thread Jason Dere (JIRA)
Jason Dere created HIVE-19892: - Summary: Disable query results cache for for HiveServer2 doAs=true Key: HIVE-19892 URL: https://issues.apache.org/jira/browse/HIVE-19892 Project: Hive Issue Type: