hortonworks-spark / spark-hive-streaming-sink

A sink to save Spark Structured Streaming DataFrame into Hive table
23 stars 9 forks source link

Unable to use this for Spark 2.4.5 #4

Open ravisunkara opened 4 years ago

ravisunkara commented 4 years ago

I am trying to use this as a base code and build a kafka streaming to hive. Unfortunately looks like the DataSourceWriter has been changed from ROW to InternalRow as a result this is not working.