Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-7481] [build] Add spark-hadoop-cloud module to pull in object store access. #17834

Closed

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    1da9a3d View commit details
    Browse the repository at this point in the history
  2. [SPARK-7481] basic instantiation tests verify that dependency hadoop-…

    …azure, hadoop-aws, hadoop-openstack and implicitly their transitive dependencies are resolved. They don't verify all dependency setup, specifically that Jackson versions are consistent; that needs integration testing.
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    028d9ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace46e9 View commit details
    Browse the repository at this point in the history
  4. [SPARK-7481] declare httpcomponents:httpclient explicitly, as downstr…

    …eam tests which pulled in spark-cloud but not spark-hive were ending up with inconsistent versions. Add a test for the missing class being there too.
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    3f6dfda View commit details
    Browse the repository at this point in the history
  5. [SPARK-7481] update docs by culling section on cloud integration test…

    …s; link to remaning docs from top level.
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    5f8f996 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e92a493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97e80e1 View commit details
    Browse the repository at this point in the history
  8. [SPARK-7481] cloud POM includes jackson-dataformat-cbor, so that the …

    …CP is set up consistently for the later versions of the AWS SDK
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ef3cebf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66650c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31cc37e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2fc6f23 View commit details
    Browse the repository at this point in the history
  12. [SPARK-7481] builds against Hadoop shaded 3.x clients failing as dire…

    …ct references to AWS classes failing. Cut them and rely on transitive load through FS class instantation to force the load. All that happens is that failures to link will be slightly less easy to debug.
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    65f6814 View commit details
    Browse the repository at this point in the history
  13. [SPARK-7481] update 2.7 dependencies to include azure, aws and openst…

    …ack JARs, transitive dependencies on aws and azure SDKs
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    73820a3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    824d801 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12a1b84 View commit details
    Browse the repository at this point in the history
  16. SPARK-7481 add cloud module to sbt sequence

    Change-Id: I3dea2544f089615493163f0fae482992873f9c35
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    a7a2dec View commit details
    Browse the repository at this point in the history
  17. SPARK-7481 break line of mvn XML declaration

    Change-Id: Ibd6d40df2bc8a2edf19a058c458bea233ba414fd
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    02f6e19 View commit details
    Browse the repository at this point in the history
  18. SPARK-7481 cloud pom is still JAR (not pom). works against Hadoop 2.6…

    … as well as 2.7, keeping azure the 2.7.x dependency. All dependencies are scoped @ hadoop.scope
    
    Change-Id: I80bd95fd48e21cf2eb4d94907ac99081cd3bd375
    steveloughran committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ce042d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. SPARK-7481 move to Spark 2.3.0-SNAPSHOT

    Change-Id: I91f764aeed7d832df1538453d869a7fd83964d65
    steveloughran committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    a985753 View commit details
    Browse the repository at this point in the history
  2. tweaked pom; updated docs

    Change-Id: I12ea6ed72ffa9edee964c90c862ff4c45bc4f47f
    steveloughran committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    0e0527d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. SPARK-7481 strip down the docs to a bare minimum: FS differences, sec…

    …urity, spark-specific options + links elsewhere
    
    Change-Id: I7e9efe20d116802a403af875b241b91178078d78
    steveloughran committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    b78158f View commit details
    Browse the repository at this point in the history
  2. SPARK-7481 doc review

    Change-Id: I1923a4b6a959d86aa2c5b3d71faaaf2541d3ba85
    steveloughran committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    de3e95b View commit details
    Browse the repository at this point in the history
  3. review comments

    Change-Id: I6a0b0b9f06a4adcdf55ef75161dc1039961bc7a1
    steveloughran committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    9b1579b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. SPARK-7481 more proofreading

    Change-Id: Ic4804667af8e52b7be11fb00621ad8b69a1d2569
    steveloughran committed May 2, 2017
    Configuration menu
    Copy the full SHA
    844e255 View commit details
    Browse the repository at this point in the history
  2. SPARK-7481 proofreading docs

    Change-Id: I2b75a2722f0082b916b9be20bd23a0bdc2d36615
    steveloughran committed May 2, 2017
    Configuration menu
    Copy the full SHA
    72a03ed View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. SPARK-7481 module rename, POM movement, docs

    *  module is renamed hadoop-cloud in POMs, sbt, docs
    *  hadoop-aws/azure/openstack declarations pushed down to hadoop-cloud pom, along with jackson-cbor
    * docs around the commit algorithm option make clear that you should only worry about v1 vs v2 if the blobstore is consistent
    
    Change-Id: Ia114bc8cd2ef731d54a83774d9dc2cf9e4c6e7d4
    steveloughran committed May 3, 2017
    Configuration menu
    Copy the full SHA
    b788494 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. SPARK-7481: artifact is spark-hadoop-cloud while project is hadoop-cl…

    …oud. Added an extra callout to the docs "without some form of consistency layer, Amazon S3 cannot
    
    be safely used as the direct destination of work with the normal rename-based committer"
    
    That holds for all Spark-in-EC deployments; EMR has a consistency option, as do/will others; different committers can work reliably.
    
    Change-Id: Ibbf8b1b9de10b5bb83b647cc663ceb970f70ff2d
    Testing: SBT and maven, with & without the hadoop-2.7 option.
    steveloughran committed May 4, 2017
    Configuration menu
    Copy the full SHA
    e173e3f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. SPARK-7481: applied proofreading, moved links to https; also cut a co…

    …uple of superflous blank lines
    
    Change-Id: Iee9f0e0527de7bb875d1c2a805a0847702bb4e11
    steveloughran committed May 5, 2017
    Configuration menu
    Copy the full SHA
    32ebc8c View commit details
    Browse the repository at this point in the history