GitHub user rahulsinghaliitd opened a pull request:
https://github.com/apache/spark/pull/580
SPARK-1658: Correctly identify if maven is installed and working
The current test is checking the exit code of "tail" rather than "mvn".
This new check will make sure that mvn is installed and was able to
execute the "version command".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Guavus/spark SPARK-1658
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/580.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 #580
----
commit bf821b9887bec422e15f6764efee000dfad3e271
Author: Rahul Singhal <[email protected]>
Date: 2014-04-28T16:36:20Z
SPARK-1658: Correctly identify if maven is installed and working
The current test is checking the exit code of "tail" rather than "mvn".
This new check will make sure that mvn is installed and was able to
execute the "version command".
----
---
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.
---