You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/10/12 02:58:25 UTC

[37/50] git commit: SLIDER-474 add am principal name for accumulo funtests

SLIDER-474 add am principal name for accumulo funtests


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

Branch: refs/heads/feature/SLIDER-481_allow_dedicated_handling_of_exports
Commit: ff5f5f73861a6b889ba7e96103f925c2440cbe48
Parents: d085454
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Thu Oct 9 14:14:56 2014 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Thu Oct 9 14:14:56 2014 -0700

----------------------------------------------------------------------
 app-packages/accumulo/appConfig-default.json | 3 ++-
 app-packages/accumulo/pom.xml                | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ff5f5f73/app-packages/accumulo/appConfig-default.json
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/appConfig-default.json b/app-packages/accumulo/appConfig-default.json
index 0cc740f..d5723da 100644
--- a/app-packages/accumulo/appConfig-default.json
+++ b/app-packages/accumulo/appConfig-default.json
@@ -51,7 +51,8 @@
   "components": {
     "slider-appmaster": {
       "jvm.heapsize": "256M",
-      "slider.am.keytab.local.path": "${accumulo.headless.keytab}"
+      "slider.am.keytab.local.path": "${accumulo.headless.keytab}",
+      "slider.keytab.principal.name": "${accumulo.headless.principal}"
     }
   }
 }

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ff5f5f73/app-packages/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml
index dc804ae..c3a5b55 100644
--- a/app-packages/accumulo/pom.xml
+++ b/app-packages/accumulo/pom.xml
@@ -47,9 +47,12 @@
     <app.java.home>${java.home}</app.java.home>
     <app.user>yarn</app.user>
     <app.user.group>hadoop</app.user.group>
+    <!-- these are for accumulo processes -->
     <accumulo.keytab></accumulo.keytab>
     <accumulo.principal></accumulo.principal>
+    <!-- these are for the AM -->
     <accumulo.headless.keytab>${accumulo.keytab}</accumulo.headless.keytab>
+    <accumulo.headless.principal>${accumulo.principal}</accumulo.headless.principal>
   </properties>
 
   <profiles>