sivabalan narayanan created HUDI-3685:
-----------------------------------------
Summary: CI is failing consistently w/ 2 test failures
Key: HUDI-3685
URL: https://issues.apache.org/jira/browse/HUDI-3685
Project: Apache Hudi
Issue Type: Task
Components: tests-ci
Reporter: sivabalan narayanan
there are 2 other issues due to which CI is failing
1.
java.io.FileNotFoundException: File does not exist:
[hdfs://localhost:44869/user/vsts/continuous_mor/*/*.parquet]
at
org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1309)
at
org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1301)
at
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
at
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1317)
at
org.apache.hudi.common.util.TablePathUtils.getTablePath(TablePathUtils.java:50)
at org.apache.hudi.DataSourceUtils.getTablePath(DataSourceUtils.java:79)
at org.apache.hudi.DefaultSource.createRelation(DefaultSource.scala:92)
at org.apache.hudi.DefaultSource.createRelation(DefaultSource.scala:63)
Some of the deltastreamer tests are failing due to this.2.
[ERROR]
org.apache.hudi.hadoop.realtime.TestHoodieRealtimeRecordReader.testLogOnlyReader
Time elapsed: 0.134 s <<< ERROR!
org.apache.hudi.exception.HoodieException: Could not check if
/tmp/junit1578457422128913500 is a valid table
at
org.apache.hudi.hadoop.realtime.TestHoodieRealtimeRecordReader.testLogOnlyReader(TestHoodieRealtimeRecordReader.java:864)
This has been the state of master since this commit:
[https://github.com/apache/hudi/commit/26e5d2e6fcc399e7886594a5454a16d29aaa8702]
Can't spot anything in above commit that would cause the above issue.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)