vinothchandar commented on issue #888: Exception in thread "main" com.uber.hoodie.exception.DatasetNotFoundException: Hoodie dataset not found in path URL: https://github.com/apache/incubator-hudi/issues/888#issuecomment-532353921 This does not seem like a jar issue `Exception in thread "main" com.uber.hoodie.exception.DatasetNotFoundException: Hoodie dataset not found in path s3a://gat-datalake-raw-dev/Games3\.hoodie` Since it also fails with are you running on windows? I am wondering how its `Games3\.hoodie` and not `Games3/.hoodie` .. Can you see a `.hoodie` underneath `Games3` folder after failure? I can't see anything in the code that may inject a `\`. can you move to master branch and try once? (that way I can correlate the lines in your stacktrace better as well) ``` this.metaPath = new Path(basePath, METAFOLDER_NAME).toString(); Path metaPathDir = new Path(this.metaPath); this.fs = getFs(); DatasetNotFoundException.checkValidDataset(fs, basePathDir, metaPathDir); ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
