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


With regards,
Apache Git Services

Reply via email to