nsivabalan edited a comment on pull request #1951:
URL: https://github.com/apache/hudi/pull/1951#issuecomment-672261179


   Compilation error:
   ```
   [ERROR] 
/Users/sivabala/Documents/personal/projects/siva_hudi/hudi_aug2020/hudi/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala:41:
 error: object SparkHadoopUtil in package deploy cannot be accessed in package 
org.apache.spark.deploy
   [ERROR]       val globPaths = SparkHadoopUtil.get.globPathIfNecessary(fs, 
qualified)
   [ERROR]                       ^
   [ERROR] 
/Users/sivabala/Documents/personal/projects/siva_hudi/hudi_aug2020/hudi/hudi-spark/src/main/scala/org/apache/hudi/MergeOnReadSnapshotRelation.scala:118:
 error: not found: value SparkHadoopUtil
   [ERROR]     SparkHadoopUtil.get.addCredentials(jobConf)
   [ERROR]     ^
   [WARNING] three warnings found
   [ERROR] two errors found
   ```


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


Reply via email to