zhangxinjian123 commented on issue #635: Add empty payload class to support deletes via apache spark URL: https://github.com/apache/incubator-hudi/pull/635#issuecomment-512780252 I used version 0.48 when I ran [hoodie]$ spark-submit --class com.uber.hoodie.utilities.deltastreamer.HoodieDeltaStreamer `ls packaging/hoodie-utilities-bundle/target/hoodie-utilities-bundle-*.jar` \ --props file://${PWD}/hoodie-utilities/src/test/resources/delta-streamer-config/kafka-source.properties \ --schemaprovider-class com.uber.hoodie.utilities.schema.SchemaRegistryProvider \ --source-class com.uber.hoodie.utilities.sources.AvroKafkaSource \ --source-ordering-field impresssiontime \ --target-base-path file:///tmp/hoodie-deltastreamer-op --target-table uber.impressions \ --op BULK_INSERT to get Kafka data ,but there are some mistakes as follows: Class com.uber.hoodie.com.beust.jcommander.JCommander can not access a member of class com.uber.hoodie.utilities.deltastreamer.HoodieDeltaStreamer$OperationConvertor with modifiers "private" I changed OperationConvertor private class to a public class and not report this mistake.
---------------------------------------------------------------- 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
