Repository: incubator-blur Updated Branches: refs/heads/master 4784a6faf -> 4ffed5c9c
Adding README file to explain how to build for different versions of hive. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4ffed5c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4ffed5c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4ffed5c9 Branch: refs/heads/master Commit: 4ffed5c9cb391d49678dfaadada5b88bcdcc7821 Parents: 4784a6f Author: Aaron McCurry <[email protected]> Authored: Fri Jan 2 14:36:49 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Fri Jan 2 14:36:49 2015 -0500 ---------------------------------------------------------------------- blur-hive/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4ffed5c9/blur-hive/README ---------------------------------------------------------------------- diff --git a/blur-hive/README b/blur-hive/README new file mode 100644 index 0000000..af2e42e --- /dev/null +++ b/blur-hive/README @@ -0,0 +1,16 @@ +README file for Blur Hive project +=========================== + +To build the blur hive project with a different version of hive use: + +For Hadoop 1: + +mvn install -Dhadoop1 -Dhive.version=<desired version> + +For Hadoop 2 MR1: + +mvn install -Dhadoop2-mr1 -Dhive.version=<desired version> + +For Hadoop 2: + +mvn install -Dhadoop2 -Dhive.version=<desired version>
