Kevin Minder created KNOX-492:
---------------------------------
Summary: Support service level replayBufferLimit for Ozzie and Hive
Key: KNOX-492
URL: https://issues.apache.org/jira/browse/KNOX-492
Project: Apache Knox
Issue Type: Improvement
Reporter: Kevin Minder
Adding replayBufferSize 16 in the topology file section below
{code}
<service>
<role>HIVE</role>
<url>http://localhost:10001/cliservice</url>
<param>
<name>replayBufferSize</name>
<value>16</value>
</param>
</service>
{code}
should result the dispatch filter parameter in gateway.xml as shown below for
both Oozie and Hive.
{code}
<resource>
<role>HIVE</role>
<pattern>/hive</pattern>
...
<filter>
<role>dispatch</role>
<name>hive</name>
<class>org.apache.hadoop.gateway.hive.HiveHttpClientDispatch</class>
<param>
<name>replayBufferSize</name>
<value>16</value>
</param>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)