lamber-ken commented on issue #1342: [SUPPORT] do cow tables need to be converted when changing from hoodie to hudi? URL: https://github.com/apache/incubator-hudi/issues/1342#issuecomment-588567557 hi @tooptoop4, I test it in my local env. No need to run any convert utility. **Notice:** - Change `com.uber.hoodie` to `org.apache.hudi` - Better to improve spark to 2.4.4 version - Add `org.apache.spark:spark-avro_2.11:2.4.4` to start command ``` bin/spark-shell \ --packages org.apache.hudi:hudi-spark-bundle_2.11:0.5.1-incubating,org.apache.spark:spark-avro_2.11:2.4.4 \ --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer' ```
---------------------------------------------------------------- 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
