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 2021/03/17 13:27:13 UTC

[GitHub] [spark] sarutak edited a comment on pull request #31862: [SPARK-34762][BUILD] Add commons-cli to the dependencies explicitly.

sarutak edited a comment on pull request #31862:
URL: https://github.com/apache/spark/pull/31862#issuecomment-801078019


   Actually, adding `commons-cli` explicitly didn't resolve the issue (6812c0b fails) but I noticed #31863 succeed to build with Scala 2.13. So I found, if `commons-cli` is already in `.m2`, the build will fail.
   In `change-scala-version.sh`, `mvn` command runs and this downloads `commons-cli` to `.m2`.
   
   So I added a workaround that removes `~/.m2/repository/commons-cli` in `change-scala-version.sh`.
   Let's see the workaround works well.
   
   After I found the workaround works, I'll change the title and description.


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



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