You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/10/25 18:16:00 UTC

[jira] [Assigned] (SPARK-37102) Missing dependencies for hadoop-azure

     [ https://issues.apache.org/jira/browse/SPARK-37102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-37102:
------------------------------------

    Assignee:     (was: Apache Spark)

> Missing dependencies for hadoop-azure
> -------------------------------------
>
>                 Key: SPARK-37102
>                 URL: https://issues.apache.org/jira/browse/SPARK-37102
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.2.0
>            Reporter: Vasily Malakhin
>            Priority: Major
>
> If we build spark distribution (from 3.2.0 release tag) via
> {code:java}
> ./dev/make-distribution.sh --name custom-spark --tgz  -Pkubernetes -Phadoop-cloud{code}
> and try to access Azure Data Lake storage like:
> {code:java}
> sqlContext.read.parquet("my_data"){code}
> {{then read operation fails with error:}}
> {code:java}
> java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper{code}
> {{And indeed I can see exclusion being applied in multiple places for org.codehaus.jackson:jackson-mapper-asl.}}
> {{Surprisingly 3.1.2 is fine, but I believe it is because avro version was changed for 3.2.0 and update stopped bringing in such dependency.}}
> {{Shall the build allow to bring extra dependencies in?}}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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