AnweshaSen edited a comment on issue #827:
URL: https://github.com/apache/hudi/issues/827#issuecomment-774107544
"org.apache.spark" %% "spark-core" % "2.4.0" % "provided",
"org.apache.spark" %% "spark-sql" % "2.4.0" % "provided",
"org.apache.spark" %% "spark-hive" % "2.4.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "2.4.0" % "provided",
"com.databricks" %% "spark-avro" % "4.0.0",
"org.apache.hudi" %% "hudi-spark" % "0.7.0" % "provided",
"org.apache.spark" %% "spark-avro" % "2.4.0"
Except these dependencies on a build.sbt file, does any extra jar need to be
specified while a spark-submit at EMR?? Since I am getting an error like:
"java.lang.NoClassDefFoundError: org/apache/hudi/DataSourceWriteOptions$"
----------------------------------------------------------------
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]