You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/10/20 01:51:30 UTC

knox git commit: KNOX-542 - Add replayBufferSize defaults to the sandbox topology (Matthew Sharp via Kevin Risden)

Repository: knox
Updated Branches:
  refs/heads/master 4548f1830 -> 3df51f870


KNOX-542 - Add replayBufferSize defaults to the sandbox topology (Matthew Sharp via Kevin Risden)

Signed-off-by: Kevin Risden <kr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/3df51f87
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/3df51f87
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/3df51f87

Branch: refs/heads/master
Commit: 3df51f870d970c9da3ff0258f0204e968ab04baf
Parents: 4548f18
Author: Kevin Risden <kr...@apache.org>
Authored: Fri Oct 19 17:02:12 2018 -0400
Committer: Kevin Risden <kr...@apache.org>
Committed: Fri Oct 19 21:50:57 2018 -0400

----------------------------------------------------------------------
 gateway-release/home/conf/topologies/sandbox.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/3df51f87/gateway-release/home/conf/topologies/sandbox.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/conf/topologies/sandbox.xml b/gateway-release/home/conf/topologies/sandbox.xml
index 41d6d04..eb885a5 100644
--- a/gateway-release/home/conf/topologies/sandbox.xml
+++ b/gateway-release/home/conf/topologies/sandbox.xml
@@ -103,16 +103,28 @@
     <service>
         <role>OOZIE</role>
         <url>http://localhost:11000/oozie</url>
+        <param>
+            <name>replayBufferSize</name>
+            <value>8</value>
+        </param>
     </service>
 
     <service>
         <role>WEBHBASE</role>
         <url>http://localhost:60080</url>
+        <param>
+            <name>replayBufferSize</name>
+            <value>8</value>
+        </param>
     </service>
 
     <service>
         <role>HIVE</role>
         <url>http://localhost:10001/cliservice</url>
+        <param>
+            <name>replayBufferSize</name>
+            <value>8</value>
+        </param>
     </service>
 
     <service>