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/05/31 21:49:54 UTC

incubator-slider git commit: Revert "SLIDER-873 correct name of headless keytab"

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 1c93b15fc -> 57992c460


Revert "SLIDER-873 correct name of headless keytab"

This reverts commit 1c93b15fc3409b9f5bd55b095a394dcf8d2bcbb5.


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

Branch: refs/heads/develop
Commit: 57992c46010a53109d071d7be3bdc9dc2679d1f3
Parents: 1c93b15
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Sun May 31 12:49:15 2015 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Sun May 31 12:49:15 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/57992c46/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 3196aad..9a434dd 100644
--- a/app-packages/accumulo/appConfig-secured-default.json
+++ b/app-packages/accumulo/appConfig-secured-default.json
@@ -51,7 +51,7 @@
 
     "site.accumulo-site.trace.user": "${USER_NAME}@EXAMPLE.COM",
     "site.accumulo-site.trace.zookeeper.path": "${DEFAULT_ZK_PATH}/tracers",
-    "site.accumulo-site.trace.token.property.keytab": "${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab",
+    "site.accumulo-site.trace.token.property.keytab": "${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.ACCUMULO.headless.keytab",
     "site.accumulo-site.trace.token.type": "org.apache.accumulo.core.client.security.tokens.KerberosToken",
 
     "site.accumulo-site.tserver.memory.maps.native.enabled": "false",