You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/12 23:13:03 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1109: [HUDI-238] - Migrating to Scala 2.12

vinothchandar 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_r365619044
 
 

 ##########
 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:
   @ezhux Hi.. we just landed the spark 2.4.4 PR #1005 . can we rework this on top of this.. Hopefully, makes life simpler. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services