Skip to content

[SPARK-16812] Open up SparkILoop.getAddedJars - #14417

Closed
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-16812
Closed

[SPARK-16812] Open up SparkILoop.getAddedJars#14417
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-16812

Conversation

@rxin

@rxinrxin commented Jul 30, 2016

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This patch makes SparkILoop.getAddedJars a public developer API. It is a useful function to get the list of jars added.

How was this patch tested?

N/A - this is a simple visibility change.

@SparkQA

Copy link
Copy Markdown

Test build #63036 has finished for PR 14417 at commit 237a3f4.

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

@JoshRosen

Copy link
Copy Markdown
Contributor

LGTM

@rxin

rxin commented Jul 31, 2016

Copy link
Copy Markdown
ContributorAuthor

Merging in master/2.0.

asfgit pushed a commit that referenced this pull request Jul 31, 2016
## What changes were proposed in this pull request?
This patch makes SparkILoop.getAddedJars a public developer API. It is a useful function to get the list of jars added.
## How was this patch tested?
N/A - this is a simple visibility change.
Author: Reynold Xin <rxin@databricks.com>
Closes#14417 from rxin/SPARK-16812.
(cherry picked from commit 7c27d07)
Signed-off-by: Reynold Xin <rxin@databricks.com>
Sign up for freeto 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.

3 participants

@rxin@SparkQA@JoshRosen