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/27 05:22:35 UTC

incubator-lens git commit: LENS-47 : Add server url conf in client conf (Raju Bairishetti via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master c78cd464d -> 9254ef900


LENS-47 : Add server url conf in client conf (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/9254ef90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/9254ef90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/9254ef90

Branch: refs/heads/master
Commit: 9254ef900a207244003c611f4a812b277b6f9450
Parents: c78cd46
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Thu Nov 27 09:52:19 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Thu Nov 27 09:52:19 2014 +0530

----------------------------------------------------------------------
 lens-client/src/main/resources/lens-client-default.xml | 5 +++++
 src/site/apt/user/client-config.apt                    | 2 ++
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9254ef90/lens-client/src/main/resources/lens-client-default.xml
----------------------------------------------------------------------
diff --git a/lens-client/src/main/resources/lens-client-default.xml b/lens-client/src/main/resources/lens-client-default.xml
index 1f049f7..5f06357 100644
--- a/lens-client/src/main/resources/lens-client-default.xml
+++ b/lens-client/src/main/resources/lens-client-default.xml
@@ -31,4 +31,9 @@
     <value>anonymous</value>
     <description>Lens client user name</description>
   </property>
+  <property>
+    <name>lens.server.base.url</name>
+    <value>http://localhost:9999/lensapi</value>
+    <description>The base url for the lens server</description>
+  </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/9254ef90/src/site/apt/user/client-config.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/user/client-config.apt b/src/site/apt/user/client-config.apt
index 3b064a8..9dd1e3d 100644
--- a/src/site/apt/user/client-config.apt
+++ b/src/site/apt/user/client-config.apt
@@ -28,4 +28,6 @@ Lens client configuration
 *--+--+---+--+
 |2|lens.client.user.name|anonymous|Lens client user name|
 *--+--+---+--+
+|3|lens.server.base.url|http://localhost:9999/lensapi|The base url for the lens server|
+*--+--+---+--+
 The configuration parameters and their default values