You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/25 13:21:25 UTC

[GitHub] [spark] HyukjinKwon commented on issue #28017: [MINOR][DOCS] Fix some links for python api doc

HyukjinKwon commented on issue #28017: [MINOR][DOCS] Fix some links for python api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603835425
 
 
   Seems like different avro is being picked up during unidoc for some reasons:
   
   ```
   [info] Main Java API documentation to /home/jenkins/workspace/SparkPullRequestBuilder@6/target/javaunidoc...
   [error] /home/jenkins/workspace/SparkPullRequestBuilder@6/core/src/main/scala/org/apache/spark/serializer/GenericAvroSerializer.scala:123: value createDatumWriter is not a member of org.apache.avro.generic.GenericData
   [error]     writerCache.getOrElseUpdate(schema, GenericData.get.createDatumWriter(schema))
   [error]                                                         ^
   [info] No documentation generated with unsuccessful compiler run
   [error] one error found
   ```
   
   I faced a long ago. I had to just skip it (https://github.com/apache/spark/pull/17669) when it's built against hadoop-2.6 profile because explicitly setting dependencies didn't work (https://github.com/apache/spark/pull/17642, https://github.com/apache/spark/pull/17651)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org