GitHub user xwu0226 opened a pull request:
https://github.com/apache/spark/pull/13276
[SPARK-15431][SQL][HOTFIX]remove 'list files' testcase from CliSuite for now
## What changes were proposed in this pull request?
The test case `list files` added in `CliSuite` by PR #13212 can not run in
some jenkins jobs after being merged.
However, some jenkins jobs can pass:
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.6/
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.4/
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.2/
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7/
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.3/
Others failed on this test case. Let me remove this test case for now.
## How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration
tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise,
remove this)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xwu0226/spark SPARK-15431-clisuite
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13276.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13276
----
commit edeef1194d7b778bf60ae2047e169aa97e22c395
Author: Xin Wu <[email protected]>
Date: 2016-05-24T08:20:52Z
SPARK-15431: remove 'list files' testcase from CliSuite for now
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]