hehexiaoduantui opened a new issue #4430:
URL: https://github.com/apache/hudi/issues/4430


   when use hive Incremental query
   got this exception:
   
   Exception in thread main" java. lang IllegalArgumentException: Wrong FS: 
hdfs://localhost:8020/hudi/test , expected: file: ///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:780)
   at 
org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:86)
   at 
org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:636)
   at 
org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:867)
   at org.apache.hadoop.fs.RawLocalFileSystem.getFilestatus 
(RawLocalFileSystem.java:631)
   at org.apache.hadoop.fs.FilterFileSystem getFilestatus 
(FilterFileSystem.java:442)
   at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1668)
   at 
org.apache.hudi.utilities.HiveIncrementalPuller.scanForCommitTime(HiveIncrementalPuller.java:
 276)
   at 
org.apache.hudi.utilities.HiveIncrementalPuller.inferCommitTime(HiveIncrementalPuller.java:239)
   at 
org.apache.hudi.utilities.HiveIncrementalPuller.saveDelta(HiveIncrementalPuller.java:131)
   at 
org.apache.hudi.utilities.HiveIncrementalPuller.main(HiveIncrementalPuller.java:344)
   


-- 
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]


Reply via email to