Skip to content

Conversation

@markgrover
Copy link
Member

What changes were proposed in this pull request?

Update docs to not suggest to package Spark before running tests.

How was this patch tested?

Not creating a JIRA since this pretty small. We haven't had the need to run mvn package before mvn test since 1.6 at least, or so I am told. So, updating the docs to not be misguiding.

@srowen
Copy link
Member

srowen commented Oct 20, 2016

I believe that's right; @vanzin can probably confirm. I have usually built the assembly anyway when I test.

./build/sbt -Pyarn -Phadoop-2.3 -Phive -Phive-thriftserver package
./build/sbt -Pyarn -Phadoop-2.3 -Phive -Phive-thriftserver test

Note, previously some tests required Spark to be packaged first before running them, so an explicit `build/sbt package` was required the first time. That is no longer required.
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure it's necessary to mention this.

@SparkQA
Copy link

SparkQA commented Oct 20, 2016

Test build #67295 has finished for PR 15572 at commit 858e50d.

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

@vanzin
Copy link
Contributor

vanzin commented Oct 20, 2016

LGTM, merging to master.

@asfgit asfgit closed this in 2d14ab7 Oct 20, 2016
@SparkQA
Copy link

SparkQA commented Oct 21, 2016

Test build #67299 has finished for PR 15572 at commit 52d3517.

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

robert3005 pushed a commit to palantir/spark that referenced this pull request Nov 1, 2016
## What changes were proposed in this pull request?

Update docs to not suggest to package Spark before running tests.

## How was this patch tested?

Not creating a JIRA since this pretty small. We haven't had the need to run mvn package before mvn test since 1.6 at least, or so I am told. So, updating the docs to not be misguiding.

Author: Mark Grover <[email protected]>

Closes apache#15572 from markgrover/doc_update.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## What changes were proposed in this pull request?

Update docs to not suggest to package Spark before running tests.

## How was this patch tested?

Not creating a JIRA since this pretty small. We haven't had the need to run mvn package before mvn test since 1.6 at least, or so I am told. So, updating the docs to not be misguiding.

Author: Mark Grover <[email protected]>

Closes apache#15572 from markgrover/doc_update.
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