GitHub user marmbrus opened a pull request:
https://github.com/apache/spark/pull/191
Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite
Sorry! I added this test at the last minute and failed to run it in maven
as well.
Note that, this will probably not be sufficient to actually fix the maven
jenkins build, as that does not use the dev/run-tests scripts. We will need to
configure it to also run dev/download-hive-tests.sh. The other option would be
to check in the tests as I suggested in the original PR. (I can do this if we
agree its the right thing to do).
Long term it would probably be a good idea to also have maven run some sort
of test env setup script so that we can decouple the test environment from the
jenkins configuration.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marmbrus/spark fixMaven
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/191.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 #191
----
commit 3366e3701e8931778f43da53500b81cff1daa882
Author: Michael Armbrust <[email protected]>
Date: 2014-03-21T02:48:43Z
Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite
----
---
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.
---