GitHub user calvinjia opened a pull request:

    https://github.com/apache/spark/pull/5354

    [SPARK-6122][Core] Upgrade tachyon-client version to 0.6.3

    This is a reopening of #4867.
    A short summary of the issues resolved from the previous PR:
    
    1. HTTPClient version mismatch: Selenium (used for UI tests) requires 
version 4.3.x, and Tachyon included 4.2.5 through a transitive dependency of 
its shaded thrift jar. To address this, Tachyon 0.6.3 will promote the 
transitive dependencies of the shaded jar so they can be excluded in spark.
    
    2. Jackson-Mapper-ASL version mismatch: In lower versions of hadoop-client 
(ie. 1.0.4), version 1.0.1 is included. The parquet library used in spark sql 
requires version 1.8+. Its unclear to me why upgrading tachyon-client would 
cause this dependency to break. The solution was to exclude jackson-mapper-asl 
from hadoop-client. 
    
    It seems that the dependency management in spark-parent will not work on 
transitive dependencies, one way to make sure jackson-mapper-asl is included 
with the correct version is to add it as a top level dependency. The best 
solution would be to exclude the dependency in the modules which require a 
higher version, but that did not fix the unit tests. Any suggestions on the 
best way to solve this would be appreciated!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/calvinjia/spark upgrade_tachyon_0.6.3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5354.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5354
    
----
commit 71bf4413ea58cb0d8bcd14d8c6f84c4a7fdbcc6a
Author: Calvin Jia <[email protected]>
Date:   2015-03-03T03:08:37Z

    Upgrade Tachyon client version to 0.6.0.

commit 11907b34e4b70a640944164b9db66cf507f3918c
Author: Calvin Jia <[email protected]>
Date:   2015-03-04T03:18:46Z

    Use TachyonURI for tachyon paths instead of strings.

commit eed9230ab0087f3ffd7d36816644780ba1d7b909
Author: Calvin Jia <[email protected]>
Date:   2015-03-18T20:27:51Z

    Update tachyon version to 0.6.1.

commit 910fabdc5e9324752d9a429acb4b6f7fe66aa9b6
Author: Calvin Jia <[email protected]>
Date:   2015-03-24T23:56:22Z

    Update to master

commit a8a923c6382a0849c37847570189f7c88dfdf345
Author: Calvin Jia <[email protected]>
Date:   2015-03-30T21:29:12Z

    Exclude httpcomponents from Tachyon

commit a93c94fc8157c543190e2654e14ab83aeb98720b
Author: Calvin Jia <[email protected]>
Date:   2015-03-30T23:51:11Z

    Exclude jackson-mapper-asl from hadoop client since it has a lower version 
than spark's expected version.

commit a204df94f296e8b8eb2b6093ea8be285bd6a7ac9
Author: Calvin Jia <[email protected]>
Date:   2015-04-01T18:16:13Z

    Update make distribution tachyon version.

commit 0ae6c97f97ce0e5f3b8e51ddbdfa39f33069a5c7
Author: Calvin Jia <[email protected]>
Date:   2015-04-03T18:43:46Z

    Change tachyon version to 0.6.3

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to