shuwang21 commented on PR #41440: URL: https://github.com/apache/spark/pull/41440#issuecomment-1623560225
Hi @juliuszsompolski, I got a local build failure related to the master branch (https://github.com/apache/spark/commit/5d840eb455350ef3f6235a031a1689bf4a51007d). For example, when I try to run `ClientDistributedCacheManagerSuite`. The error indicates associated with the following two lines. I found nothing related to `addJobTags` and `getJobTagsList`. Do you have any suggestions? Thank you. ``` value addJobTags is not a member of org.apache.spark.status.protobuf.StoreTypes.JobData.Builder jobData.jobTags.foreach(jobDataBuilder.addJobTags) value getJobTagsList is not a member of org.apache.spark.status.protobuf.StoreTypes.JobData jobTags = info.getJobTagsList.asScala, ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
