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:09 UTC

[21/50] git commit: SLIDER-474 attempt fix for accumulo funtests

SLIDER-474 attempt fix 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/6b19cb81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/6b19cb81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/6b19cb81

Branch: refs/heads/feature/SLIDER-481_allow_dedicated_handling_of_exports
Commit: 6b19cb81b564a8e6f8b57de5f30855e2200d30da
Parents: 7d2aeb0
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Wed Oct 8 07:20:18 2014 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Wed Oct 8 07:20:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6b19cb81/app-packages/accumulo/appConfig-default.json
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/appConfig-default.json b/app-packages/accumulo/appConfig-default.json
index b33261c..de370bf 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"
+      "jvm.heapsize": "256M",
+      "slider.am.keytab.local.path": "${accumulo.headless.keytab}"
     }
   }
 }

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6b19cb81/app-packages/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml
index 5dae559..dc804ae 100644
--- a/app-packages/accumulo/pom.xml
+++ b/app-packages/accumulo/pom.xml
@@ -49,6 +49,7 @@
     <app.user.group>hadoop</app.user.group>
     <accumulo.keytab></accumulo.keytab>
     <accumulo.principal></accumulo.principal>
+    <accumulo.headless.keytab>${accumulo.keytab}</accumulo.headless.keytab>
   </properties>
 
   <profiles>