LENS-1338: (incremental patch) Fix lens version in hivedriver-site.xml
Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/e4ac1534 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/e4ac1534 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/e4ac1534 Branch: refs/heads/master Commit: e4ac1534221e03d3be23faeb17393027c7b4f73a Parents: 7efc643 Author: Amareshwari Sriramadasu <[email protected]> Authored: Mon Sep 26 13:46:44 2016 +0800 Committer: rajub <[email protected]> Committed: Mon Sep 26 13:46:44 2016 +0800 ---------------------------------------------------------------------- .../server/drivers/hive/hive1/hivedriver-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/e4ac1534/tools/conf-pseudo-distr/server/drivers/hive/hive1/hivedriver-site.xml ---------------------------------------------------------------------- diff --git a/tools/conf-pseudo-distr/server/drivers/hive/hive1/hivedriver-site.xml b/tools/conf-pseudo-distr/server/drivers/hive/hive1/hivedriver-site.xml index eb86933..34995d5 100644 --- a/tools/conf-pseudo-distr/server/drivers/hive/hive1/hivedriver-site.xml +++ b/tools/conf-pseudo-distr/server/drivers/hive/hive1/hivedriver-site.xml @@ -52,6 +52,6 @@ </property> <property> <name>hive.aux.jars.path</name> - <value>file:///opt/lens/lens-ml-dist/target/apache-lens-2.6.0-SNAPSHOT-ml/lib/lens-ml-lib-2.6.0-SNAPSHOT.jar,file:///usr/local/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar</value> + <value>file:///opt/lens/lens-ml-dist/target/apache-lens-2.6.1-ml/lib/lens-ml-lib-2.6.1.jar,file:///usr/local/spark-1.3.0-bin-hadoop2.4/lib/spark-assembly-1.3.0-hadoop2.4.0.jar</value> </property> </configuration>
