[jira] [Created] (HIVE-18599) CREATE TEMPORARY TABLE AS SELECT(CTTAS) on Micromanaged table does not write data

2018-01-31 Thread Steve Yeom (JIRA)
Steve Yeom created HIVE-18599: - Summary: CREATE TEMPORARY TABLE AS SELECT(CTTAS) on Micromanaged table does not write data Key: HIVE-18599 URL: https://issues.apache.org/jira/browse/HIVE-18599 Project: Hi

[jira] [Created] (HIVE-18598) Disallow constraints with EXTERNAL table

2018-01-31 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-18598: -- Summary: Disallow constraints with EXTERNAL table Key: HIVE-18598 URL: https://issues.apache.org/jira/browse/HIVE-18598 Project: Hive Issue Type: Task

Re: Review Request 65276: HIVE-18516

2018-01-31 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65276/ --- (Updated Feb. 1, 2018, 2:59 a.m.) Review request for hive, Eugene Koifman and J

Re: Review Request 65276: HIVE-18516

2018-01-31 Thread Deepak Jaiswal
> On Feb. 1, 2018, 2:24 a.m., Eugene Koifman wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java > > Lines 3784 (patched) > > > > > > how is isFullAcidTable different from isAcid ? > > There shou

Re: Review Request 65276: HIVE-18516

2018-01-31 Thread Eugene Koifman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65276/#review196609 --- ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java Lines 37

[jira] [Created] (HIVE-18597) LLAP: Packaging for log4j NDC has two log4j jars it can pick

2018-01-31 Thread Gopal V (JIRA)
Gopal V created HIVE-18597: -- Summary: LLAP: Packaging for log4j NDC has two log4j jars it can pick Key: HIVE-18597 URL: https://issues.apache.org/jira/browse/HIVE-18597 Project: Hive Issue Type: Bu

Re: Review Request 65271: JDBC: Provide a way for JDBC users to pass cookie info via connection string

2018-01-31 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65271/ --- (Updated Jan. 31, 2018, 10:50 p.m.) Review request for hive and Thejas Nair.

Re: Review Request 65276: HIVE-18516

2018-01-31 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65276/ --- (Updated Jan. 31, 2018, 10 p.m.) Review request for hive, Eugene Koifman and Ja

[jira] [Created] (HIVE-18596) Synchronize value of hive.spark.client.connect.timeout across unit tests

2018-01-31 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-18596: --- Summary: Synchronize value of hive.spark.client.connect.timeout across unit tests Key: HIVE-18596 URL: https://issues.apache.org/jira/browse/HIVE-18596 Project: Hive

[jira] [Created] (HIVE-18595) UNIX_TIMESTAMP UDF fails when type is Timestamp with local timezone

2018-01-31 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-18595: - Summary: UNIX_TIMESTAMP UDF fails when type is Timestamp with local timezone Key: HIVE-18595 URL: https://issues.apache.org/jira/browse/HIVE-18595 Project: Hive

[jira] [Created] (HIVE-18594) DATEDIFF UDF fails when type is timestamp with Local timezone.

2018-01-31 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-18594: - Summary: DATEDIFF UDF fails when type is timestamp with Local timezone. Key: HIVE-18594 URL: https://issues.apache.org/jira/browse/HIVE-18594 Project: Hive

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

2018-01-31 Thread Sergey Shelukhin
> On Jan. 29, 2018, 5:13 p.m., Eugene Koifman wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java > > Line 4077 (original), 4077 (patched) > > > > > > as far as I can tell every call to this method,

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

2018-01-31 Thread Eugene Koifman
> On Jan. 29, 2018, 5:13 p.m., Eugene Koifman wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java > > Line 4077 (original), 4077 (patched) > > > > > > as far as I can tell every call to this method,

Re: Build bot comments in Jira

2018-01-31 Thread Prasanth Jayachandran
Also Yetus doesn't look like its deduplicating patch submissions. Earlier only the latest patch submission will run ptest but now all submissions are running ptest even if the jira is closed. Thanks Prasanth On Wed, Jan 31, 2018 at 12:09 PM -0800, "Vineet Garg" mailto:vg...@hortonworks.com>>

Re: Build bot comments in Jira

2018-01-31 Thread Vineet Garg
I would like to know this too. With checkstyle/yetus comments it has become very noisy. > On Jan 31, 2018, at 10:04 AM, Eugene Koifman wrote: > > Hi, > Is there way to automatically collapse the comments from build bot in the > Jiras? Or some config change to make that happen? > Maybe they ca

Re: Review Request 65276: HIVE-18516

2018-01-31 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65276/ --- (Updated Jan. 31, 2018, 7:23 p.m.) Review request for hive, Eugene Koifman and

Build bot comments in Jira

2018-01-31 Thread Eugene Koifman
Hi, Is there way to automatically collapse the comments from build bot in the Jiras? Or some config change to make that happen? Maybe they can be relegated to a separate tab. For tickets that go through multiple patches, these comments obscure the discussion comments. Thanks, Eugene

[jira] [Created] (HIVE-18593) NPE on vectorization group by

2018-01-31 Thread Amruth S (JIRA)
Amruth S created HIVE-18593: --- Summary: NPE on vectorization group by Key: HIVE-18593 URL: https://issues.apache.org/jira/browse/HIVE-18593 Project: Hive Issue Type: Bug Components: Hive,

Re: Review Request 65342: HIVE-18546

2018-01-31 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65342/ --- (Updated Jan. 31, 2018, 12:07 p.m.) Review request for hive and Ashutosh Chauha

[GitHub] hive pull request #303: HIVE-18543

2018-01-31 Thread Tartarus0zm
GitHub user Tartarus0zm opened a pull request: https://github.com/apache/hive/pull/303 HIVE-18543 Add print sessionid in console You can merge this pull request into a Git repository by running: $ git pull https://github.com/Tartarus0zm/hive console_sessionid Alternatively you

[jira] [Created] (HIVE-18592) DP insert on insert only table causes StatTask to fail

2018-01-31 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-18592: --- Summary: DP insert on insert only table causes StatTask to fail Key: HIVE-18592 URL: https://issues.apache.org/jira/browse/HIVE-18592 Project: Hive Iss

[GitHub] hive pull request #302: ssss

2018-01-31 Thread pyemon
Github user pyemon closed the pull request at: https://github.com/apache/hive/pull/302 ---

[GitHub] hive pull request #302: ssss

2018-01-31 Thread pyemon
GitHub user pyemon opened a pull request: https://github.com/apache/hive/pull/302 You can merge this pull request into a Git repository by running: $ git pull https://github.com/pyemon/hive trunk Alternatively you can review and apply these changes as the patch at:

[GitHub] hive pull request #301: update

2018-01-31 Thread pyemon
Github user pyemon closed the pull request at: https://github.com/apache/hive/pull/301 ---

[GitHub] hive pull request #301: update

2018-01-31 Thread pyemon
GitHub user pyemon opened a pull request: https://github.com/apache/hive/pull/301 update You can merge this pull request into a Git repository by running: $ git pull https://github.com/pyemon/hive trunk Alternatively you can review and apply these changes as the patch at:

Review Request 65431: HIVE-16605 : NOT NULL constraint enforcement

2018-01-31 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65431/ --- Review request for hive, Ashutosh Chauhan and Jesús Camacho Rodríguez. Bugs: HI

[jira] [Created] (HIVE-18591) Fix flaky tests in MetaStore client tests

2018-01-31 Thread Peter Vary (JIRA)
Peter Vary created HIVE-18591: - Summary: Fix flaky tests in MetaStore client tests Key: HIVE-18591 URL: https://issues.apache.org/jira/browse/HIVE-18591 Project: Hive Issue Type: Sub-task