[jira] [Created] (HIVE-20120) Hive incremental load dag genetration causing OOM error

2018-07-08 Thread mahesh kumar behera (JIRA)
mahesh kumar behera created HIVE-20120:
--

 Summary: Hive incremental load dag genetration causing OOM error
 Key: HIVE-20120
 URL: https://issues.apache.org/jira/browse/HIVE-20120
 Project: Hive
  Issue Type: Task
  Components: repl
Affects Versions: 3.1.0, 4.0.0
Reporter: mahesh kumar behera
Assignee: mahesh kumar behera
 Fix For: 4.0.0


Split the incremental load into multiple iterations. In each iteration create 
number of tasks equal to the configured value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] hive pull request #394: HIVE-19267 : Replicate ACID/MM tables write operatio...

2018-07-08 Thread maheshk114
GitHub user maheshk114 opened a pull request:

https://github.com/apache/hive/pull/394

HIVE-19267 : Replicate ACID/MM tables write operations : fix issue related 
to sql 5.6 key length limitation

…

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/maheshk114/hive HIVE-19267

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/394.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #394


commit cdc44822cb7803a9a42e28a4767ece37365b2978
Author: Mahesh Kumar Behera 
Date:   2018-07-07T09:54:32Z

HIVE-19267 : Replicate ACID/MM tables write operations : fix issue related 
to sql 5.6 key length limitation




---


Hive QA batches timing out

2018-07-08 Thread Deepak Jaiswal
I am seeing tests timing out in my latest ptest run,

https://builds.apache.org/job/PreCommit-HIVE-Build/12468/testReport
https://builds.apache.org/job/PreCommit-HIVE-Build/12468/console

TestAlterTableMetadata - did not produce a TEST-*.xml file (likely timed out) 
(batchId=240)
TestAutoPurgeTables - did not produce a TEST-*.xml file (likely timed out) 
(batchId=240)
TestLocationQueries - did not produce a TEST-*.xml file (likely timed out) 
(batchId=240)
TestReplicationScenariosAcidTables - did not produce a TEST-*.xml file (likely 
timed out) (batchId=240)
TestSemanticAnalyzerHookLoading - did not produce a TEST-*.xml file (likely 
timed out) (batchId=240)
TestSparkStatistics - did not produce a TEST-*.xml file (likely timed out) 
(batchId=240)


From the Hive QA homepage, the last stable build was 12444 whereas the current 
run is 12473. I looked at some of the runs in between and it looks like most of 
the runs are failing due to the above batch of unit tests.

Regards,
Deepak


[GitHub] hive pull request #393: HIVE-18799: Add SchemaRegistry APIs to Hive MetaStor...

2018-07-08 Thread harshach
GitHub user harshach opened a pull request:

https://github.com/apache/hive/pull/393

HIVE-18799: Add SchemaRegistry APIs to Hive MetaStore.

Merged against master. Making few more changes to this PR.
I am going to close this PR and answer the review comments here. 
CC @alanfgates @thejasmn 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/harshach/hive standalone-metastore-v3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hive/pull/393.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #393


commit fada993fbe35ba9a18daa8b14d687e3cd26e78e2
Author: Sriharsha Chintalapani 
Date:   2018-07-07T21:33:58Z

HIVE-18799: Add SchemaRegistry APIs to Hive MetaStore.

commit bf1d87156f5cc41877869179cf6d5bccbb27da1b
Author: Sriharsha Chintalapani 
Date:   2018-07-08T08:52:29Z

Merge remote-tracking branch 'apache/master' into standalone-metastore-v3




---