Sivabalan Narayanan
Sivabalan Narayanan
I reused our quick start guide and could able to get it working. ``` import org.apache.hudi.QuickstartUtils._ import scala.collection.JavaConversions._ import org.apache.spark.sql.SaveMode._ import org.apache.hudi.DataSourceReadOptions._ import org.apache.hudi.DataSourceWriteOptions._ import org.apache.hudi.config.HoodieWriteConfig._ import org.apache.hudi.common.model.HoodieRecord val tableName...
btw, as pointed out earlier, since I am setting the operation type to "delete",I am not setting any value for payload class. its not required (EmptyPayload).
@rjmblc : any updates please.
@rjmblc : do you have any updates on this please.
sorry to have dropped the ball on this. what the instruction say is. to write to hudi, you might be doing something like ``` df.write.format("hudi").....save(path). ``` In this, df's schema...
but please do give it a try w/ later versions. I highly doubt delete requires entire table schema. I vaguely remember we relaxed that constraint later.
https://issues.apache.org/jira/browse/HUDI-4584 thanks folks. going ahead and closing out the issue. if you still have some issues, feel free to re-open or open a new one.
@vicuna96 : any updates please.