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/08/11 20:25:55 UTC

[GitHub] [hudi] nsivabalan edited a comment on pull request #1951: [WIP HUDI 1040 Part2] Upgrading to spark 3.0.0

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