You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2015/01/27 22:03:35 UTC

[jira] [Updated] (KNOX-492) Support service level replayBufferLimit for Ozzie, Hive and HBase

     [ https://issues.apache.org/jira/browse/KNOX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder updated KNOX-492:
------------------------------
    Summary: Support service level replayBufferLimit for Ozzie, Hive and HBase  (was: Support service level replayBufferLimit for Ozzie and Hive)

> Support service level replayBufferLimit for Ozzie, Hive and HBase
> -----------------------------------------------------------------
>
>                 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)