vinothchandar commented on pull request #1938:
URL: https://github.com/apache/hudi/pull/1938#issuecomment-757376967
@garyli1019 looks like the spark3 build broke
```
mcist -DskipITs -Dscala-2.12 -Dspark3
```
leads to.
```
[INFO]
/Users/vs/Code/hudi/hudi-spark-datasource/hudi-spark/src/main/java:-1: info:
compiling
[INFO]
/Users/vs/Code/hudi/hudi-spark-datasource/hudi-spark/src/main/scala:-1: info:
compiling
[INFO] Compiling 20 source files to
/Users/vs/Code/hudi/hudi-spark-datasource/hudi-spark/target/classes at
1610229821451
[ERROR]
/Users/vs/Code/hudi/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/MergeOnReadIncrementalRelation.scala:143:
error: object SparkHadoopUtil in package deploy cannot be accessed in package
org.apache.spark.deploy
[ERROR] SparkHadoopUtil.get.addCredentials(jobConf)
[ERROR] ^
[ERROR] one error found
```
FYI. I will try to fix this
----------------------------------------------------------------
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]