You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2014/11/29 06:16:20 UTC

incubator-lens git commit: LENS-70 : Updates Install and run doc with usage of forked hive repo (Raju Bairishetti via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master fafdfcdfa -> 6cafe6404


LENS-70 : Updates Install and run doc with usage of forked hive repo (Raju Bairishetti via amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/6cafe640
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/6cafe640
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/6cafe640

Branch: refs/heads/master
Commit: 6cafe6404d8826b098f206ea37ab1e1d102e99d1
Parents: fafdfcd
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Sat Nov 29 10:46:01 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Sat Nov 29 10:46:01 2014 +0530

----------------------------------------------------------------------
 src/site/apt/gettingstarted/install-steps.apt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6cafe640/src/site/apt/gettingstarted/install-steps.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/gettingstarted/install-steps.apt b/src/site/apt/gettingstarted/install-steps.apt
index bd19c0d..c1e34a7 100644
--- a/src/site/apt/gettingstarted/install-steps.apt
+++ b/src/site/apt/gettingstarted/install-steps.apt
@@ -79,6 +79,26 @@ Installing and running lens
 
   The server logs go into logs/ folder in the install directory, unless overridden. The proper logging configuration can be provided in log4j.properties file.
 
+  Lens server dependes on hive which is forked from {{{http://github.com/apache/hive}Apache Hive}} into {{{http://github.com/inmobi/hive} InMobi Hive}}. See {{{https://github.com/InMobi/hive/releases}here}} for all the latest releases.
+
+  Build it from source and set HIVE_HOME.
+
++---+
+
+   git clone https://github.com/inmobi/hive.git
+
+   cd hive
+
+   git checkout <release-tag>
+
+   mvn clean package -DskipTests -Phadoop-2,dist
+
++---+
+
+  Once above package command completes successfully, packaging/target will have apache-hive-$project.version-bin. This build also produces source, binary tar.gz files and deb package for hive.
+
+  <<Ex:>> export <<HIVE_HOME>>=$\{hive-source-location\}/packaging/target/apache-hive-$project.version-bin/apache-hive-$project.version-bin/
+
 *** Driver configuration
 
   If server has HiveDriver as one of the drivers, the configuration for hive driver should be set up in hive-site.xml.