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 2019/05/19 16:50:43 UTC

[GitHub] [spark] Fokko commented on issue #24633: [SPARK-27757][BUILD] Bump Jackson to 2.9.9

Fokko commented on issue #24633: [SPARK-27757][BUILD] Bump Jackson to 2.9.9
URL: https://github.com/apache/spark/pull/24633#issuecomment-493772775
 
 
   ```
   MacBook-Pro-van-Fokko:spark fokkodriesprong$ dev/test-dependencies.sh --replace-manifest
   Using `mvn` from path: /usr/local/bin/mvn
   Using `mvn` from path: /usr/local/bin/mvn
   Performing Maven install for hadoop-2.7
   Using `mvn` from path: /usr/local/bin/mvn
   [ERROR] Failed to execute goal on project spark-core_2.12: Could not resolve dependencies for project org.apache.spark:spark-core_2.12:jar:spark-672604: Could not find artifact com.fasterxml.jackson.module:jackson-module-scala_2.12:jar:2.9.9 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :spark-core_2.12
   Using `mvn` from path: /usr/local/bin/mvn
   ```
   
   Seems like `org.apache.spark:spark-core_2.12:jar` is missing for 2.9.9: https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-scala
   
   There is a pending issue here: https://github.com/FasterXML/jackson-module-scala/issues/412

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