-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14073][Streaming][test-maven]Move flume back to Spark #11895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
retest this please |
|
Test build #53796 has finished for PR 11895 at commit
|
|
Test build #53817 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53863 has finished for PR 11895 at commit
|
|
Test build #53842 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53880 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53882 has finished for PR 11895 at commit
|
|
Test build #53887 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53896 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53901 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53941 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53947 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53953 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #53961 has finished for PR 11895 at commit
|
|
Test build #53970 has finished for PR 11895 at commit
|
|
Test build #53985 has finished for PR 11895 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can reproduce this behavior by putting Spark to some folder containing "@" locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are the debug output I tried in Jenkins:
Running test.org.apache.spark.sql.JavaDataFrameSuite
raw:file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt
Find: /home/jenkins/workspace/SparkPullRequestBuilder@2/sql/core/target/scala-2.11/test-classes/text-suite.txt
raw:file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt
Find: /home/jenkins/workspace/SparkPullRequestBuilder@2/sql/core/target/scala-2.11/test-classes/text-suite.txt
raw:file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt
Find: /home/jenkins/workspace/SparkPullRequestBuilder@2/sql/core/target/scala-2.11/test-classes/text-suite.txt
raw:file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt
Find: /home/jenkins/workspace/SparkPullRequestBuilder@2/sql/core/target/scala-2.11/test-classes/text-suite.txt
Tests run: 17, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 7.628 sec <<< FAILURE! - in test.org.apache.spark.sql.JavaDataFrameSuite
testTextLoad(test.org.apache.spark.sql.JavaDataFrameSuite) Time elapsed: 0.356 sec <<< ERROR!
org.apache.spark.sql.AnalysisException: Path does not exist: file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt;
at test.org.apache.spark.sql.JavaDataFrameSuite.testTextLoad(JavaDataFrameSuite.java:349)
testGenericLoad(test.org.apache.spark.sql.JavaDataFrameSuite) Time elapsed: 0.322 sec <<< ERROR!
org.apache.spark.sql.AnalysisException: Path does not exist: file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt;
at test.org.apache.spark.sql.JavaDataFrameSuite.testGenericLoad(JavaDataFrameSuite.java:311)
Running test.org.apache.spark.sql.JavaRowSuite
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in test.org.apache.spark.sql.JavaRowSuite
Results :
Tests in error:
JavaDataFrameSuite.testGenericLoad:311 ? Analysis Path does not exist: file:/h...
JavaDataFrameSuite.testTextLoad:349 ? Analysis Path does not exist: file:/home...
This is the line returned by Thread.currentThread().getContextClassLoader().getResource("text-suite.txt").toString()
file:/home/jenkins/workspace/SparkPullRequestBuilder%402/sql/core/target/scala-2.11/test-classes/text-suite.txt
|
Test build #54007 has finished for PR 11895 at commit
|
|
Test build #54008 has finished for PR 11895 at commit
|
|
retest this please |
|
retest this please |
|
Test build #54054 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #54106 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #54140 has finished for PR 11895 at commit
|
|
LGTM once we fix the maven test issues. Thanks for taking care of this! |
|
retest this please |
|
Test build #54208 has finished for PR 11895 at commit
|
|
retest this please |
|
Test build #54214 has finished for PR 11895 at commit
|
|
Finally passed. Ping @rxin to take a look. |
|
Thanks - merging in master. |
What changes were proposed in this pull request?
This PR moves flume back to Spark as per the discussion in the dev mail-list.
How was this patch tested?
Existing Jenkins tests.