Skip to content

[SPARK-5979][SPARK-6032] Smaller safer --packages fix #4802

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

Closed
wants to merge 2 commits into from

Conversation

brkyvz
Copy link
Contributor

@brkyvz brkyvz commented Feb 27, 2015

@pwendell @tdas
This is the safer parts of PR #4754:

  • SPARK-5979: All dependencies with the groupId org.apache.spark passed through --packages, were being excluded from the dependency tree on the assumption that they would be in the assembly jar. This is not the case, therefore the exclusion rules had to be defined more explicitly.
  • SPARK-6032: Ivy prints a whole lot of logs while retrieving dependencies. These were printed to System.out. Moved the logging to System.err.

@tdas
Copy link
Contributor

tdas commented Feb 27, 2015

I tested your PR branch and its works pretty well!

@SparkQA
Copy link

SparkQA commented Feb 27, 2015

Test build #28036 has finished for PR 4802 at commit e0f38cb.

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

@tdas
Copy link
Contributor

tdas commented Feb 27, 2015

LGTM
@pwendell Any final look?

@pwendell
Copy link
Contributor

LGTM

@JoshRosen
Copy link
Contributor

Mind maybe copying some of the description from the other PR into this one so that the commit message is useful?

@brkyvz brkyvz changed the title [SPARK-5979][SPARK-6032] Smaller safer fix [SPARK-5979][SPARK-6032] Smaller safer --packages fix Feb 27, 2015
@pwendell
Copy link
Contributor

Pulling this in - thanks Burak!

asfgit pushed a commit that referenced this pull request Feb 28, 2015
pwendell tdas
This is the safer parts of PR #4754:
 - SPARK-5979: All dependencies with the groupId `org.apache.spark` passed through `--packages`, were being excluded from the dependency tree on the assumption that they would be in the assembly jar. This is not the case, therefore the exclusion rules had to be defined more explicitly.
 - SPARK-6032: Ivy prints a whole lot of logs while retrieving dependencies. These were printed to `System.out`. Moved the logging to `System.err`.

Author: Burak Yavuz <brkyvz@gmail.com>

Closes #4802 from brkyvz/simple-streaming-fix and squashes the following commits:

e0f38cb [Burak Yavuz] Merge branch 'master' of github.com:apache/spark into simple-streaming-fix
bad921c [Burak Yavuz] [SPARK-5979][SPARK-6032] Smaller safer fix

(cherry picked from commit 6d8e5fb)
Signed-off-by: Patrick Wendell <patrick@databricks.com>
@asfgit asfgit closed this in 6d8e5fb Feb 28, 2015
@brkyvz brkyvz deleted the simple-streaming-fix branch February 3, 2019 20:55
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.

5 participants