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-8781] Fix variables in published pom.xml are not resolved #7193

Closed
wants to merge 2 commits into from

Commits on Jul 2, 2015

  1. Revert "[BUILD] Fix Maven build for Kinesis"

    This reverts commit 984ad60.
    Andrew Or committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    f24e09c View commit details
    Browse the repository at this point in the history
  2. Limit kinesis test dependencies

    KinesisReceiverSuite really doesn't need to depend on
    TestSuiteBase. The issue is that TestSuiteBase transitively
    depends on Spark core tests (SparkFunSuite), but there is no simple
    way in maven to express transitive test dependencies. To simplify
    the build structure of this module, we should just have
    KinesisReceiverSuite extend directly from FunSuite.
    Andrew Or committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    ca3d5d4 View commit details
    Browse the repository at this point in the history