Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-492

Support service level replayBufferLimit for Oozie, Hive and HBase

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • None
    • None

    Description

      Adding replayBufferSize 16 in the topology file section below

           <service>
               <role>HIVE</role>
               <url>http://localhost:10001/cliservice</url>
               <param>
                   <name>replayBufferSize</name>
                   <value>16</value>
               </param>
           </service>
      

      should result the dispatch filter parameter in gateway.xml as shown below for both Oozie and Hive.

      <resource>
         <role>HIVE</role>
         <pattern>/hive</pattern>
         ...
           <filter>
             <role>dispatch</role>
             <name>hive</name>
             
      <class&gt;org.apache.hadoop.gateway.hive.HiveHttpClientDispatch</class&gt;
             <param>
               <name>replayBufferSize</name>
               <value>16</value>
             </param>
      

      Attachments

        1. KNOX-492.patch
          19 kB
          Kevin Minder

        Issue Links

          Activity

            People

              kminder Kevin Minder
              kminder Kevin Minder
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: