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 with sbt. So I 
found, if `commons-cli` is already in `.m2`, the build will fail with sbt.
   In `change-scala-version.sh`, `mvn` command runs and this downloads 
`commons-cli` to `.m2`.
   
   So I added a workaround to `change-scala-version.sh` that removes 
`~/.m2/repository/commons-cli`.
   Let's see whether 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to