Skip to content

[SPARK-14711] [BUILD] Examples jar not a part of distribution.#12476

Closed
markgrover wants to merge 2 commits intoapache:masterfrom
markgrover:spark-14711
Closed

[SPARK-14711] [BUILD] Examples jar not a part of distribution.#12476
markgrover wants to merge 2 commits intoapache:masterfrom
markgrover:spark-14711

Conversation

@markgrover
Copy link
Member

What changes were proposed in this pull request?

Move the spark-examples.jar from being in examples/target to examples/target/scala-2.11/jars

How was this patch tested?

Built distribution to make sure examples jar was being included in the tarball.
Ran run-example to make sure examples were run.

@SparkQA
Copy link

SparkQA commented Apr 18, 2016

Test build #56114 has finished for PR 12476 at commit 231ed43.

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

@markgrover
Copy link
Member Author

@vanzin I'd appreciate if you could review this. Thanks!

examples/pom.xml Outdated
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need to add this execution? There's nothing in the "test jar" for the examples module.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, I will take it out. Thanks.

@SparkQA
Copy link

SparkQA commented Apr 19, 2016

Test build #56149 has finished for PR 12476 at commit a9d076f.

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

@vanzin
Copy link
Contributor

vanzin commented Apr 19, 2016

LGTM, merging to master.

@asfgit asfgit closed this in 2b151b6 Apr 19, 2016
@markgrover
Copy link
Member Author

Thanks, Marcelo. Much appreciated!

lw-lin pushed a commit to lw-lin/spark that referenced this pull request Apr 20, 2016
## What changes were proposed in this pull request?

Move the spark-examples.jar from being in examples/target to examples/target/scala-2.11/jars

## How was this patch tested?

Built distribution to make sure examples jar was being included in the tarball.
Ran run-example to make sure examples were run.

Author: Mark Grover <mark@apache.org>

Closes apache#12476 from markgrover/spark-14711.
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.

3 participants