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 <[email protected]> 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 <[email protected]> Authored: Fri Oct 19 17:02:12 2018 -0400 Committer: Kevin Risden <[email protected]> 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>
