wombatu-kun commented on PR #11871:
URL: https://github.com/apache/hudi/pull/11871#issuecomment-2337703857
@yihua It's ready for review.
I think, these errors:
```
2024-09-09T09:52:05.2331384Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysCOWTable:72->testRunHoodieJavaApp:181->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_multi_partition_key_cow_test_20240909094931513,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, COPY_ON_WRITE,
--hive-table, docker_hoodie_multi_partition_key_cow_test_20240909094931513,
--use-multi-partition-keys]) expected to succeed. Exit (1) ==> expected: <0>
but was: <1>
2024-09-09T09:52:05.2334699Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysCOWTable:72->testRunHoodieJavaApp:181->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_multi_partition_key_cow_test_20240909095008633,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, COPY_ON_WRITE,
--hive-table, docker_hoodie_multi_partition_key_cow_test_20240909095008633,
--use-multi-partition-keys]) expected to succeed. Exit (1) ==> expected: <0>
but was: <1>
2024-09-09T09:52:05.2337995Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnNonPartitionedCOWTable:85->testRunHoodieJavaApp:241->testRunHoodieJavaApp:181->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_non_partition_key_cow_test_20240909095045203,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, COPY_ON_WRITE,
--hive-table, docker_hoodie_non_partition_key_cow_test_20240909095045203,
--non-partitioned]) expected to succeed. Exit (1) ==> expected: <0> but was: <1>
2024-09-09T09:52:05.2341189Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnNonPartitionedMORTable:126->testRunHoodieJavaApp:241->testRunHoodieJavaApp:181->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_non_partition_key_mor_test_20240909095121455,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, MERGE_ON_READ,
--hive-table, docker_hoodie_non_partition_key_mor_test_20240909095121455,
--non-partitioned]) expected to succeed. Exit (1) ==> expected: <0> but was: <1>
2024-09-09T09:52:05.2344587Z [ERROR]
ITTestHoodieSanity.testRunHoodieJavaAppOnSinglePartitionKeyCOWTable:58->testRunHoodieJavaApp:241->testRunHoodieJavaApp:181->ITTestBase.executeCommandStringInDocker:263->ITTestBase.executeCommandStringInDocker:274->ITTestBase.executeCommandInDocker:197->ITTestBase.executeCommandInDocker:246
Command ([/var/hoodie/ws/hudi-spark-datasource/hudi-spark/run_hoodie_app.sh,
--hive-sync, --table-path,
hdfs://namenode/docker_hoodie_single_partition_key_cow_test_20240909094853224,
--hive-url, jdbc:hive2://hiveserver:10000, --table-type, COPY_ON_WRITE,
--hive-table, docker_hoodie_single_partition_key_cow_test_20240909094853224])
expected to succeed. Exit (1) ==> expected: <0> but was: <1>
```
can not be caused by my changes.
--
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]