Review Request 61663: WebUI query plan graphs

2017-08-15 Thread Karen Coppage
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61663/ --- Review request for hive, Peter Vary and Xuefu Zhang. Repository: hive-git

Re: Review Request 61656: HIVE-17316: Use regular expressions for the hidden configuration variables

2017-08-15 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61656/ --- (Updated Aug. 15, 2017, 3:30 p.m.) Review request for hive and Peter Vary.

Re: Review Request 61656: HIVE-17316: Use regular expressions for the hidden configuration variables

2017-08-15 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61656/#review182946 --- common/src/java/org/apache/hadoop/hive/conf/HiveConfUtil.java

[GitHub] hive pull request #232: Update 039-HIVE-12274.oracle.sql

2017-08-15 Thread rmartin-rp
GitHub user rmartin-rp opened a pull request: https://github.com/apache/hive/pull/232 Update 039-HIVE-12274.oracle.sql You cannot modify a column from VARCHAR2(4000) to CLOB directly. You need to add a new column and drop the old one or recreate the table. I chose to recreate the

[jira] [Created] (HIVE-17323) Improve upon HIVE-16260

2017-08-15 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-17323: - Summary: Improve upon HIVE-16260 Key: HIVE-17323 URL: https://issues.apache.org/jira/browse/HIVE-17323 Project: Hive Issue Type: Bug Reporter:

Running tests against branches other than master.

2017-08-15 Thread Mithun RK
Hello, hive-dev. I was wondering if anyone could clarify how to get pre-commit tests to run for branches other than master. The dev documentation indicates that if the branch-name is specified as

[jira] [Created] (HIVE-17329) ensure acid side file is not overwritten

2017-08-15 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17329: - Summary: ensure acid side file is not overwritten Key: HIVE-17329 URL: https://issues.apache.org/jira/browse/HIVE-17329 Project: Hive Issue Type:

Re: Running tests against branches other than master.

2017-08-15 Thread Sergey Shelukhin
And by jar I mean patch. On 17/8/15, 12:56, "Sergey Shelukhin" wrote: >Specifying the branch name as part of the jar is the trigger. I’ve never >tried it for more than one branch at a time so I’m not sure if HiveQA >would run for every one; it seems more likely that it

JSON SerDe column name mapping

2017-08-15 Thread Jagrut Sharma
For org.apache.hive.hcatalog.data.JsonSerDe, is there a way to provide column name mapping via serdeproperties? Trying to handle keys with dots in them by renaming to underscores. For a JSON key like key.name.dev, the Hive table will have column key_name_dev. The mapping should be specified via

[jira] [Created] (HIVE-17327) LLAP IO: restrict native file ID usage to default FS to avoid hypothetiocal collisions with HDFS federation

2017-08-15 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-17327: --- Summary: LLAP IO: restrict native file ID usage to default FS to avoid hypothetiocal collisions with HDFS federation Key: HIVE-17327 URL:

[jira] [Created] (HIVE-17325) Clean up intermittently failing uni tests

2017-08-15 Thread Alan Gates (JIRA)
Alan Gates created HIVE-17325: - Summary: Clean up intermittently failing uni tests Key: HIVE-17325 URL: https://issues.apache.org/jira/browse/HIVE-17325 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-17324) Typo in Hive language manual for varchar max size

2017-08-15 Thread Chip Sands (JIRA)
Chip Sands created HIVE-17324: - Summary: Typo in Hive language manual for varchar max size Key: HIVE-17324 URL: https://issues.apache.org/jira/browse/HIVE-17324 Project: Hive Issue Type: Bug

Re: Running tests against branches other than master.

2017-08-15 Thread Sergey Shelukhin
Specifying the branch name as part of the jar is the trigger. I’ve never tried it for more than one branch at a time so I’m not sure if HiveQA would run for every one; it seems more likely that it would pick the latest patch, whatever that happens to be. Also, for that to actually work the

Re: Running tests against branches other than master.

2017-08-15 Thread Mithun RK
Ah, so. Thank you, Sergey. Let me try this for branch-2. Mithun On Tue, Aug 15, 2017 at 12:58 PM, Sergey Shelukhin wrote: > And by jar I mean patch. > > On 17/8/15, 12:56, "Sergey Shelukhin" wrote: > > >Specifying the branch name as part of the

[jira] [Created] (HIVE-17326) Insert into HBase tables fails if hive.llap.execution.mode is set to only

2017-08-15 Thread Sailaja Navvluru (JIRA)
Sailaja Navvluru created HIVE-17326: --- Summary: Insert into HBase tables fails if hive.llap.execution.mode is set to only Key: HIVE-17326 URL: https://issues.apache.org/jira/browse/HIVE-17326

[jira] [Created] (HIVE-17328) Remove special handling for Acid tables wherever possible

2017-08-15 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17328: - Summary: Remove special handling for Acid tables wherever possible Key: HIVE-17328 URL: https://issues.apache.org/jira/browse/HIVE-17328 Project: Hive

External Table

2017-08-15 Thread Gayathri Devi
I have a table in MySQL . I sqoop to Hbase. Then created an external table in Hive. One column of data type decimal(32,1) from MySQL is not reflecting in Hive. It's filled with null values But hbase table has all values. Only Hive external table one column alone is filled with null values

Review Request 61679: HIVE-17330 refactor TezSessionPoolManager to separate its multiple functions

2017-08-15 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61679/ --- Review request for hive and Siddharth Seth. Repository: hive-git Description

Re: Review Request 61625: HIVE-17308 Improvement in join cardinality estimation

2017-08-15 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61625/#review183018 ---

[jira] [Created] (HIVE-17330) refactor TezSessionPoolManager to separate its multiple functions

2017-08-15 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-17330: --- Summary: refactor TezSessionPoolManager to separate its multiple functions Key: HIVE-17330 URL: https://issues.apache.org/jira/browse/HIVE-17330 Project: Hive

[jira] [Created] (HIVE-17322) Execute BeeLine qtests in a serial manner to prevent flakyness

2017-08-15 Thread Barna Zsombor Klara (JIRA)
Barna Zsombor Klara created HIVE-17322: -- Summary: Execute BeeLine qtests in a serial manner to prevent flakyness Key: HIVE-17322 URL: https://issues.apache.org/jira/browse/HIVE-17322 Project:

[jira] [Created] (HIVE-17321) HoS: analyze ORC table doesn't compute raw data size when noscan/partialscan is not specified

2017-08-15 Thread Rui Li (JIRA)
Rui Li created HIVE-17321: - Summary: HoS: analyze ORC table doesn't compute raw data size when noscan/partialscan is not specified Key: HIVE-17321 URL: https://issues.apache.org/jira/browse/HIVE-17321

Review Request 61656: HIVE-17316: Use regular expressions for the hidden configuration variables

2017-08-15 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61656/ --- Review request for hive and Peter Vary. Repository: hive-git Description