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/13 12:50:11 UTC

[44/50] incubator-lens git commit: Update config doc

Update config doc


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

Branch: refs/heads/toapache
Commit: b5c5a923161e0715bbb5f2c5dbb8884b16f4d390
Parents: 0f46c24
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Thu Nov 13 14:54:19 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Thu Nov 13 14:54:19 2014 +0530

----------------------------------------------------------------------
 src/site/apt/admin/config.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/b5c5a923/src/site/apt/admin/config.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/admin/config.apt b/src/site/apt/admin/config.apt
index abaf2dc..e982b07 100644
--- a/src/site/apt/admin/config.apt
+++ b/src/site/apt/admin/config.apt
@@ -174,7 +174,7 @@ Lens server configuration
 *--+--+---+--+
 |75|lens.server.user.resolver.ldap.url| |Required for LDAP_BACKED_DATABASE user resolvers.      ldap url to connect to.|
 *--+--+---+--+
-|76|lens.server.user.resolver.propertybased.filename|/path/to/propertyfile|Required for PROPERTYBASED user resolver.      when lens.server.user.resolver.type is PROPERTYBASED, then this file will be read and parsed to      determine cluster user. example schema of the file is:      user1, user2, user3 = clusteruser1      user4, user5 = clusteruser2      * = clusteruser3  |
+|76|lens.server.user.resolver.propertybased.filename|/path/to/propertyfile|Required for PROPERTYBASED user resolver.      when lens.server.user.resolver.type is PROPERTYBASED, then this file will be read and parsed to      determine cluster user. Each line should contain username followed by DOT followed by property full name      followed by equal-to sign and followed by value.      example schema of the file is:      user1.lens.server.cluster.user=clusteruser1      user1.mapred.job.queue.name=queue1      *.lens.server.cluster.user=defaultclusteruser      *.mapred.job.queue.name=default  |
 *--+--+---+--+
 |77|lens.server.user.resolver.type|FIXED|Type of user config resolver. allowed values are FIXED, PROPERTYBASED, DATABASE, LDAP_BACKED_DATABASE, CUSTOM.|
 *--+--+---+--+