Skip to content

[SPARK-17346][SQL][test-maven]Generate the sql test jar to fix the maven build#15368

Closed
zsxwing wants to merge 2 commits into
apache:masterfrom
zsxwing:sql-test-jar
Closed

[SPARK-17346][SQL][test-maven]Generate the sql test jar to fix the maven build#15368
zsxwing wants to merge 2 commits into
apache:masterfrom
zsxwing:sql-test-jar

Conversation

@zsxwing

@zsxwing zsxwing commented Oct 6, 2016

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Generate the sql test jar to fix the maven build

How was this patch tested?

Jenkins

@zsxwing

zsxwing commented Oct 6, 2016

Copy link
Copy Markdown
Member Author

/cc @tdas

@tdas

tdas commented Oct 6, 2016

Copy link
Copy Markdown
Contributor

Since this is a maven change, I am just going to merge it after compilation passes, to unbreak the master branch.

@SparkQA

SparkQA commented Oct 6, 2016

Copy link
Copy Markdown

Test build #66410 has finished for PR 15368 at commit 9ba0cb6.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

val mapped = kafka.map(kv => kv._2.toInt + 1)

testStream(mapped)(
makeSureGetOffsetCalled,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@tdas I noticed this test will fail with InterruptedException if we stop the stream before the stream thread starts. I just added this line to make sure we will stop the stream after the thread starts.

@asfgit asfgit closed this in b678e46 Oct 6, 2016
@SparkQA

SparkQA commented Oct 6, 2016

Copy link
Copy Markdown

Test build #66413 has finished for PR 15368 at commit 1595860.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@zsxwing zsxwing deleted the sql-test-jar branch October 6, 2016 02:55
@SparkQA

SparkQA commented Oct 6, 2016

Copy link
Copy Markdown

Test build #66414 has finished for PR 15368 at commit aa31a14.

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

uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
…aven build

## What changes were proposed in this pull request?

Generate the sql test jar to fix the maven build

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes apache#15368 from zsxwing/sql-test-jar.
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