[GitHub] [hudi] bhasudha commented on issue #1948: [SUPPORT] DMS example complains about dfs-source.properties

2020-08-14 Thread GitBox


bhasudha commented on issue #1948:
URL: https://github.com/apache/hudi/issues/1948#issuecomment-673938434


   I think your configs missed the schema provider related configs. Sample 
property file configs here - 
https://github.com/apache/hudi/blob/master/hudi-utilities/src/test/resources/delta-streamer-config/dfs-source.properties
   
   
   You would need to specify the source table schema and target table schema. 
Thats my guess. Can you try with that and see ?



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




[GitHub] [hudi] bhasudha commented on issue #1948: [SUPPORT] DMS example complains about dfs-source.properties

2020-08-13 Thread GitBox


bhasudha commented on issue #1948:
URL: https://github.com/apache/hudi/issues/1948#issuecomment-673347421


   You would need to set the `--props` config for DeltaStreamer with a valid 
property file - 
https://github.com/apache/hudi/blob/379cf0786fe9fea94ec8c0da7d467ae2fb30dd0b/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java#L217/
 . Or pass in the props individually using `--hoodie-conf `. 



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