You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bi...@apache.org on 2015/06/02 19:42:09 UTC

incubator-slider git commit: SLIDER-873 specify kerberos.security.primary property for secure accumulo instance

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 98af864c1 -> 43d11cca0


SLIDER-873 specify kerberos.security.primary property for secure accumulo instance


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

Branch: refs/heads/develop
Commit: 43d11cca0cec48dce821e4eb5c1965ddab67f157
Parents: 98af864
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Tue Jun 2 10:37:12 2015 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Tue Jun 2 10:37:12 2015 -0700

----------------------------------------------------------------------
 app-packages/accumulo/appConfig-secured-default.json | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/43d11cca/app-packages/accumulo/appConfig-secured-default.json
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/appConfig-secured-default.json b/app-packages/accumulo/appConfig-secured-default.json
index 9a434dd..984de61 100644
--- a/app-packages/accumulo/appConfig-secured-default.json
+++ b/app-packages/accumulo/appConfig-secured-default.json
@@ -27,6 +27,7 @@
     "site.accumulo-env.zookeeper_home": "${zk.dir}",
 
     "site.client.instance.name": "${USER}-${CLUSTER_NAME}",
+    "site.client.kerberos.server.primary": "${USER_NAME}",
 
     "site.proxy.port": "${ACCUMULO_PROXY.ALLOCATED_PORT}{PER_CONTAINER}",