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

2020-03-25 Thread GitBox
HyukjinKwon edited a comment on issue #28017: [MINOR][DOCS] Fix some links for 
python api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603863182
 
 
   @yaooqinn, can you make a separate PR to pin the avro version specifically 
in SBT? seems it fixes the issue. FYI @HeartSaVioR and @cloud-fan from [the 
mailing 
list](http://apache-spark-developers-list.1001551.n3.nabble.com/need-assistance-debugging-a-strange-build-failure-td25618.html#a25619).


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


With regards,
Apache Git Services

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



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

2020-03-25 Thread GitBox
HyukjinKwon edited a comment on issue #28017: [MINOR][DOCS] Fix some links for 
python api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603863182
 
 
   @yaooqinn, can you make a separate PR to pin the avro version specifically 
in SBT? seems it fixes the issue. FYI @HeartSaVioR from [the mailing 
list](http://apache-spark-developers-list.1001551.n3.nabble.com/need-assistance-debugging-a-strange-build-failure-td25618.html#a25619).


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


With regards,
Apache Git Services

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



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

2020-03-25 Thread GitBox
HyukjinKwon edited a comment on issue #28017: [MINOR][DOCS] Fix some links for 
python api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603863182
 
 
   @yaooqinn, can you make a separate PR to pin the avro version specifically 
in SBT? seems it fixes the issue.


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


With regards,
Apache Git Services

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



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

2020-03-25 Thread GitBox
HyukjinKwon edited a comment on issue #28017: [MINOR][DOCS] Fix some links for 
python api doc
URL: https://github.com/apache/spark/pull/28017#issuecomment-603839393
 
 
   Can you try the below?
   
   ```diff
   diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
   index 4e1badb5e90..60319d81e16 100644
   --- a/project/SparkBuild.scala
   +++ b/project/SparkBuild.scala
   @@ -625,7 +625,8 @@ object DependencyOverrides {
dependencyOverrides += "com.google.guava" % "guava" % "14.0.1",
dependencyOverrides += "commons-io" % "commons-io" % "2.4",
dependencyOverrides += "xerces" % "xercesImpl" % "2.12.0",
   -dependencyOverrides += "jline" % "jline" % "2.14.6")
   +dependencyOverrides += "jline" % "jline" % "2.14.6",
   +dependencyOverrides += "org.apache.avro" % "avro" % "1.8.2")
}
   
/**
   ```


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


With regards,
Apache Git Services

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