[
https://issues.apache.org/jira/browse/HUDI-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397666#comment-17397666
]
ASF GitHub Bot commented on HUDI-2276:
--------------------------------------
umehrot2 commented on pull request #3411:
URL: https://github.com/apache/hudi/pull/3411#issuecomment-897196933
@prashantwason if you have bandwidth, you can help out with the Integration
test failures in the latest run
https://dev.azure.com/apache-hudi-ci-org/apache-hudi-ci/_build/results?buildId=1666&view=logs&j=d5c42908-5572-5ce6-e4a8-5e2053b947e8&t=ff0f581b-ded5-5629-50c0-1f39b9d606b7
```
[ERROR] Failures:
[ERROR]
ITTestHoodieDemo.testParquetDemo:111->ingestFirstBatchAndHiveSync:211->ITTestBase.executeCommandStringsInDocker:198->ITTestBase.executeCommandStringInDocker:209->ITTestBase.executeCommandInDocker:188
Command ([spark-submit, --class, org.apache.hudi.hive.HiveSyncTool,
/var/hoodie/ws/docker/hoodie/hadoop/hive_base/target/hoodie-hive-sync-bundle.jar,
--database, default, --table, stock_ticks_cow, --base-path,
/user/hive/warehouse/stock_ticks_cow, --base-file-format, PARQUET, --user,
hive, --pass, hive, --jdbc-url, jdbc:hive2://hiveserver:10000,
--partitioned-by, dt]) expected to succeed. Exit (1) ==> expected: <0> but was:
<1>
[ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysMORTable:107->testRunHoodieJavaApp:207
Expecting 280 rows to be present in the new table ==> expected: <280> but was:
<180>
[ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysMORTable:107->testRunHoodieJavaApp:175->ITTestBase.executeCommandStringInDocker:209->ITTestBase.executeCommandInDocker:188
Command
([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_streaming_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_multi_partition_key_mor_test_20210811215021,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, MERGE_ON_READ,
--hive-table, docker_hoodie_multi_partition_key_mor_test_20210811215021,
--use-multi-partition-keys, --streaming-source-path,
hdfs://namenode/streaming/source/docker_hoodie_multi_partition_key_mor_test_20210811215021,
--streaming-checkpointing-path,
hdfs://namenode/streaming/ckpt/docker_hoodie_multi_partition_key_mor_test_20210811215021])
expected to succeed. Exit (255) ==> expected: <0> but was: <255>
[ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnNonPartitionedMORTable:120->testRunHoodieJavaApp:213->testRunHoodieJavaApp:207
Expecting 280 rows to be present in the new table ==> expected: <280> but was:
<180>
[ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnSinglePartitionKeyMORTable:93->testRunHoodieJavaApp:213->testRunHoodieJavaApp:207
Expecting 280 rows to be present in the new table ==> expected: <280> but was:
<180>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Enable Metadata Table by default for both writers and readers
> -------------------------------------------------------------
>
> Key: HUDI-2276
> URL: https://issues.apache.org/jira/browse/HUDI-2276
> Project: Apache Hudi
> Issue Type: Improvement
> Components: configs, Performance
> Reporter: Udit Mehrotra
> Assignee: Udit Mehrotra
> Priority: Major
> Labels: pull-request-available, release-blocker
> Fix For: 0.9.0
>
>
> We have had metadata table disabled by default in Hudi 0.8.0, as we released
> it as an experimental feature. With Hudi 0.9.0, we should enable it by
> default to improve out of the box performance.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)