Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3529#issuecomment-65035212
[Test build #23976 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23976/consoleFull)
for PR 3529 at commit
[`de3c70a`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/3529#issuecomment-65035216
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/3529
---
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 enab
Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/3529#issuecomment-65033146
Thanks. I've merged this in master.
---
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
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3529#issuecomment-65029144
[Test build #23976 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23976/consoleFull)
for PR 3529 at commit
[`de3c70a`](https://githu
GitHub user sarutak opened a pull request:
https://github.com/apache/spark/pull/3529
Fix wrong file name pattern in .gitignore
In .gitignore, there is an entry for spark-*-bin.tar.gz but considering
make-distribution.sh, the name pattern should be spark-*-bin-*.tgz.
This ch