GitHub user marmbrus opened a pull request:
https://github.com/apache/spark/pull/199
Add hive test files to repository. Remove download script.
This PR removes our test dependence on files hosted at Berkeley by checking
the test queries and answers into the repository. This should also fix the
maven Jenkins build.
I realize this is a *giant* commit. But size wise its actually pretty
small. We are only looking at ~1.2Mb compressed (~30Mb uncompressed). Given
that we already have a ~80Mb file permanently added to the spark code lineage,
I do not think that this will change the developer experience significantly.
Furthermore, I think it is good engineering practice to consider such test
support files as "code", since changes to them would indicate a change in
functionality. These files were only excluded from the initial PR as I wanted
the diff to be readable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marmbrus/spark hiveTestFiles
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/199.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 #199
----
commit b9b9b17276097327c404e708104bc7460660842c
Author: Michael Armbrust <[email protected]>
Date: 2014-03-21T20:42:32Z
Add hive test files to repository. Remove download script.
----
---
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.
---