ezhux commented on a change in pull request #1109: [HUDI-238] - Migrating to
Scala 2.12
URL: https://github.com/apache/incubator-hudi/pull/1109#discussion_r365607910
##########
File path: hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java
##########
@@ -107,7 +107,7 @@ static String getSparkShellCommand(String commandFile) {
.append(" --master local[2] --driver-class-path
").append(HADOOP_CONF_DIR)
.append(
" --conf spark.sql.hive.convertMetastoreParquet=false
--deploy-mode client --driver-memory 1G --executor-memory 1G --num-executors 1
")
- .append(" --packages com.databricks:spark-avro_2.11:4.0.0 ").append("
-i ").append(commandFile).toString();
+ .append(" --packages org.apache.spark:spark-avro_2.12:2.4.4
").append(" -i ").append(commandFile).toString();
Review comment:
Haven't tried to run docker images yet, need some time to get back into
shape after 1 month hiatus :)
----------------------------------------------------------------
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