[
https://issues.apache.org/jira/browse/HIVE-16719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16017916#comment-16017916
]
Hive QA commented on HIVE-16719:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12869010/HIVE-16719.2.patch
{color:green}SUCCESS:{color} +1 due to 7 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 12 failed/errored test(s), 10738 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[materialized_view_create_rewrite]
(batchId=236)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=144)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_3]
(batchId=97)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3]
(batchId=97)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query24]
(batchId=231)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testConnection (batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testIsValid (batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testIsValidNeg (batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testNegativeProxyAuth
(batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testNegativeTokenAuth
(batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testProxyAuth (batchId=237)
org.apache.hive.minikdc.TestJdbcWithDBTokenStore.testTokenAuth (batchId=237)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5353/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5353/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5353/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 12 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12869010 - PreCommit-HIVE-Build
> HiveMetaTool fails when the data does not fit in memory
> -------------------------------------------------------
>
> Key: HIVE-16719
> URL: https://issues.apache.org/jira/browse/HIVE-16719
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Reporter: Zsolt Fekete
> Assignee: Zsolt Fekete
> Attachments: HIVE-16719.1.patch, HIVE-16719.2.patch
>
>
> Currently HiveMetaTool reads full tables (as DataNucleus entities) into
> memory by calling PersistenceManager's retrieveAll().
> See these methods of ObjectStore: updateMDatabaseURI, updateTblPropURI,
> updateMStorageDescriptorTblPropURI, updateMStorageDescriptorTblURI,
> updateSerdeURI.
> This might cause failure when the affected tables (SDS, DBS, TABLE_PARAMS,
> SD_PARAMS, SERDES, SERDE_PARAMS) are too big.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)