You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/09/16 16:02:38 UTC

[GitHub] [incubator-hudi] vinothchandar commented on issue #888: Exception in thread "main" com.uber.hoodie.exception.DatasetNotFoundException: Hoodie dataset not found in path

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-531843646
 
 
   I suspect this has something to do with the SaveMode being Append and Hudi not finding the dataset at that that path. 
   
   ```
   .mode(SaveMode.Append)
   .save("s3a://gat-datalake-raw-dev/Games2" )
   ```
   
   questions " 
   a) is there a dataset at that path already or is this the first write?
   b)  can you change this to SaveMode.Overwrite if you doing the first write and report back? if this is the case, then we can do a small fix to make this nicer out-of-box. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services