Skip to content

Conversation

@zsxwing
Copy link
Member

@zsxwing zsxwing commented Oct 6, 2016

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
Copy link
Member Author

zsxwing commented Oct 6, 2016

/cc @tdas

@tdas
Copy link
Contributor

tdas commented Oct 6, 2016

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

@SparkQA
Copy link

SparkQA commented Oct 6, 2016

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
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
Copy link

SparkQA commented Oct 6, 2016

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
Copy link

SparkQA commented Oct 6, 2016

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 <[email protected]>

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