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-22142][BUILD][STREAMING] Move Flume support behind a profile #19365

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Sep 27, 2017

What changes were proposed in this pull request?

Add 'flume' profile to enable Flume-related integration modules

How was this patch tested?

Existing tests; no functional change

@@ -1478,7 +1478,7 @@ def search_kafka_assembly_jar():
("Failed to find Spark Streaming kafka assembly jar in %s. " % kafka_assembly_dir) +
"You need to build Spark with "
"'build/sbt assembly/package streaming-kafka-0-8-assembly/assembly' or "
"'build/mvn package' before running this test.")
"'build/mvn -Pkafka-0-8 package' before running this test.")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not strictly related, but I noticed this when making a similar modification in the message below

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LINE

@SparkQA
Copy link

SparkQA commented Sep 27, 2017

Test build #82237 has finished for PR 19365 at commit 2b5bb17.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member Author

srowen commented Sep 29, 2017

Merged to master

@asfgit asfgit closed this in a2516f4 Sep 29, 2017
@srowen srowen deleted the SPARK-22142 branch September 29, 2017 07:29
@gatorsmile
Copy link
Member

A few test cases failed.
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82324/console

Could we revert this first?

@gatorsmile
Copy link
Member

Just revert it back. Please submit a new PR. Thanks!

@srowen
Copy link
Member Author

srowen commented Sep 29, 2017

Hm, not sure why it passed Maven and the SBT PR builder. Yeah I'll have to look into it.
(The test case failures appear unrelated, but the build error for examples is obviously related.)

@srowen srowen restored the SPARK-22142 branch September 30, 2017 09:08
@srowen srowen deleted the SPARK-22142 branch September 30, 2017 09:10
ghost pushed a commit to dbtsai/spark that referenced this pull request Oct 6, 2017
…take 2

## What changes were proposed in this pull request?

Move flume behind a profile, take 2. See apache#19365 for most of the back-story.

This change should fix the problem by removing the examples module dependency and moving Flume examples to the module itself. It also adds deprecation messages, per a discussion on dev about deprecating for 2.3.0.

## How was this patch tested?

Existing tests, which still enable flume integration.

Author: Sean Owen <sowen@cloudera.com>

Closes apache#19412 from srowen/SPARK-22142.2.
@apsist025350
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants