You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by bu...@apache.org on 2019/01/08 13:13:56 UTC

svn commit: r1038703 [6/6] - in /websites/staging/flume/trunk/content: ./ .doctrees/ .doctrees/releases/ _sources/ _sources/releases/ css/ fonts/ images/ images/profiles/ img/ js/ releases/

Added: websites/staging/flume/trunk/content/releases/1.9.0.html
==============================================================================
--- websites/staging/flume/trunk/content/releases/1.9.0.html (added)
+++ websites/staging/flume/trunk/content/releases/1.9.0.html Tue Jan  8 13:13:55 2019
@@ -0,0 +1,223 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>Version 1.9.0 &mdash; Apache Flume</title>
+    
+    <link rel="stylesheet" href="../_static/flume.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '../',
+        VERSION:     '',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="top" title="Apache Flume" href="../index.html" />
+    <link rel="up" title="Releases" href="index.html" />
+    <link rel="next" title="Version 1.8.0" href="1.8.0.html" />
+    <link rel="prev" title="Releases" href="index.html" /> 
+  </head>
+  <body>
+<div class="header">
+  <table width="100%" border="0">
+    <tr>
+      <td width="10%">
+        <div class="logo">
+          <a href="../index.html">
+            <img class="logo" src="../_static/flume-logo.png" alt="Logo"/>
+          </a>
+        </div>
+      </td>
+      <td width="2%">
+          <span class="trademark">&trade;</span>
+      </td>
+      <td width="68%" align="center" class="pageTitle">Apache Flume<sup><span class="trademark">&trade;</span></sup>
+      </td>
+      <td width="20%">
+          <a href="http://www.apache.org">
+            <img src="../_static/feather-small.png" alt="Apache Software Foundation" height="70"/>
+          </a>
+      </td>
+    </tr>
+  </table>
+</div>
+  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  <div class="section" id="version-1-9-0">
+<h1>Version 1.9.0<a class="headerlink" href="#version-1-9-0" title="Permalink to this headline">¶</a></h1>
+<p class="rubric">Status of this release</p>
+<p>Apache Flume 1.9.0 is the eleventh release of Flume as an Apache top-level project
+(TLP). Apache Flume 1.9.0 is production-ready software.</p>
+<p class="rubric">Release Documentation</p>
+<ul class="simple">
+<li><a class="reference external" href="content/1.9.0/FlumeUserGuide.html">Flume 1.9.0 User Guide</a> (also in <a class="reference external" href="content/1.9.0/FlumeUserGuide.pdf">pdf</a>)</li>
+<li><a class="reference external" href="content/1.9.0/FlumeDeveloperGuide.html">Flume 1.9.0 Developer Guide</a> (also in <a class="reference external" href="content/1.9.0/FlumeDeveloperGuide.pdf">pdf</a>)</li>
+<li><a class="reference external" href="content/1.9.0/apidocs/index.html">Flume 1.9.0 API Documentation</a></li>
+</ul>
+<p class="rubric">Changes</p>
+<p>Release Notes - Flume - Version v1.9.0</p>
+<dl class="docutils">
+<dt>** New Feature</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2071">FLUME-2071</a>] - Flume Context doesn&#8217;t support float or double configuration values.</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2442">FLUME-2442</a>] - Need an alternative to providing clear text passwords in flume config</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3142">FLUME-3142</a>] - Adding HBase2 sink</li>
+</ul>
+</dd>
+<dt>** Improvement</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2653">FLUME-2653</a>] - Allow inUseSuffix to be null/empty</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2854">FLUME-2854</a>] - Parameterize jetty version in pom</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2977">FLUME-2977</a>] - Upgrade RAT to 0.12</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3050">FLUME-3050</a>] - add counters for error conditions and expose to monitor URL</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3182">FLUME-3182</a>] - Please add support for SSL/TLS for syslog (tcp) &amp; multi_port syslog (tcp) sources</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3186">FLUME-3186</a>] - Make asyncHbaseClient configuration parameters available from flume config</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3223">FLUME-3223</a>] - Flume HDFS Sink should retry close prior to performing a recoverLease</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3227">FLUME-3227</a>] - Add Rate Limiter to StressSource</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3239">FLUME-3239</a>] - Do not rename files in SpoolDirectorySource</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3246">FLUME-3246</a>] - Validate flume configuration to prevent larger source batch size than the channel transaction capacity</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3269">FLUME-3269</a>] - Support JSSE keystore/trustore -D system properties</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3275">FLUME-3275</a>] - Components supporting SSL/TLS should be able to specify protocol list</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3276">FLUME-3276</a>] - Components supporting SSL/TLS should be able to specify cipher suite list</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3280">FLUME-3280</a>] - Improve maven build to help code reviews by adding static code analyzer to it</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3281">FLUME-3281</a>] - Update to Kafka 2.0 client</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3282">FLUME-3282</a>] - Use slf4j in every component</li>
+</ul>
+</dd>
+<dt>** Bug</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-1282">FLUME-1282</a>] - Flume 1.x build fails on Maven 2</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2232">FLUME-2232</a>] - Add findbugs to Flume build</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2436">FLUME-2436</a>] - Make hadoop-2 the default build profile</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2464">FLUME-2464</a>] - Remove hadoop-2 profile</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2786">FLUME-2786</a>] -  It will enter a deadlock state when modify the conf file before I stop flume-ng</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2894">FLUME-2894</a>] - Flume components should stop in the correct order (graceful shutdown)</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2973">FLUME-2973</a>] - Deadlock in hdfs sink</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2976">FLUME-2976</a>] - Exception when JMS source tries to connect to a Weblogic server without authentication</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2988">FLUME-2988</a>] - Kafka Sink metrics missing eventDrainAttemptCount</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2989">FLUME-2989</a>] - Kafka Channel metrics missing eventTakeAttemptCount and eventPutAttemptCount</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3056">FLUME-3056</a>] - TestApplication hangs indefinitely</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3101">FLUME-3101</a>] - taildir source may endless loop when tail a file</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3106">FLUME-3106</a>] - When batchSize of sink greater than transactionCapacity of Memory Channel, Flume can produce endless data</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3107">FLUME-3107</a>] - When batchSize of sink greater than transactionCapacity of File Channel, Flume can produce endless data</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3114">FLUME-3114</a>] - Upgrade commons-httpclient library dependency</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3117">FLUME-3117</a>] - Application  can be dead loop when call System.exit()  in methodconfigure</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3133">FLUME-3133</a>] - Add a ipHeader config in Syslog Sources</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3201">FLUME-3201</a>] - Fix SyslogUtil to handle RFC3164 format in december correctly</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3218">FLUME-3218</a>] - Fix external process config filter test</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3222">FLUME-3222</a>] - java.nio.file.NoSuchFileException thrown when files are being deleted from the TAILDIR source</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3237">FLUME-3237</a>] - Handling RuntimeExceptions coming from the JMS provider in JMSSource</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3253">FLUME-3253</a>] - JP Morgan Chase scan shows vulnerabilities for Splunk App using Apache Flume 1.8</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3265">FLUME-3265</a>] - Cannot set batch-size for LoadBalancingRpcClient</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3270">FLUME-3270</a>] - Close JMS resources in JMSMessageConsumer constructor in case of failure</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3278">FLUME-3278</a>] - Handling -D keystore parameters in Kafka components</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3294">FLUME-3294</a>] - Fix polling logic in TaildirSource</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3298">FLUME-3298</a>] - Make hadoop-common optional in flume-ng-hadoop-credential-store-config-filter</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3299">FLUME-3299</a>] - Fix log4j scopes in pom files</li>
+</ul>
+</dd>
+<dt>** Sub-task</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3158">FLUME-3158</a>] - Upgrade surefire version and config</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3243">FLUME-3243</a>] - Increase the default of hdfs.callTimeout and document it&#8217;s deprecation</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3303">FLUME-3303</a>] - Mention future configuration change in the release notes</li>
+</ul>
+</dd>
+<dt>** Test</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3195">FLUME-3195</a>] - Split up the TestKafkaChannel class</li>
+</ul>
+</dd>
+<dt>** Wish</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3087">FLUME-3087</a>] - Change log level from WARN to INFO when using default &#8220;maxIOWorkers&#8221; value.</li>
+</ul>
+</dd>
+<dt>** Task</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3183">FLUME-3183</a>] - Maven: generate SHA-512 checksum during deploy</li>
+</ul>
+</dd>
+<dt>** Dependency upgrade</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2698">FLUME-2698</a>] - Upgrade Jetty Version</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3115">FLUME-3115</a>] - Upgrade netty library dependency</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3194">FLUME-3194</a>] - upgrade derby to the latest (1.14.1.0) version</li>
+</ul>
+</dd>
+<dt>** Documentation</dt>
+<dd><ul class="first last simple">
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-1342">FLUME-1342</a>] - Document JMX monitoring API</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-2723">FLUME-2723</a>] - Document the requirement that Channel&#8217;s transactionCapacity &gt;= batchSize of the source/sink</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3051">FLUME-3051</a>] - Mention the incompatibility of Kafka source with 0.8.x Kafka brokers</li>
+<li>[<a class="reference external" href="https://issues.apache.org/jira/browse/FLUME-3228">FLUME-3228</a>] - Incorrect parameter name in timestamp interceptor docs</li>
+</ul>
+</dd>
+</dl>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar">
+        <div class="sphinxsidebarwrapper"><h3><a href="../index.html">Apache Flume</a></h3>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getinvolved.html">How to Get Involved</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../download.html">Download</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../documentation.html">Documentation</a></li>
+<li class="toctree-l1"><a class="reference internal" href="index.html">Releases</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../mailinglists.html">Mailing lists</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../team.html">Team</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../source.html">Source Repository</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../license.html">Apache License</a></li>
+</ul>
+
+<h3>Resources</h3>
+
+<ul class="this-page-menu">
+    <li><a href="https://issues.apache.org/jira/browse/FLUME">Flume Issue Tracking (Jira)</a></li>
+    <li><a href="http://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
+    <li><a href="http://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
+    <li><a href="https://builds.apache.org/job/flume-trunk/">Jenkins Continuous Integration Server</a></li>
+    <li><a href="https://builds.apache.org/analysis/">Sonar Code Quality Reports</a></li>
+</ul>
+
+<h3>Apache</h3>
+
+<ul class="this-page-menu">
+    <li><a href="http://www.apache.org">Home</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/licenses">Licenses</a> </li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apachecon.com">Conferences</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+<div class="footer">
+    &copy; Copyright 2009-2019 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
+</div>
+  </body>
+</html>
\ No newline at end of file

Modified: websites/staging/flume/trunk/content/releases/index.html
==============================================================================
--- websites/staging/flume/trunk/content/releases/index.html (original)
+++ websites/staging/flume/trunk/content/releases/index.html Tue Jan  8 13:13:55 2019
@@ -25,8 +25,8 @@
     <script type="text/javascript" src="../_static/underscore.js"></script>
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="top" title="Apache Flume" href="../index.html" />
-    <link rel="next" title="Version 1.8.0" href="1.8.0.html" />
-    <link rel="prev" title="Flume 1.8.0 Developer Guide" href="../FlumeDeveloperGuide.html" /> 
+    <link rel="next" title="Version 1.9.0" href="1.9.0.html" />
+    <link rel="prev" title="Flume 1.9.0 Developer Guide" href="../FlumeDeveloperGuide.html" /> 
   </head>
   <body>
 <div class="header">
@@ -36,6 +36,7 @@
         <div class="logo">
           <a href="../index.html">
             <img class="logo" src="../_static/flume-logo.png" alt="Logo"/>
+          </a>
         </div>
       </td>
       <td width="2%">
@@ -61,12 +62,13 @@
   <div class="section" id="releases">
 <h1>Releases<a class="headerlink" href="#releases" title="Permalink to this headline">¶</a></h1>
 <p class="rubric">Current Release</p>
-<p>The current stable release is <a class="reference external" href="1.8.0.html">Apache Flume Version 1.8.0</a>.</p>
+<p>The current stable release is <a class="reference external" href="1.9.0.html">Apache Flume Version 1.9.0</a>.</p>
 <div class="toctree-wrapper compound">
 </div>
 <p class="rubric">Previous Releases</p>
 <div class="toctree-wrapper compound">
 <ul>
+<li class="toctree-l1"><a class="reference internal" href="1.8.0.html">Version 1.8.0</a></li>
 <li class="toctree-l1"><a class="reference internal" href="1.7.0.html">Version 1.7.0</a></li>
 <li class="toctree-l1"><a class="reference internal" href="1.6.0.html">Version 1.6.0</a></li>
 <li class="toctree-l1"><a class="reference internal" href="1.5.2.html">Version 1.5.2</a></li>
@@ -106,7 +108,7 @@
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
     <li><a href="https://builds.apache.org/job/flume-trunk/">Jenkins Continuous Integration Server</a></li>
-    <li><a href="https://analysis.apache.org/">Sonar Code Quality Reports</a</li>
+    <li><a href="https://builds.apache.org/analysis/">Sonar Code Quality Reports</a></li>
 </ul>
 
 <h3>Apache</h3>
@@ -126,7 +128,7 @@
       <div class="clearer"></div>
     </div>
 <div class="footer">
-    &copy; Copyright 2009-2018 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
+    &copy; Copyright 2009-2019 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
 </div>
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/flume/trunk/content/search.html
==============================================================================
--- websites/staging/flume/trunk/content/search.html (original)
+++ websites/staging/flume/trunk/content/search.html Tue Jan  8 13:13:55 2019
@@ -40,6 +40,7 @@
         <div class="logo">
           <a href="index.html">
             <img class="logo" src="_static/flume-logo.png" alt="Logo"/>
+          </a>
         </div>
       </td>
       <td width="2%">
@@ -109,7 +110,7 @@
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
     <li><a href="https://builds.apache.org/job/flume-trunk/">Jenkins Continuous Integration Server</a></li>
-    <li><a href="https://analysis.apache.org/">Sonar Code Quality Reports</a</li>
+    <li><a href="https://builds.apache.org/analysis/">Sonar Code Quality Reports</a></li>
 </ul>
 
 <h3>Apache</h3>
@@ -129,7 +130,7 @@
       <div class="clearer"></div>
     </div>
 <div class="footer">
-    &copy; Copyright 2009-2018 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
+    &copy; Copyright 2009-2019 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
 </div>
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/flume/trunk/content/searchindex.js
==============================================================================
--- websites/staging/flume/trunk/content/searchindex.js (original)
+++ websites/staging/flume/trunk/content/searchindex.js Tue Jan  8 13:13:55 2019
@@ -1 +1 @@
-Search.setIndex({terms:{fine:[16,11],expect:[7,9,16,10],overhead:16,descriptor:[6,2,4,18,21],architectur:[16,11,22],testcheckpointrebuild:18,"4foobar5":16,extend:[16,21,22],outputcharset:16,morphlinesolrsink:[4,16,18],destinationtyp:16,collector:16,handler:[6,2,16,10,12],dual:[4,18],sun:16,oauth:16,uniqu:16,heartbeat:16,"2nd":16,show:[2,16,22],deploy:16,bin:[6,9,15,16,12],count:[9,16,12,21],graphic:16,socket:[4,16,21],infring:17,doubl:[4,16,18],recoveri:[2,16,11],proto:22,attila:[13,11],deprec:[2,4,19,16,10,12],gzip:16,socketchannel:10,alleg:17,amor:11,defaultchannelfactori:6,tool:[19,16,11,18],structur:[4,11],perman:12,appropri:17,overview:[7,16,22],michael:11,eskrm:11,strataconf:11,januari:[16,17,11],remoteaddresshead:16,cli:6,filesuffix:[2,4,16],inclus:17,topolog:[2,16],replac:[6,2,19,16,10,11,12,18],kevin:11,eventputsuccesscount:16,nioserversocketchannelfactori:18,gandevia:11,sum:16,would:[2,7,4,16,12],replicatingchannelselector:16,analg:16,java_opt:16,mission:16,instanc:[2,4,9,
 16,22],remot:[4,16,22],prefix:[16,20,10,12],technot:16,starttim:16,spooldirectori:2,filenam:[2,16,12,18],behaviour:16,supervis:4,nick:[16,13],optim:12,checkpointdir:16,approach:[16,22],myclass:16,write:[6,2,4,16,17,10,11,12,18,19,13,22],inputcharset:16,reli:16,veri:[0,4,16,11],elasticsearchdynamicseri:16,reconnect:16,"77a9":16,who:[7,11],onli:[6,2,7,4,16,17,18,22],deal:16,validateev:16,diurnal:16,ownership:17,bytearrayseri:16,princip:[4,16,22],mean:[16,17,22],ipfilterrul:[16,18],isignoringrecoverableexcept:16,remain:[16,17,10,22],correctli:[2,4,19,10,12,18],broadli:16,command:[6,2,3,7,4,16,12,18,21,22],whose:16,choos:[17,12],alwai:[2,16,12,18],sinknam:16,stuck:[7,16,10,22],agentpath:10,identifi:16,underli:[2,16,22],unlik:[16,22],solrj:16,requesttimeout:16,dengkai02:11,boss:12,renam:[2,3,4,19,16],poll:[6,4,16,10],counter_batch_empti:16,dfo:16,interpret:16,truststor:16,flushabl:16,compact:16,assembl:[6,4,12],namenod:16,tenanc:16,mnt:16,uuidinterceptor:16,cycl:11,youngest:16,previou:[1
 ,9,15,16,11,12,22],bytecapac:[19,16],clobber:[2,12],gpg:15,santiago:11,necessari:[6,16,22],charg:17,roshannaik:13,part:[6,16,17,22],onlin:[7,16,11],hasn:16,hoffman:11,counter_connection_fail:16,relogin:19,pressur:16,syncf:2,channel1:16,line:[6,2,4,16,12,18,22],maxlinelength:16,start:[6,2,7,4,16,10,12,18,21,22],larg:[19,16,11,22],testnettyavrorpccli:18,netcat:[2,16,10,11,12,21],lawsuit:17,avail:[4,15,19,16,17,11,22],given:[16,22],massiv:16,compressioncodec:16,warn:[2,9,16,10,12,21],iii:17,maxpenalti:16,crash:[4,16],thi:[6,2,3,7,4,9,14,15,16,17,10,11,12,18,19,20,21,22],core:[6,16,12,21,22],build:[6,2,9,16,10,11,12,18,21,22],ferenc:[13,11],ctrl:16,weekdai:16,date:[19,16,17],setup:[16,10,22],hostselector:22,thiruvalluvan:11,trademark:17,spoolabledirectorysourc:4,loopback:16,hierarch:16,meet:17,granular:[2,16],ram:16,futur:[16,18],approxim:16,through:[2,7,16,13,17,11,12,22],second:[6,2,9,16,11,12,21,22],mung:16,getchannel:22,normal:[16,17],row:16,contribut:[8,16,13,17,11],gettext:16,posi
 tionfil:16,open:[2,4,16,12,21,22],kerberosprincip:16,vote:13,nyc:11,joda:21,aaron:13,html:[16,11],syslogutil:19,writer:[2,4,16,10,18],javaag:10,batchsiz:[4,19,16],old:[6,2,16,18],scenerio:16,templeton:11,access:[7,4,16,13,12,22],exce:16,sequencegeneratorsourc:[2,16],requir:[2,3,7,4,9,16,13,17,12,18,22],sinkprocessor:16,destin:[16,22],unidirect:16,conf:[6,4,16,10,12],eof:16,mithraa:11,transpar:16,entiti:[16,17],prudent:16,"import":[4,15,19,16,17,22],document:[0,2,3,4,6,7,8,9,14,16,17,10,11,12,18,19,13,20,21,22],autocreatepartit:16,manifest:[19,16],throwabl:[2,3,4,12,22],oliv:11,startscript:19,sequenc:[2,4,16,10,12,21],someuri:16,lightweight:22,newer:16,profil:[2,4,9,14,19,11,12,18],room:18,bar_cf:16,print:[2,4,16],somevalu:16,initi:[16,12,18,22],section:[4,16,17,12,18],binaryvalid:16,new_york:16,method:[6,2,4,19,16,10,12,22],purpos:[4,15,16,17,22],commoncli:16,flume_conf_dir:9,favor:16,proxi:[6,7],recursivedirectorysearch:16,establish:[5,16],rc0:2,resourc:[16,18,22],packag:[2,9,16,12
 ,22],loadbalancinglog4jappend:16,dispar:16,sequencesourc:10,sole:[16,17],synconbatch:16,contin:16,tthreadedselectserv:4,testjdbcchannelprovid:6,point:[2,7,16,22],infer:15,requiredack:16,don:[4,16],activemq:16,load_bal:[16,22],somehead:16,occur:16,indefinit:[6,4],foo_index:16,pravin:11,minimum:16,constructor:[2,19],passwordfil:16,bootstrap:16,activekei:16,asynch:2,recurs:10,occurr:16,root:[16,21,22],echeverria:11,never:[16,18],mimic:18,elasticsearcheventseri:16,well:[15,16,13],checkout:7,imperson:[4,18],why:[15,12],txt:16,log4:4,reoverablememorychannel:12,driver:16,spec:16,rollov:10,annot:[2,16,17],propertiesfileconfigurationprovid:6,columnfamili:16,getinst:22,incorrect:[6,4,14,19,16,10,12,18],miroslav:11,failoversinksprocessor:22,listmultimap:16,addon:11,head:7,progress:[4,16],coalesceincr:16,span:19,shouldn:4,java8:21,ivi:12,individu:[4,19,16,13,17,22],introduc:[16,10,18],than:[6,2,4,15,19,16,11,12],inject:18,criteria:16,temp:16,thought:16,tag:7,mani:[2,15,16,13,11,12,22],acquisit:
 6,role:13,closedchannelexcept:6,testfilechannelbas:2,hbase:[2,4,14,16,10,11,12,18,19,21],initialcontextfactori:16,aliv:16,aesctrnopaddingprovid:16,what:[16,11],deliber:17,jconsol:16,verbal:17,maxbatchdurationmilli:16,temporarili:[16,22],cipher:16,verifi:[4,15,16],famili:[16,18],httpsourcehandl:16,seper:16,byteoffsethead:16,builder:16,ben:11,forc:[7,16],plu:[2,18],addit:[9,19,16,17,12,22],constant:[16,12],issu:[5,6,2,8,4,9,19,16,17,10,12],overridden:[16,10],explain:[4,16],wish:21,guarante:[7,16,12,22],amd64:12,sasl_plaintext:16,trustmanag:19,jenkin:[2,4,9,12],tab:16,storag:[16,22],still:[4,16,22],haquen:11,unpredict:16,sinc:[7,16,11],repres:[7,16,17,11,22],leak:[19,16,10,18,21],canon:16,eventdrainattemptcount:18,runner:[6,19,16,22],least:[2,16,17,22],keepfield:16,durat:16,testjcefilekeyprovid:[3,4],inabl:17,holubec:11,regex_filt:16,senddatatoflum:22,accident:[7,16],withbodi:22,propnam:4,jmxremot:16,passiv:[16,22],transceiverthreadfactori:18,fall:16,text:[6,16,17,10],how:[7,8,16,10,11
 ,21,22],synchron:2,convent:16,partition:16,trust:16,inconsist:18,behind:[7,16],jetti:18,marcel:11,clarifi:[2,18],activemqinitialcontextfactori:16,lzo:[4,16],randomread:2,roundvalu:16,messag:[2,3,7,4,16,10,12,18,19,21,22],slightli:16,b5755073:16,histori:[7,16],shell:16,defaultbackoff:16,bug:[6,2,3,4,9,14,16,10,11,12,18,19,21],bugfix:18,facil:2,roundtrip:18,reader:2,wire:16,httpservletrequest:16,tbd:[16,22],encrpyt:16,channelselector:16,javas:16,hdfscompresseddatastream:[12,18],includng:16,sin:16,replai:[2,4,19,16,11,12,18],wrote:16,interest:8,express:[4,16,17],serversocketchannelimpl:16,delai:[16,10,12],cancel:18,bytecapacitybufferpercentag:16,paliw:[13,11],bit:16,datasetsink:[19,16,18],also:[2,7,8,4,14,16,10,12,18,19,20,21,22],respond:16,togeth:16,marker:16,whatev:22,kerbero:[19,16,10,12,18,22],bursti:16,dfailifnotest:22,failoverrpccli:[12,22],flumespool:[19,16],bessbd:13,style:18,site:[19,16,12,18],notion:16,andrea:11,local:[6,2,7,4,9,19,16,22],emb:22,dene:[15,13,11],compress:[4,19
 ,16,12],restrict:16,truncat:[16,12],googl:[2,16,22],stresssourc:[2,19,16],writeformat:16,accesstoken:16,record:[4,19,16,10,21],describ:[16,17],mai:[0,19,16,17,11],interact:11,automat:[3,4,16,12,22],confluenc:8,entri:[6,4,19,16],tail:16,defaultrollback:16,defaultvalu:22,getconnectioncreatedcount:16,"enum":[4,19,12],comment:[3,4,19],checkpoint_incomplet:2,manag:[6,7,16,13,17,11,22],reliabl:[4,16,11,22],"static":[2,16,10,22],grigorii:11,"3rd":[16,12],hcatalog:16,phil:11,specificrecord:16,mon:16,venkat:11,bytesremain:18,xiang:11,good:[16,11],amount:[16,11,22],jump:16,midnight:16,shreedharan:[13,11],jasper:21,abstractsinkprocessor:18,octob:11,avrosourc:[6,4,16,12,18,21,22],eventdrivensourc:22,gabriel:11,regexextractorinterceptorpassthroughseri:16,counter:[6,2,16,21],compar:[9,16,12],juhan:13,memorycapac:16,replic:[4,16,10],logsdb:16,max_valu:16,suffix:[16,18],twittersourc:16,rest:[4,16,18],nearli:16,gssapi:16,quantifi:16,cdk:[4,18],vice:12,remove_head:16,situat:16,deepesh:11,bodytextseri
 :2,ignorepattern:16,johni:[13,11],alpha:[6,2],eventvalid:[16,10],flume_env:10,rapidmin:13,hdfssink:[2,16,12,21],desir:[16,22],jcl:12,krb5:16,parent:[16,10],tim:11,central:[16,22],resettablefileinputstream:10,polltimeout:16,testexecsourc:[19,18],strata:11,unit:[2,3,4,19,16,20,12,22],datasetread:16,hand:16,semaphor:18,wheeler:11,variabl:[9,16,11,12,21],wildcard:16,xmx:16,wolfgang:[13,11],sticki:4,schematyp:16,effort:16,"catch":[3,4,9,12,22],philip:11,submit:[13,17,11],robust:11,unless:[2,7,16,17],dure:[6,2,4,16,11,12,21],ableda:11,nterceptor:16,till:6,redistribut:17,parseasflumeev:[16,10],utc:16,improv:[6,2,3,8,4,9,16,17,10,11,12,18,19,13,21],dylan:11,code:[7,8,4,9,16,13,17,10,12,22],eventputattemptcount:16,jarcec:[13,11],deposit:4,none:[7,16],fonso:11,withnam:16,stderr:[2,16],agentlib:10,failov:[2,9,19,16,11,12,22],derbi:[6,16,10],sou:16,state:[16,17,12,18,22],within:[6,9,16,17,11,12,22],serversocket:16,doe:[2,3,4,9,16,17,10,12,18,21,22],regex:[2,19,16,11,12,18],outstand:17,helper:22
 ,mike:[13,11],worri:22,cross:17,contract:[9,17],absenc:16,abort:[16,10],recogn:[16,13],awar:9,partit:[16,10],wang:11,year:16,out2:16,takenev:22,grow:12,event:[6,2,4,9,16,17,10,11,12,18,19,21,22],oracl:[19,16,10],johnyrufu:13,ahuja:11,set:[6,2,4,9,16,10,11,18,20,21,22],fornam:22,attribut:[19,16,17,22],meta:[3,4,19],titl:17,ideal:[7,16],arvind:13,handi:16,bucketwrit:[12,18,21],leav:[6,4,16,12],mactaggart:11,mubarak:[13,11],trunk:[7,4,9,10,22],testflumeconfigur:4,specif:[6,2,4,16,12,22],djava:16,ashish:[13,11],develop:[0,2,3,4,5,7,9,14,16,10,11,12,18,19,20,21,22],chavez:11,hold:[16,17,22],lib:[6,16,12],flumecli:22,key1:22,travi:21,past:12,token:16,filechannelintegritytool:19,typic:[16,22],product:[2,3,4,14,16,17,10,11,12,18,19,20,21],propertiesimplement:16,brock:[13,11],length:[2,4,16],aesctrnopad:16,valueof:22,sphinx:12,pom:[6,2,4,16,10,12,18,21,22],plaintext:16,notat:19,said:16,regularli:16,protect:16,wide:[16,18],syncintervalbyt:16,datanod:16,szabo:[13,11],pattern:16,entrant:6,fast:
 [6,2,7,4,16],reattempt:16,whitespac:[16,22],ratio:2,incorrectli:[19,12,18,21],soon:[16,11],addition:[16,22],rfc6125:16,top:[2,3,4,14,16,10,11,12,18,19,20,21,22],append:[6,4,9,16,12,18,21,22],kafkasink:[16,10,21],kafkaconsum:16,eventbackingstorefactori:[3,4],congratul:16,clue:16,encod:[16,10],arvai:[15,13,11],"long":[16,10,22],builtin:6,retir:2,leader:16,pend:2,worldwid:17,yourdomain:16,memorychannel:[6,2,4,9,16,18,22],releasenot:6,stub:12,trade:17,about:[16,11,12,22],few:[16,11,12],those:[7,16,17,22],topichead:16,highli:16,hsieh:13,quantiti:16,shasum:15,scribe:[2,4,19,16,18],dcom:16,note:[6,2,7,4,14,16,10,12,18,19,20,21,22],valu:[6,2,3,4,16,10,12,18,21,22],whop:11,filesystem:[16,22],support:[6,2,4,9,16,17,10,11,12,18,19,20,21,22],spuriou:12,san:16,held:11,doc:[2,4,16,10,12,18],txn:[16,22],highest:16,dynam:[19,16],"instanceof":22,host1:22,jolli:11,respect:[16,22],encourag:[16,11],ranganathan:11,mark:[4,16,17,11,12],credenti:[16,22],testthriftlegacysourc:2,did:16,"switch":19,checksum:
 15,snif:16,committ:[7,13,10,12],etl:[16,11],loggersink:[6,16,12],hashmap:22,plai:13,white:11,rng:6,repo:[6,2,7,4,16,22],escap:[2,16,10,12,21],provid:[6,2,4,16,17,11,18,21,22],messageselector:16,won:16,andra:11,ovverrid:16,href:7,gitignor:2,filehead:16,gaurente:16,spring:[16,21],electron:17,attain:16,fashion:[16,22],memori:[6,2,4,9,14,16,11,12,18,19,21,22],distribut:[9,15,16,17,11,12,18,22],retent:12,edit:12,convert:[2,16,22],same:[19,16,12,21],reproduc:17,column:[4,15,16,18],ia64:12,libfb303:21,pure:16,adjust:16,hshreedharan:13,myapp:22,jdbcchannel:[6,16],invok:[16,12,18,22],org:[6,7,8,16,17,11,19,13,21,22],sasl_ssl:16,rst:12,select:[15,16,10,22],context:[4,9,16,12,18,22],opaqu:2,jsse:16,conn:6,goer:[13,11],extract:[16,22],ddeeter:13,nicknam:[2,16],copyright:17,attack:16,behavior:[9,16],unnecessari:6,custom:[2,16,12,21,22],languag:16,fat:4,platform:[2,3,4,16],flight:16,session:[16,10],getter:16,properli:[6,2,18],confus:[4,21],port:[6,2,7,4,9,16,11,12,18,22],illegalstateexcept:4,two:
 [6,4,16,11,22],cleanup:[18,22],libext:16,storepass:16,ssl:[4,19,16,11,18],similar:[16,22],linux:[3,4],spillablechannel:18,hhmm:16,between:[16,12],throughput:[16,12],fcintegritytool:16,place:[16,17,11,12],usual:[7,16],isganglia3:16,upto:16,codelin:[11,22],overrid:[4,16,18,22],restartthrottl:16,siddharth:11,abstractconfigurationprovid:4,heap:19,ugiexecutor:21,earliest:16,bar_typ:16,rollsiz:16,pcol:16,commeau:11,pad:[19,16],maxsuccessfulev:16,extens:[2,4,16,10,11],ingest:[16,11,18,21,22],arbitrari:[16,11,12,21],thom:11,absolut:16,permiss:[16,17],oppos:[2,4,9],eric:13,differ:[2,4,9,15,16,17,11,12,13,22],localhost:[16,10],channel3:16,testfastreplai:18,unix:[4,15,16],continu:16,hadoop:[6,2,4,9,19,16,11,12,18,22],indexnam:[19,16],across:[6,16,18],checkpointbuild:2,spillabl:[14,16],testabstractlogicalnodemanag:6,foreignkei:16,warranti:17,detect:[2,16,12],csv:16,microsoft:13,thu:16,basenameheaderkei:16,solrcloud:16,claim:17,instead:[2,4,16,12,22],namespac:[4,16],whenev:16,reconfig:4,idea:[2,
 16],rufu:[13,11],div:7,click:22,earlier:16,abstractsink:22,"void":[16,22],rozhkov:11,jan:16,percent:[16,17],join:8,outdat:6,henc:16,teddybear1314:11,retain:[16,17],altern:[15,16,11,21],testthread:12,here:[16,11,22],appreci:[8,13],netbean:2,enablessl:16,xalan:19,extractor:[2,16,11,18],payload:[16,12,18,22],derek:13,"var":[16,12],"try":[2,7,4,15,19,16,12,22],thriftsink:16,channelconfigurationtyp:12,intercept:16,watch:16,latter:16,fix:[6,2,3,4,9,16,10,11,12,18,19,21],specifi:[2,4,9,19,16,10,12,18,22],zookeeperconnect:16,multiplex:[2,4,9,16,12],exponenti:[2,16,22],myprop:22,resolv:[2,16],feder:4,some:[6,2,3,7,4,16,10,12,18,19,13,21,22],syslog:[2,9,16,10,11,12,18,19,22],headerkey2:16,tunabl:11,authorship:17,softwar:[4,14,16,17,10,11,18,19,20,21,22],aris:17,negat:10,bucketclosedexcept:18,satoshi:11,remov:[6,2,7,4,9,16,10,11,12,18,19,20,21,22],myeventseri:16,too:[7,9,16,10,12,18],"break":[16,20,12],get:[6,2,7,8,15,16,11,12,18,13,21,22],pseudo:16,pseudotxnmemorychannel:16,ioexcept:2,datum:1
 6,processev:22,avgevents:16,flumeev:16,flumebatchs:16,firewal:7,concurrentmodificationexcept:19,andrew:13,silva:11,sinkselector:2,disregard:2,reload:4,prop:[4,16,12,22],example2:16,zymergen:13,utf:[16,22],hello:[16,22],keytab:[4,16,12,22],rang:16,intern:16,flumedevguid:2,incub:[6,1,9,16,12],compat:[2,4,9,14,16,11,12],val:16,rate:[16,10],executor:[4,12],underflow:16,customari:17,drive:22,demystifi:9,classpath:[6,16,10,12,22],lower:16,ivan:11,privat:[16,21,22],getsomedata:22,branch:[6,2,7,9,19,22],stoppag:17,channelexcept:[4,16],found:[6,7,15,16,11,12,21],hannel:16,sensit:16,ost:16,lai:13,pack:[3,4],tick:16,defaultincrementmetr:16,liam:11,getbodi:[19,16],redund:[16,12],getstr:22,signal:16,integ:[2,16],enhanc:[2,3,4,9,11,12],cacert:16,flow:[16,11,21,22],fromlistsepar:16,source1:16,push:[6,7,16],"abstract":9,pertain:17,ipc:22,mysink:[16,22],went:11,now:[3,7,4,16,22],represent:[16,12],safeguard:12,hook:12,estim:16,parseabl:18,fee:17,intact:16,groupid:[6,16],databrick:13,neerja:11,preserv
 eexist:16,reproduct:17,unregist:[9,18],newarraylist:22,elabor:17,app:16,alloc:12,versa:12,creat:[6,2,7,4,9,19,16,10,12,22],spoolingdirectori:10,label:[6,9],info:[6,2,4,19,16,12],encryptiontestutil:[3,4],default_failov:22,librari:[6,2,4,9,16,12,18,21,22],pdf:[4,14,16,10,18,19,20,21],alia:[4,16,18,22],httpsourc:[4,16,20],eventbuild:22,consum:[16,10,18,22],probabl:16,miscellan:9,effect:[16,22],buffer:[2,19,16,18,21,22],theodor:11,smooth:16,roshan:[13,11],onto:16,manner:[16,12],greater:16,retryinterv:16,unhand:9,substanti:[2,9,12],batch:[6,2,4,16,10,12,18,21,22],ravindran:11,certain:16,interfac:[6,9,16,17,11,22],excludeprotocol:16,where:[9,16,17,18,22],your_twitter_consumer_kei:16,embeddedagentconfigur:4,replica:[4,16],radwan:13,option:[6,2,4,19,16,10,12,18,22],wrong:[2,4,19],scalan:11,editori:17,wherev:17,basenamehead:16,els:16,componentconfigurationfactori:12,heartbeatinterv:16,term:[16,17,12],more:[6,2,7,4,9,15,16,17,11,12,21,22],replacestr:16,better:[16,11,18,22],path:[6,2,19,16,10,
 12,22],inflight:[2,4],hundr:16,receipt:2,novemb:11,json:[6,2,9,16,18,22],upgrad:[6,2,4,19,10,18,21],creation:[2,4,16,18],avroflumeev:16,read_commit:16,archiv:[5,15,12],includ:[2,3,8,4,9,15,16,17,10,11,12,18,19,22],balanc:[2,4,16,12,22],testhdfseventsink:[6,9],channelprocessor:[2,4,12,22],highlight:[7,11],objectmessag:16,avroschemaurl:16,sourcetyp:4,business_data:16,move:[6,4,9,16,10,11,22],preprocessor:16,file:[6,2,3,4,9,15,16,17,10,11,12,18,19,21,22],source2:16,total:16,hungri:16,interceptor:[2,16,10,11,12,18,19,21,22],mujumdar:13,plain:16,hard:16,call:[6,4,15,16,11,12,18,19,22],fan:16,ineffici:[19,16],want:[16,11,22],mem:16,alexand:11,subdirectori:16,sourceconfigur:[4,12],myrpcclientfacad:22,wip:[7,22],morphlinehandl:16,driven:22,launch:[16,10],translat:17,appserv:16,commonli:16,netti:[2,16],java_hom:19,propag:[16,22],exec:[4,9,16],rounddown:12,edg:[16,18],written:[2,16,17],merchant:17,order:[2,16,11,12,18,22],fit:[16,17,12],testelasticsearchlogstasheventseri:19,b7a586fc1b97:16,si
 mplifi:16,alon:17,testhbasesink:18,servic:[2,4,16,17,11,12],averag:16,ganglia:[2,4,16,18],mail:[5,8,17,11],url:[6,16,10],prefer:[7,16,17],particip:16,jpg:16,headerkey1:16,brows:8,yourkerberosrealm:16,steve:11,"public":[16,12,22],sourcef:10,apach:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22],foo_tabl:16,plugin:[6,2,4,16,10,11,12],java7:10,bzip2:16,www:[16,17],publicli:17,sammer:13,author:[16,17],give:[2,16,17],round:[19,16,10,12,22],minim:12,excludeev:16,surefir:[4,12],workload:16,random_host:16,hung:6,factor:[2,9,16],"boolean":16,kill:16,"1st":16,exercis:17,blobdeseri:16,scari:2,writabl:16,degrad:16,easili:12,eventtakeattemptcount:16,form:[16,17,11],testfilechannelencrypt:[2,3,4,19],nioclientsocketchannelfactori:16,syslogpars:19,streamset:13,subject:[16,17],common:[2,7,4,16,17,10,12,18],test:[6,2,3,4,9,16,10,11,12,18,19,20,21,22],backward:[16,11],cpu:[16,10],eat:4,licens:[6,2,4,9,15,17,12,22],kdc:[16,22],negleg:16,dedupl:16,testfilechannel:[2,19,12],pretti:16,morphlinei
 d:16,statu:[6,2,3,4,9,14,16,10,12,18,19,20,21,22],metastor:16,down:[4,16,10,12,18],beta:[6,9],relianc:16,flume_classpath:16,feel:11,providerurl:16,takafumi:11,store:[16,22],need:[6,2,8,4,19,16,10,12,18,22],flumehost1:16,hostinterceptor:16,newlin:[2,16],though:[2,16,22],ani:[7,8,4,16,17,11,12,18,22],framebuff:16,subscrib:[5,16],savevers:12,releas:[0,1,2,3,4,6,7,9,14,15,16,10,11,12,18,19,13,20,21,22],back:[6,4,16,10,22],special:[16,17,22],flumeeventavroeventseri:16,yyyi:16,defaultpartitionid:16,origin:[7,15,16,17,21,22],includepattern:[16,10],opentxn:16,lior:11,testresettablefileinputstream:19,eclips:4,appendix:17,fuel:13,actual:[4,16,10,18,22],capac:[6,2,3,4,16,22],erstwhil:7,whoschek:13,promot:2,prepend:16,whole:[16,17],connolli:[13,11],previous:[12,18,22],batchdurationmilli:16,fifti:17,capabl:[16,11,12,22],flafka:19,isn:12,client:[6,2,7,4,9,16,10,11,12,19,20,21,22],infrastructur:[6,9,12],counter_event_drain_success:16,unresolvedaddressexcept:18,union:17,sink1:[16,22],rollingfilesin
 k:[2,4,16,10],hardcod:[2,4],outag:16,string:[6,2,4,19,16,10,18,22],bridg:16,semant:[9,16,10,22],printconfig:16,further:[7,16],exceed:[16,21],frozen:7,ksh:16,regexextractorinterceptormillisseri:16,full:[2,3,4,16,11,22],caus:[6,2,4,9,16,17,10,12,18,19,20,21,22],durabl:[2,4,16,11,12,21],loadbalancingrpccli:[2,4,12,22],empti:[2,3,9,16,10,12,18],channelcount:10,mlai:13,hdfsdatastream:4,until:[2,9,16,22],aggress:16,content:[6,3,4,16,17,12,18],roll:[7,4,16,12,18],avroreflectionen:16,raci:9,flume_hom:[4,16,12],reject:[4,16],trigger:16,effici:[16,11,22],referenc:6,below:[0,16,17,11,22],mode:[2,16,10,21,22],prepar:[16,17],durablefilechannel:12,udp:[19,16,11,18,21],szabofere:13,"10th":16,carriag:16,adopt:[2,16],channels:16,might:[7,19,16,18,21],pollablesourc:[10,22],loop:16,inod:16,output:[6,2,4,19,16,12,22],connecttimeout:16,turn:16,duplic:[16,12,18],hbaseeventseri:16,evenli:16,multiport:[2,16],come:16,basi:[16,17,12,22],wal:4,filechannel:[2,3,4,19,16,12,18,21,22],dotestinflightcorrupt:4,flex
 ibl:[16,11,22],owner:17,handshak:[16,12],pick:[7,16,12],addendum:17,leverag:16,implicit:2,esamm:13,number:[6,2,4,19,16,13,22],maxbytestolog:16,field:[19,16,12,18,22],backup:[19,16,11,18,21],putal:22,tracker:4,simpli:[16,22],leasecheck:12,consumerkei:16,someproperti:16,unspecifi:16,schema:[6,16,10,11,18],searchpattern:16,securerpcclientfactori:[19,22],destinationnam:16,powershel:16,compressedstream:16,"true":[16,22],poller:12,accesstokensecret:16,tabl:[16,10,12,18],unabl:[2,19,16,10],checkpointonclos:16,pmc:13,unsubscrib:5,codebas:13,main:[6,2,7,4,15,19,10,18,22],datacent:16,irc:[9,16,18],troubleshoot:16,morphlinesink:18,done:[2,3,4,16,22],deletepolici:[4,16],unpars:16,preconfigur:16,michel:11,pgp:15,reflect:[2,16,18,22],sort:18,declar:[4,10,18,22],underperform:10,save:[2,16],javadoc:[6,4,19,16,12,21],silent:[6,12],appl:13,your:[7,15,19,16,17,11,22],termin:[6,16,17,12,22],lock:[6,2,16,18],nomin:12,beni:11,storesomedata:22,substitut:[19,16,21],hang:12,simpledateformat:19,longer:[7,16]
 ,mbean:[2,16,18],avoid:[4,16,11,22],optimist:16,bind:[6,16,17,12,22],avro_ev:16,brought:12,verbeck:13,attach:[16,17],host3:22,doclint:21,spend:16,thriftsourc:[4,16,22],registri:18,larger:[2,16,18],group:[4,16,11,22],synthet:16,dummyeventverifi:16,fqdn:16,mytop:16,chosen:[16,22],maxsiz:[16,12],lfzcarlosc:11,argument:[6,16,12],insid:[16,22],rule:[19,16,18],scribesourc:16,dep:[6,4,12],param:4,alreadi:[4,16,10,22],usabl:19,unbound:13,stabl:[1,9,16,11],brown:16,traffic:16,taildirsourc:10,arbitrarili:10,first:[6,7,4,15,16,10,11,12,18,22],cipherprovid:16,checkpointinterv:16,selector:[2,4,9,16,10,12,22],thriftlegaci:16,dpropertiesimplement:16,maintain:[7,16,11],sinker:19,avrosrc:16,add:[6,2,4,9,16,17,10,11,12,18,19,20,21,22],steven:11,background:[2,3,4],subscript:[16,21],downtim:16,solrserverexcept:16,serializ:[16,11],naik:[13,11],machin:[6,2,16,22],version:[0,1,2,3,4,6,9,14,15,16,17,10,11,12,18,19,20,21,22],fischer:11,testloadbalancingsinkprocessor:2,sinkcountermbean:16,mar:16,each:[5,2,4,
 16,17,10,11,22],fileprefix:16,avsc:16,refin:19,instruct:[2,7,4,22],instanti:16,wildi:4,thriftlegacysourc:[16,12],elasticsearchindexrequestbuilderfactori:16,left:16,off:[7,16,22],transfer:[16,17,22],maverick:9,randomli:[2,16,22],step:[16,12],incom:16,robin:[16,11,12,22],bayer:13,forev:16,eventu:16,put:[2,4,16,11,12,18,22],src:[15,19,16,20],piec:16,relev:[15,16],law:17,assum:[16,17],tweet:16,node:[6,2,4,16],priorit:16,grossli:17,finish:12,respons:[16,13,17,22],must:[2,7,4,19,16,17,12,18,22],htabl:4,com:[2,4,9,16,11,12],serd:16,parti:[16,17],releg:16,writableformat:12,typo:[6,4,19,10,18,21],logstderr:16,counter_connection_cr:16,"class":[2,7,4,16,10,12,22],transact:[6,2,3,4,9,19,16,10,12,18,22],paramet:[4,19,16,10,12,18,22],user:[0,2,3,4,5,7,9,14,16,10,11,12,18,19,20,21,22],activ:[2,7,4,16,13,11,12,22],gonzalo:11,captur:[4,16,22],util:[18,22],mcqueen:[13,11],later:[16,22],sinkgroup:16,enumer:16,slf4j:[6,12],denni:11,dev:[5,2,4,20,12],minblockreplica:16,bytesmessag:16,jce:2,hortonwork:13
 ,word:16,pleas:[0,7,8,15,19,16,11,18,22],configr:[16,22],securethriftrpccli:[19,22],collectorhost:16,end:[7,19,16,17,11,18,22],ship:[4,16,11],maxbatchs:16,gson:16,revert:10,neglig:17,featur:[0,6,2,7,4,9,16,10,11,12,18,19,21],subset:16,hbasesink:[4,16,12,18,21],scala:11,erro:2,check:[6,2,3,7,4,16,11,12,18,21,22],mention:[4,16,22],thread:[2,3,4,9,16,12,18,21,22],monitorservic:16,recent:[0,16,12],domain:16,cert:16,indirect:17,checkstyl:10,million:4,"10x":21,kafkachannel:16,simplehbaseeventseri:16,mingji:13,inherit:16,benefit:16,abil:[2,4,9,16,18,22],maximum:[16,10,21,22],inusesuffix:16,unicod:16,ted:11,morphlinehandlerimpl:[16,18],scope:6,keystorepasswordfil:16,header:[2,4,9,16,10,11,12,18,19,21,22],herebi:17,sivasubramanian:11,review:11,sure:[7,15,16],sucess:16,corpor:7,themselv:16,filippovmn:11,pass:[6,2,16,12,18,22],litig:17,outofmemori:2,contain:[0,6,4,19,16,17,12,18,22],bluetalon:13,seen:16,sriharsha:11,sub:[6,2,4,9,19,16,10,12,18],consider:[2,16],raw:[16,10],timestamp:[2,4,19,16,
 12,18,21],over:[9,16,11,22],skiptoend:16,ralph:[13,11],sequenti:[16,22],genseckei:16,tester:13,testrecoverablememorychannel:12,testfailedconnect:9,vari:[4,16],lifecycleawar:22,sixth:[14,11],charset:[4,16,22],own:[16,17,22],lose:[2,19,16,12],trackerdir:16,datastream:16,atom:[2,16],dot:12,rollcount:16,foo:[16,12],agent_nam:16,joei:11,just:[6,7,16,18,22],indemnifi:17,loleek:11,simpleasynchbaseeventseri:16,loudli:16,suitabl:16,feed:16,feb:16,interrupt:[4,18],refactor:[6,2,12,18,21],sec:16,krb5loginmodul:16,lifecyclecontrol:2,determin:[16,17],malform:[16,10,18],imag:16,rather:[6,4,15,16,12],topic:[16,10,18,21],tmp:[4,16,12,22],notwithstand:17,complex:[4,19,16],pipelin:16,broker:16,unlimit:[16,12],inetaddress:21,properti:[6,2,4,9,16,10,12,18,19,21,22],understand:16,integr:[2,4,15,16,10,11,12],parser:16,avroclicil:6,backupcheckpointdir:16,secur:[4,16,20,10,11,12,22],care:[19,16],result:[6,16,17,18],sink2:[16,22],applic:[4,16,17,11,18,22],tostr:16,evolv:13,modul:[6,4,16,10,12,22],counter_co
 nnection_clos:16,often:[9,16,18,22],face:[7,16],expos:[2,16,21],impli:17,relai:16,telnet:16,out:[6,2,7,9,16,17,10,11,18,22],strategi:[16,22],md5sum:15,flumedata:16,pluggabl:16,bloat:2,consol:16,writetimeout:18,member:13,consequenti:17,patrick:[13,11],nio:[16,22],asynchbas:[2,4,16,10,18],morphline1:16,unassign:12,expir:[4,16],right:[16,17],post:[2,16,11,22],foreign:12,s3a:21,flume_jaa:16,gettimestamp:18,level:[6,2,3,4,9,14,16,10,11,12,18,19,20,21,22],split:16,componentname2:16,logutil:[2,4],late:16,whom:17,them:[2,9,16,10,22],elasticsearchsink:[4,19,16,18],disclaim:[6,17],login:[4,16],somin:11,bump:[6,4,10,18,21],when:[2,3,7,4,9,16,10,12,18,19,21,22],dorg:16,mainli:16,reliablespoolingfileeventread:10,decis:13,serv:16,"export":[2,19,16],regular:[4,16],sequencefil:[2,16],ack:16,accept:[16,17,12,22],compil:[2,4,9,17,12,22],gener:[2,8,4,9,16,17,10,12,18,19,21,22],spread:16,broken:[6,2,16,10,12],databas:16,collector2:22,practic:16,unsupport:21,fault:[16,10,11],shutdown:[4,19,10,12,18],set
 topichead:16,jone:11,"int":[16,22],threadspools:16,send:[6,2,4,16,22],milli:[16,22],rfc:[2,16,12],host:[6,4,16,12,22],talk:[16,22],matcher:16,timeout:[6,4,19,16,10,12,18,22],svn:[7,11],collector1:22,dozen:16,suppli:[16,18],"super":16,noland:[13,11],subsystem:16,consist:[2,4,16,17,11,12],verma:11,box:16,readabl:[16,17],protoc:[2,22],obtain:[16,22],buffermaxlin:16,contenttypehead:16,netcatudp:16,testsourcecount:10,handl:[6,2,4,19,16,10,12,18,22],pipe:16,timestampinterceptor:16,week:16,caught:12,act:[16,13,17],suffici:[16,12,22],claus:[12,22],understood:22,consumeord:16,chri:11,bucketpath:[4,12],kimballa:13,protocol:[2,16,10,18,19,20,21,22],attlasian:4,signatur:[2,15,16],download:[15,16,11,22],regexfilteringinterceptor:[16,21],numprocessor:16,envvarresolverproperti:16,pre:[7,16],extrem:[10,18],getchannelprocessor:22,mina:16,backoff:[6,2,9,16,10,18,22],lifecycl:[4,12,22],tolowercas:19,regener:22,mainten:[3,20,11],pollabl:[6,10],"new":[6,2,7,4,9,16,10,11,12,18,19,21,22],independ:[4,16],p
 reserv:[16,18],cool:16,maxopenconnect:16,jsonhandl:[4,16],know:16,jonathan:[13,11],stream:[4,19,16,10,11],stronger:16,rel:16,random_bodi:16,search_replac:16,hidden:4,corrupt:[4,16,12],partial:16,snapshot:[6,4],tri:[16,12],syntax:[6,16],rpc:[6,2,4,9,16,11,12,18,19,20,22],seamless:16,asynchbasesink:[4,16,10,18,21],filter:[2,16],thriftrpcclient:22,strip:18,rat:[6,2,4,9,10,12],rc6:2,seek:4,eventdeliveryexcept:[16,22],exchang:[16,22],consumersecret:16,metanod:16,especi:16,rota:11,network:16,seq:[4,16,12],standard:[16,18,22],inform:[6,15,16,17,11],think:[7,16],insuffici:16,maxbackoffsleep:16,involv:[8,13,11],ld_library_path:2,depend:[6,2,4,16,10,12,18,19,21,22],manipul:[19,16],objectoutputstream:16,regress:11,carri:[17,22],codec:[4,16],staticinterceptor:[2,16],beyond:12,without:[2,3,4,19,16,17],unknown:[6,16],uber:6,httpreport:16,github:7,abov:[16,17,22],medium:17,countri:16,recipi:17,malfunct:17,keyalg:16,physic:16,polldelai:16,uuid:16,ps1:[19,10],canid:7,action:16,after:[6,2,4,9,16,12,1
 8,21,22],elaps:[16,22],bodytexteventseri:16,testwal:12,cloudbe:13,shut:[4,10,18],pluggag:9,identif:16,deploi:16,moment:16,ekpo:11,like:[7,9,16,10,22],charact:[16,17,10,18],conveni:[4,16,22],scan:16,plug:16,promin:17,cluster1:16,live:[16,21],testwithoutconfigurationobject:18,kafka:[19,16,10,11,21],hive:[9,19,16,10,11],isproductionmod:16,dependencymanag:4,increment:[16,18],deeter:13,agent_foo:16,increas:[4,19,16,18,22],your_twitter_access_token:16,ask:[3,4,16],readsmallestoffset:16,resum:16,testroundrobinbackofffailurerecoveri:2,runnabl:[12,22],flumeconfigur:4,risk:[16,17],blobhandl:16,robinson:13,lord:11,howev:[4,9,16,17,22],insensit:4,next:[7,16,22],async_hbas:4,entitypars:16,jceksfil:16,round_robin:[16,22],fail:[6,2,3,4,9,16,10,12,18,19,20,21,22],orderselector:[18,22],liabl:17,migrat:[9,16,10],advis:17,stratany2012:11,concurr:2,explicit:[16,10],construct:16,threw:4,metric4:16,compris:13,speed:[19,16,12],layout:[4,16,12],foobar_clust:16,connect:[2,7,4,16,12,18,22],kerberoskeytab:16,
 "43c1":16,pollingrunn:[21,22],cannot:[2,4,19,16,17,10,12,18],socketselector:18,oom:[6,19,10,21],alphanumer:16,per:[4,19,16,10],rentent:12,obviou:16,embeddeddriv:16,organ:[16,13,11],syslogtcp:[16,12],ubuntu:9,find:[2,8,16,12,18],tier:16,spooldir:[4,19,16,10,18],which:[2,3,7,4,16,17,10,11,12,18,22],easier:16,polici:[2,4,16,12],muhammad:11,maven:[6,2,9,12,18,22],log4j:[6,2,4,9,16,11,12,18,21,22],heterogen:16,useflumeeventformat:16,suit:16,asynchbaseeventseri:16,multiport_syslogtcp:16,bold:[16,22],"float":[4,18],sati:13,scheduledexecutorservic:2,india:16,todai:13,drop:[4,16],shall:[16,17],daemon:[6,3,4],jmhsieh:13,displai:[8,15,16,17],commerci:17,pwendel:13,via:[2,7,16,10,11,18,22],fromlist:16,seok:11,lionel:11,timezon:[2,16,10],among:[16,22],twitter:[16,10,18],bodi:[2,19,16,12,18,21,22],should:[6,2,3,7,4,9,15,16,10,12,18,19,20,21,22],hardwar:16,hdfswriterfactori:[6,4],world:[16,11],page:[0,7,8,15,10,11,18],side:16,lang:[2,4,21],value1:[16,22],rahul:11,hong:11,proper:[3,4,16],tend:16,"t
 hrow":[6,2,4,16,10,12,18,19,21,22],gen:4,"final":[7,16,12,22],preview:[16,10],abraham:11,hide:21,serdesepar:16,whichev:16,md5:15,nosuchmethodexcept:21,benefici:17,transit:12,shaposhnik:11,cve:19,recreat:[10,22],period:[16,18],appendnewlin:16,intention:17,tree:[7,16],februari:16,mondai:16,outsid:16,utf8:16,harm:2,mysourc:[16,22],half:16,unsafemod:16,bruce:13,encapsul:[16,22],lookup:[6,16],linear:7,maxtimeout:16,email:[16,13],clusternam:16,directli:[16,12,22],customiz:16,batchtimeout:16,exclus:17,royalti:17,fffd:16,jcek:16,cameron:11,success:[16,13,22],defin:[9,16,17,10],keytool:16,neg:2,channel:[6,2,3,4,9,14,16,10,11,12,18,19,21,22],binari:[2,4,15,16,11,12],scale:16,protobuf:[4,18],retriev:[16,22],avro:[6,2,4,9,16,10,11,12,18,20,22],facebook:16,excel:16,bound:16,idl:[2,4,16],offset:[16,10,21],pedro:11,bucket:[2,4,16,12,18],tomcat:21,dskiptest:22,tuesdai:16,juno:4,learn:16,"null":[2,9,19,16,12,18,21,22],myagent:22,metadata:[6,3,16],cell:16,again:16,herbet:11,mirror:[7,15,18],serializa
 tionexcept:16,much:[16,11,22],contextu:16,caution:16,byteoffset:16,usekeytab:16,metric2:16,small:21,make:[6,2,3,7,4,9,15,16,17,10,11,12,18,19,13,22],syslogudpsourc:[16,18],defend:17,grant:[16,17,11],provis:16,nettyserv:4,millisecond:[16,22],morphlinefil:16,counter_batch_complet:16,migratezookeeperoffset:16,persist:[4,16],isol:16,outcom:16,incorpor:17,commitonbatch:16,schedul:[16,12],value2:16,lost:[9,16],orc:16,convers:[17,12],pair:[16,22],illegalaccesserror:19,your_twitter_consumer_secret:16,"4th":16,hdfssequencefil:10,trace:16,posit:[3,4,16],bacon:11,tristan:11,testhdf:18,extern:[16,22],nullsink:[2,16],exhaust:22,upper:16,cluster:[4,16,18],backoffsleepincr:16,nanotim:12,rotat:16,travel:16,recover:[2,4,16,12],peter:11,necessarili:17,project:[2,3,4,5,6,7,8,14,16,10,11,12,18,19,13,20,21,22],nextiva:13,loadbalancingsinkprocessor:[2,16,22],straighten:9,antrun:2,connectionfactori:[4,16],spool:[2,4,19,16,10,11,18],porthead:16,restart:[16,12],filegroupnam:16,flag:[16,18],anonym:7,reduc:[6
 ,16,18],perci:[13,11],along:[2,7,9,16,17,12],comput:[16,17,10],horrock:11,spill:11,direct:[6,19,16,13,17],repositori:[7,9,15,16,10,22],indextyp:16,doesn:[6,2,4,19,16,10,12,18,22],delimit:16,exactli:22,sinktyp:4,outofmemoryexcept:10,random_datanod:16,test2:[16,22],monitor:[4,16,11,21],seri:16,visit:[8,11],burst:16,keystorepassword:16,oldest:[16,18],achiev:[16,22],sei:[13,11],exist:[2,4,9,16,12,18,22],inact:[2,16,22],hdf:[6,2,4,16,10,11,12,18,19,21,22],zkhost1:16,encrypt:[2,3,4,16,11],spoolingdir:19,flumeuserguid:[4,10,12],lot:16,incident:17,tailsourc:16,pollablesink:9,processor:[4,19,16,12,22],ipfilt:[19,16],produc:[16,10,12],incur:17,irrevoc:17,retri:[2,16,12,18],account:[19,16],reach:[2,16],localdomain:16,target:[4,16,10,12,21,22],taken:16,testhttpsourc:[4,20],immut:16,accord:16,cover:16,"return":[2,9,19,16,10,18,22],gettyp:16,closetri:[19,16],keypassword:16,icol:16,eventseri:[2,16],realm:18,data:[6,2,4,16,10,11,12,18,19,13,21,22],ignor:[6,2,16,18,22],locat:[15,16],modifi:[2,19,16,
 17],complain:4,scheme:16,closur:18,consid:[6,2,3,8,9,16,12,22],fulli:16,safeti:12,templat:[9,19,16],lexicograph:16,wai:[4,16,12,18,22],avrosink:[16,12,22],embeddedag:[4,22],share:[4,16,17,18],abay:13,writeposinterv:16,simpl:[2,4,19,16,11],overlap:16,bytearrayoutputstream:16,incomplet:[6,3,4],mistak:[10,18],hari:[13,11],sublicens:17,permit:21,alten:11,jarek:11,dump:2,config:[6,2,7,4,9,19,16,10,12,18,21],usernam:16,jre:16,herrero:11,elips:2,junit:21,fqcn:[4,16,22],"2gb":16,violat:[4,16],consecut:[19,16],rigo:11,grover:11,gettransact:[2,10,22],name:[5,6,2,4,9,16,17,10,18,19,13,22],keyprovid:[2,16],onc:[2,7,16,22],getlog:[2,4],revers:12,ton:2,bogdanov:11,eleventh:[11,21],uncaught:[2,12],gangliaserv:16,versioninfo:2,sporad:18,mola:11,thead:12,grammar:18,limit:[2,19,16,17,22],epic:6,conflict:16,script:[6,2,4,9,19,16,10,12,18],unrespons:[16,22],jndi:16,neither:22,damag:17,successfulli:[4,16],read_uncommit:16,henk:11,workerthread:16,format:[2,16,12,22],error:[6,2,3,7,4,16,10,12,18,19,21,22]
 ,maxreadbufferbyt:[19,16],eventtakesuccesscount:16,"_attachment_bodi":16,xml:[2,4,16,10,22],asynchron:[16,12,22],readi:[6,2,3,4,14,16,10,11,12,18,19,20,21,22],typetoken:16,ttl:[16,18],exhaus:19,oper:[6,4,16,12,22],zookeeperquorum:16,jmssourc:[4,16],curat:19,logfil:2,alexandr:11,rawdata:16,enough:[4,16],minimumrequiredspac:[4,16],feedback:[8,11],nitin:11,init:[16,12,22],previous_releas:15,constru:17,resettableinputstream:4,minut:16,resembl:16,befor:[6,2,4,16,10,12,18,21],genericconnectionfactori:16,legaci:[3,4,9,16],propertyfileconfigurationprovid:6,flakei:18,backslash:16,primarili:[3,16,11],readm:[6,2],supervisor:[4,12],stabil:2,metric:[2,4,19,16,12,18,21],jeff:11,collaps:9,coalesc:[4,16,18],herein:17,defaultsinkprocessor:[16,21],best:[16,11,12],goe:[4,16],could:[2,4,16],christoph:11,conawai:11,discard:16,testreliablespoolingfileeventread:[19,10],becom:[16,22],evalu:16,occasion:10,four:11,regist:[6,16,10,18],supersed:17,oblig:17,dflume:16,memchannel:16,comparableflumeeventpoint:2,in
 dexrequestbuild:4,bulk:16,configur:[6,2,3,7,4,9,16,17,10,11,12,18,19,20,21,22],blacklist:[16,22],hegedu:11,bring:[2,10,22],logstash:16,read:[7,4,15,19,16,10,11,12],sslv3:[16,20,11],miklo:11,nagi:11,doap:19,asc:15,filetyp:[16,12],privileg:[19,16],distinguish:2,headerkei:16,zkhost:16,debug:[2,16,21],decor:12,secret:16,typename1:16,file_rol:[2,16,12],abstractsourc:[4,22],execut:[4,16,17,18,21,22],help:[6,8,4,16,11,12],"4199acff":15,dataset:[14,19,16,11,18],getinteg:16,env:[9,19,16,12],useip:16,maxfiles:16,variou:[6,2,4,16],merg:7,quot:16,wendel:[13,11],intermit:18,certif:16,prevent:19,touppercas:19,everyon:7,announc:11,rfc5280:16,jmx:[2,4,19,16,11,12,18,21],easi:16,spoolingfilelineread:2,esco:11,ircsink:16,irrecover:18,misspel:12,unus:[9,19,16,18],even:[2,8,4,19,16,17,11,12],hosthead:16,month:[16,11],overcom:16,dtest:22,mperci:13,legal:17,regex_extractor:16,mere:17,submiss:[13,17],morphlineinterceptor:[16,18],theori:17,confirm:16,opt:[2,18],downstream:[16,12,22],cyberag:13,anywai:16,ev
 entvalitor:16,txnsperbatchask:16,brokerlist:16,decodeerrorpolici:16,can:[6,2,3,7,4,9,15,16,10,11,12,18,19,21,22],max:[16,12,22],unneed:[2,10],peform:16,testjsonfileconfigurationprovid:6,pars:[2,4,19,16,12],testavrosink:9,test1:[16,22],object:[6,2,4,16,17,11,18,22],treat:16,encount:[16,21],testsyslogudpsourc:10,compon:[6,2,4,9,19,16,11,12,22],conjunct:16,becchi:11,ahm:13,design:[2,16,17],readbuffers:16,durablesubscriptionnam:16,avroclicli:[6,12],channelselectorfactori:12,ahead:2,revis:17,clone:[7,22],sever:[6,3,7,4,9,16,11],invoc:16,offer:[16,17],checkpoint:[2,3,4,19,16,11,12,18,21],vulner:19,due:[6,2,19,16,12,18,21,22],latest:[2,7,16],spawn:[9,16],removeoldlog:19,upload:16,becaus:[3,4,16,12,22],"10k":2,counter_batch_underflow:16,invalid:[16,12,18],mousseau:11,both:[7,16,22],three:16,huge:[16,10],behalf:17,discuss:[16,17],unrecover:16,address:[2,7,16,21],chatti:6,avrolegaci:16,tar:15,maxopenfil:16,rolltimerpools:16,furthermor:16,major:[16,22],mvn:[4,12,18,21,22],thei:[6,2,4,16,12,22]
 ,spooldirectorysourc:[4,16,10],avroweb:16,pool:[16,12],fsync:[4,18],transactioncapac:[16,18],jaa:16,recoverablememorychannel:12,really_random_bodi:16,rpcclientconfigurationconst:22,decid:[7,16],minor:[4,16,10,18],intermedi:16,instani:2,netcatsourc:[16,10,21],neutral:[3,4],equal:[2,16],abnorm:16,alter:16,hostnam:[4,16,18,22],wise:16,juhani:[13,11],higher:16,jdk:[3,4,19,20,10,21],transform:[16,17],acknowledg:16,chan:16,wait:[6,16,12,22],api:[6,2,3,4,9,14,16,10,11,12,18,19,20,21,22],high:[2,3,4,16,10],cwiki:8,process:[6,2,7,4,9,19,16,11,22],cmd:[16,18],abstractavroeventseri:[16,12],password:[2,16],venkatesh:11,anyth:16,vanderbilt:13,program:15,niccolo:11,maxtotalev:[2,16],"short":[2,16,10,18],task:[6,2,4,9,19,16,10,12,21],aggreg:[16,11,18,22],cleaner:2,schemaurl:16,startup:[19,16,12,18],malaska:11,spillablememorychannel:[10,21],starv:4,directori:[6,2,3,4,9,15,16,10,11,12,18,19],host2:22,rollcurrentfil:10,notic:[6,17],window:[4,19,16,10,12,18],hdfsformatterfactori:[6,4],jvm:[16,10,22],a
 lias:22,linger:16,media:[16,17],thrift:[6,3,4,9,19,16,10,11,12,22],metricvalue4:16,stoptim:16,ehsan:11,mychannelselector:16,listen:[16,21,22],eventtostag:22,fieldnam:16,headernam:16,work:[2,7,4,9,16,17,10,12,18,19,21],man:16,znodepar:16,control:[16,17],inuseprefix:16,sourcecount:21,stage:[16,22],sampl:[16,12,18,22],los_angel:16,present:[16,12],sha1:15,componentname1:16,hdfseventsink:[2,4,9,19,16,12,21,22],type:[6,2,4,19,16,17,12,18,22],essenti:[15,16],correct:[16,12,18],roundunit:16,font:16,kafkasourc:[19,16,10],thr:16,codecpool:19,tenth:[10,11],impala:16,had:18,genericrecord:16,indic:[16,17],standalon:12,jackson:21,fifth:[11,18],quick:16,predict:12,look:16,arrai:[2,16,22],keep:[7,16,11],implement:[6,2,3,4,9,16,10,11,12,22],asf:[6,2,7,22],"while":[2,16,17,10,11,18,13,22],our:[7,8,15,11],trip:16,guidelin:[9,16],decarlo:11,you:[7,8,15,16,17,22],stop:[2,4,19,16,10,12,18,22],problem:[7,8,4,19,16,11],shang:11,regard:[2,17],particular:[16,17],pri:16,iijima:11,simultan:16,basenam:16,system
 :[2,3,4,9,19,16,17,12,18,22],decod:16,appear:[16,17,10,18],sysprop:16,time:[6,2,4,16,10,12,18,19,21,22],accepthead:16,lorenz:11,checkpointrebuild:[2,4],flush:[4,19,16,12,21],khandelw:11,tue:16,testthreadedappend:12,deliv:[16,22],meant:[7,16,11,22],list:[5,2,7,8,4,15,16,17,11,12,19,22],pollablesourcerunn:[2,22],careless:16,pinto:11,conform:16,allow:[2,4,16,10,11,12,18,19,20,21,22],nc_port:16,recommend:16,fourth:[4,11],deflat:16,keysiz:16,tcp:[2,19,16,11,21],mechan:[2,4,16,17,11,22],intend:16,submodul:[9,12],datetim:10,queri:[16,12],exit:[19,16,12],choic:16,licensor:17,idlogfilemap:19,fsdataoutputstream:19,usr:16,report:[2,8,16,11,12,18],failoversinkprocessor:[16,12],sizevalid:16,prasadm:13,textual:16,thousand:16,child:2,miss:[6,2,4,9,16,10,12,18,19,21,22],tika:16,sometim:12,en_u:19,exampl:[2,7,4,14,16,17,10,12,19,21,22],flume:[0,1,2,3,4,5,6,7,8,9,14,15,16,10,11,12,18,19,20,21,22],maxbloblength:16,incrementconnectioncreatedcount:16,less:[4,16],artifact:[6,2,4,16,12],absorb:16,disabl:[
 2,4,16,20,11,12,18,22],channelconfigur:12,prabhakar:13,bigtop:[11,12],favour:16,serial:[2,4,19,16,12,22],unclear:2,ericsson:13,zeylig:11,resid:22,sravya:11,nativ:[4,16,18],jaroslav:13,parametr:4,summari:16,receiv:[4,16,17,22],region:16,environ:[9,19,16,11,12,21],config_client_typ:22,rc4:2,failur:[6,2,4,9,16,17,10,12,18,21,22],quorum:16,simpleev:22,auth:[16,22],built:[2,14,19,16,11,22],syslogudp:16,formatt:4,folder:12,greatli:13,social:16,"function":[2,9,16,12],auspic:11,univers:[16,13],maxunderrepl:[4,18],brucem:13,except:[6,2,4,9,16,17,10,12,18,19,21,22],mount:16,mime:16,verif:16,syncabl:16,"bal\u00e1z":[13,11],dissimilar:16,redeliveri:16,sinkcallback:21,dist:[6,4,12],juli:11,littl:7,metric1:16,sinkrunn:[9,21,22],overriden:16,typename2:16,most:[0,16],counterclaim:17,rpcclientfactori:22,zip:[12,18],let:16,reconfigur:[9,16,12,18],anoth:[16,22],primari:16,thing:16,codecfactori:16,team:[13,10,11],overflow:16,leasemanag:21,master:7,flume_java_opt:18,third:[3,16,17,11],chang:[6,2,3,4,9,1
 4,16,17,10,11,12,18,19,20,21],uselocaltimestamp:16,kafkasourcecount:10,known:[16,12],search:[2,19,16,10,11],logger:[4,9,19,16,21,22],authent:[19,16,11,21,22],deadlock:[4,12,18],prasad:13,experi:16,scenario:[16,18],perform:[3,4,19,16,17,10,11,21],sync:[2,19,16,10,12,18],dir:[16,10,18],firehos:16,fill:[2,16,11],pkcs12:16,basic:[9,12],suggest:13,other:[6,2,4,9,16,17,11,12,18,19,13,22],zero:[2,4,19,16],enter:[4,16,12,18],monitoredcountergroup:[2,16,18],indemn:17,home:16,cherri:7,keypass:16,watcher:19,calltimeout:[16,12],sens:[16,22],flaki:[2,19,10,21],testversioninfo:4,filenotfound:10,trim:[2,19],unexpectedli:18,bash:16,saito:11,gued:11,lazysimpleserd:16,depric:[9,12],ibm:[3,4,19,20],backtrack:16,non:[6,7,4,16,17,10,12,18],nice:[2,12],abl:[4,16,20,10,18],equival:16,metricvalue3:16,mitchen:13,blob:16,plan:16,cloudera:[9,13,12],ping:[16,11],audit:6,degener:22,under:[9,15,16,17,11,12,18,22],repeatable_read:16,model:[16,11,22],framework:[21,22],random:[16,12,22],spinthreadscrazili:18,jcefil
 ekeyprovid:16,made:[7,16,17],mangl:[6,16],english:19,wrap:[16,21,22],tarbal:[2,4,20,22],subsequ:[16,17],multiplexingchannelselector:16,former:16,solr:[4,16,11,18],wiki:[8,4,18],contributori:17,conspicu:17,coupl:16,jira:[8,16],assign:[16,10],runtim:[16,12],enforc:12,rawlocalfilesystem:4,modif:[16,17,18],been:[0,5,2,16,17,11],instal:[3,4,16,18,22],hunt:13,interv:[6,4,16,12,18],insert:[4,19,16,18],overkil:16,whether:[16,17,22],cach:[4,16],tirukkovalur:11,power:[16,17],meetup:11,comparison:6,digit:16,introduct:[16,22],appli:[16,17,22],disconnect:22,testbucketpath:19,erial:16,testreplaysucceedswithunusedemptylogmetadatafastreplai:4,phunt:13,"8fad":16,setproperti:22,znode:16,free:[3,16,17,11],log:[6,2,3,7,4,9,16,10,11,12,18,19,21,22],"case":[6,2,7,4,19,16,12,22],ietf:16,sinkconfigur:12,relat:[2,7,9,19,16,12,22],race:[2,3,4,19,12],simpler:16,explicitli:[17,22],idletimeout:16,cecho:[13,11],rollinterv:[16,12],hop:[16,22],despit:16,gent:16,elimin:4,msg:16,deni:16,overload:22,flumeeventqueu:[4
 ,18],element:16,ref:7,lzop:[4,16],therefor:16,txneventmax:2,updat:[6,2,7,4,9,16,10,11,12,18,19,21,22],chain:16,pull:[2,7,4,19,16,12],appendbatch:[18,22],securityexcept:21,barsourc:2,birchal:11,allowtopicoverrid:16,dmaxsiz:16,bessenyei:[13,11],otherwis:[7,16,17],critic:16,"byte":[2,19,16,12,22],guid:[0,6,2,3,4,9,14,16,10,12,18,19,20,21,22],last:16,bifurc:16,unreleas:0,cast:6,immedi:[7,4,16],launcher:6,incrementmetr:16,textmessag:16,hoschek:[13,11],agreement:17,latenc:16,casbon:11,counter_event_drain_attempt:16,kind:[16,17,11],logic:[16,12],loadbalancingselector:16,boilerpl:9,current:[1,7,16,22],recoverableexceptionclass:16,question:[6,16,11,21],detail:[2,7,16,18,22],weblog:16,extra:[16,12],testspoolingfilelineread:10,tie:16,avrolegacysourc:16,loglevel:16,"2xx":16,all:[2,7,8,9,15,16,17,11,12,18,19,13,20,22],mykeyprovid:16,userguid:[4,18],input:[4,16,10,22],faster:[2,16,11,12],valuabl:13,definit:[17,12],filegroup:16,upon:[2,4,16],sent:[2,16,17,22],transport:[4,16,11],keystor:[4,16],los
 s:[16,17,21],web:[2,7,16,22],recov:[3,4,16,12,18],simon:[13,11],foundat:[16,22],rc5:2,groundwork:21,queue:[2,19,16,12,18],jssecacert:16,dai:16,either:[16,17,22],necess:2,mycipherprovid:16,callback:[4,10,22],urbina:11,testbucketwrit:21,webpag:16,forward:[7,16,22],frequenc:16,asia:16,syslogag:10,chen:11,cat:16,txntype:16,five:16,tlp:[2,4,14,19,20,10,18,21],gain:16,attempt:[4,19,16,22],respositori:22,precompil:2,jar:[6,2,4,19,16,12,22],around:[4,11,12],audienc:2,almost:11,drain:16,log4jappend:[2,4,16,18,21],resthandl:16,your_twitter_access_token_secret:16,kei:[2,4,15,19,16,10,12,22],constitut:[16,17],embed:[4,19,16,11,22],async:[2,19,10,12],accompani:22,prioriti:[16,12,18],statement:17,instrument:[6,16],magnitud:16,getdefaultinst:22,deliveri:[16,22],index:[6,19,16,18],decemb:11,rebuild:22,syslogtcpsourc:[16,10,22],follow:[7,9,16,13,17,12,22],rout:16,nano:16,elast:[2,11],testhdfseventsinkonminiclust:21,versu:12,misclassifi:16,welcom:11,everyth:16,arraylistmultimap:16,edward:11,regexhbas
 eeventseri:[4,16,21],affect:16,noth:17,begin:[16,12,22],propos:2,load:[2,4,9,19,16,12,18,22],close:[6,2,4,16,10,12,18,19,21,22],khattar:11,comma:16,thrown:[2,16,12],israel:11,sdk:[2,9,16,12,22],complet:[6,4,16,18],"4xx":16,fileheaderkei:16,commun:[16,17,11,12,22],expert:16,outofmemoryerror:10,taildir_posit:16,refer:[6,2,9,16],tempor:16,splitlin:16,ninth:[19,11],heavi:16,real:16,tort:17,duti:16,thriftsecurerpccli:22,run:[2,4,16,10,12,22],snappi:[16,12,21],sink:[6,2,4,9,14,16,10,11,12,18,19,20,21,22],stress:[2,16,11,12],have:[0,5,2,3,7,4,19,16,13,17,12,22],metric3:16,decrypt:2,take:[6,2,19,16,12,18,22],safe:[2,4,9,16,22],totalev:16,"don\u00e1t":[13,11],tell:16,morphlin:[4,16,18],strict:[16,21],space:[3,19,16,18,22],separ:[6,2,4,9,16,17,12,22],storetyp:16,adorn:18,copi:[7,16,17,12],channelcapac:16,categori:18,execsourc:[6,4,19,16,12,21,22],packet:16,git:[2,7,11,22],submitt:16,mapdb:18,vendor:16,elasticsearch:[2,4,19,16,11,18],guava:[2,16,18],smallest:16,toler:[16,10,11],lazi:16,were:[2
 ,16,11,12],multipl:[6,2,4,19,16,10,18,22],delet:[3,4,19,16,18],endpoint:16,tom:11,smith:11,collect:[2,16,10,11,12,21,22],enabl:[6,2,4,19,16,20,10,18,22],storekei:16,maxiowork:16,etc:[4,16,12],mychannel:16,singl:[2,4,9,16,22],appsrv:16,chintalapani:11,alin:11,base:[6,2,4,15,16,17,11,12,18,19,22],associ:[16,17,22],calul:16,rgoer:13,elasticsearchlogstasheventseri:16,phdata:13,experiment:16,itself:[16,18],webdata:16,lucen:16,datadir:[16,18],link:[5,7,15,16,17,11,12],testlog:[4,19],buffermaxlinelength:16,proxyus:16,goodwil:17,reason:[16,17],block:[6,7,4,16,20,12],nerdynick:13,sasl:16,track:[8,19,16,17],absent:2,camel:19,"default":[6,4,9,15,16,10,12,18,19,21,22],agre:17,sfwriter:18,zookeep:[19,16],pathmanag:16,pollfrequ:16,testfilechannelrestart:10,skip:[16,10,21,22],possibl:[4,9,16,17,10,11,22],arg:[18,22],loadbalanc:22,patent:17,harmless:17,clear:[2,16,21],against:[6,2,16,17,11,22],eventdeseri:16,tinawenqiao:11,institut:17,capabilti:12,peopl:[13,11],contrib:[2,4],myeventvalid:16,value3:
 16,clean:[6,4,9,12,22],assert:17,see:[0,15,16,22],failurepolici:16,hbase_hom:12,rollback:[6,2,16,22],cachepatternmatch:[16,10],bad:[2,3,4,12],sampledata:22,jun:11,quit:22,nullpointerexcept:[6,9,10,12,21],verbos:12,popular:16,overflowcapac:16,keystorefil:16,sai:[7,4,16,10,12,18],deseri:[4,16],contributor:[13,17],hash:[7,16],partitionidhead:16,testelasticsearchrestcli:19,algorithm:16,scalabl:[16,18],avroeventseri:[16,10],qualifi:[4,16],daniel:11,idlefutur:18,replaceal:16,testmonitoredcountergroup:[2,18],exclud:[6,4,16,17,10,12,22],hour:[7,16,22],descript:[19,16,22],henri:13,lead:[6,2,16,10,21],immmedi:22,sslv2hello:[20,10],request:[4,16,12,22],roup:16,disallow:2,entir:16,mac:4,maxbackoff:[16,22],testeventqueuebackingstorefactori:4,overflowtimeout:16,patch:[7,13,10,11],nettyavrorpccli:[4,16,20,18,22],eighth:[20,11],rpcclient:[4,12,22],six:11,ensur:[16,12,22],reus:16,match:[16,22],cost:16,server:[2,3,4,15,16,12,22],testdateformathour:19,potenti:[16,22],superclass:22,surround:16,america:
 16,npe:[2,3,4,19,10,12,18],paul:11,valid:[16,12,22],thereof:17,size:[2,4,19,16,12,22],abstractsinkselector:16,usedualcheckpoint:16,mqserver:16,uri:16,multiportsyslogtcp:18,kimbal:13,obselet:16,tune:16,holoman:11,correspond:[4,9,16,22],map:[2,16,18,21,22],visibl:16,deriv:17,subvers:7,sell:17,publish:[2,16],sourc:[2,3,4,6,7,8,9,15,16,17,10,11,12,18,19,13,20,21,22],from:[6,2,7,4,9,15,16,17,10,11,12,18,19,21,22],combin:[16,17],clientid:16,analyt:11,createdurablesubscript:16,csanadi:11,plant:16,zeno:11,splitchar:16,fromjson:16,events:16,default_loadbal:22,compli:17,jmsourc:4,older:[2,16],encypt:16,jdbc:[6,16,12],splunk:13,getthriftinst:22,slow:[2,16,10],frequent:16,liabil:17,websit:[2,10],low:16,"char":[16,12],metricvalue2:16,perpetu:17,mysecurerpcclientfacad:22,java:[2,4,9,16,10,12,18,20,21,22],sinkcount:16,sargisson:11,multi:[16,11,21,22],kafkacli:16,kite:[19,16,11,18],http:[2,7,8,4,15,16,17,10,11,18,20,22],spillablememori:16,stagedinstal:18,auto:[19,16],everi:[2,4,16,12,18,21,22],metr
 icvalue1:16,numer:[4,16],"transient":16,worker:[2,3,4,16,18],roman:11,alongsid:17,approv:12,ppc64le:21,handlerclass:16,factori:[9,16],june:16,taildir:[16,10,11,21],testnetcatsourc:2,dutra:11,disk:[2,3,4,16,11],kibana:16,spoolingdirectorysourc:4,unavail:16,reorder:16,paramt:16,pollingsourcerunn:9,miniclust:18,misc:6,consolid:16,jsonev:[2,19,16],accur:12,agent:[2,4,16,10,11,12,18,19,21,22],sign:[15,16],noclassdeffounderror:12,behav:16,condit:[2,3,4,19,16,17,12],channel2:16,restor:[16,12,21],middl:16,happen:[16,12,18,21,22],tier1:16,evolut:16,stringseri:16,intermitt:[3,4,19,16],apaliw:13,fals:[16,10,22],regexextractorinterceptorseri:16,liter:16,jsonserd:16,bytebuff:12,compresseddatastream:4,commit:[5,6,2,7,4,16,10,11,12,19,21,22],multiportsyslogtcpsourc:[2,16],changelog:[6,2],reset:[4,16,18,21],browser:15,devnot:6},filenames:["documentation","releases/index","releases/1.3.0","releases/1.3.1","releases/1.4.0","mailinglists","releases/1.0.0","source","getinvolved","releases/1.1.0","relea
 ses/1.7.0","index","releases/1.2.0","team","releases/1.5.0.1","download","FlumeUserGuide","license","releases/1.5.0","releases/1.6.0","releases/1.5.2","releases/1.8.0","FlumeDeveloperGuide"],titles:["Documentation","Releases","Version 1.3.0","Version 1.3.1","Version 1.4.0","Mailing lists","Version 1.0.0 - Incubating","Source Repository","How to Get Involved","Version 1.1.0 - Incubating","Version 1.7.0","Welcome to Apache Flume","Version 1.2.0","Team","Version 1.5.0.1","Download","Flume 1.8.0 User Guide","Apache License","Version 1.5.0","Version 1.6.0","Version 1.5.2","Version 1.8.0","Flume 1.8.0 Developer Guide"],objnames:{},objects:{},objtypes:{}})
\ No newline at end of file

[... 3 lines stripped ...]
Modified: websites/staging/flume/trunk/content/source.html
==============================================================================
--- websites/staging/flume/trunk/content/source.html (original)
+++ websites/staging/flume/trunk/content/source.html Tue Jan  8 13:13:55 2019
@@ -36,6 +36,7 @@
         <div class="logo">
           <a href="index.html">
             <img class="logo" src="_static/flume-logo.png" alt="Logo"/>
+          </a>
         </div>
       </td>
       <td width="2%">
@@ -161,7 +162,7 @@ the source code.</p>
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
     <li><a href="https://builds.apache.org/job/flume-trunk/">Jenkins Continuous Integration Server</a></li>
-    <li><a href="https://analysis.apache.org/">Sonar Code Quality Reports</a</li>
+    <li><a href="https://builds.apache.org/analysis/">Sonar Code Quality Reports</a></li>
 </ul>
 
 <h3>Apache</h3>
@@ -181,7 +182,7 @@ the source code.</p>
       <div class="clearer"></div>
     </div>
 <div class="footer">
-    &copy; Copyright 2009-2018 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
+    &copy; Copyright 2009-2019 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
 </div>
   </body>
 </html>
\ No newline at end of file

Modified: websites/staging/flume/trunk/content/team.html
==============================================================================
--- websites/staging/flume/trunk/content/team.html (original)
+++ websites/staging/flume/trunk/content/team.html Tue Jan  8 13:13:55 2019
@@ -36,6 +36,7 @@
         <div class="logo">
           <a href="index.html">
             <img class="logo" src="_static/flume-logo.png" alt="Logo"/>
+          </a>
         </div>
       </td>
       <td width="2%">
@@ -295,7 +296,7 @@ to the project are greatly appreciated.<
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME">Flume Wiki</a></li>
     <li><a href="http://cwiki.apache.org/confluence/display/FLUME/Getting+Started">Getting Started Guide</a></li>
     <li><a href="https://builds.apache.org/job/flume-trunk/">Jenkins Continuous Integration Server</a></li>
-    <li><a href="https://analysis.apache.org/">Sonar Code Quality Reports</a</li>
+    <li><a href="https://builds.apache.org/analysis/">Sonar Code Quality Reports</a></li>
 </ul>
 
 <h3>Apache</h3>
@@ -315,7 +316,7 @@ to the project are greatly appreciated.<
       <div class="clearer"></div>
     </div>
 <div class="footer">
-    &copy; Copyright 2009-2018 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
+    &copy; Copyright 2009-2019 The Apache Software Foundation. Apache Flume, Flume, Apache, the Apache feather logo, and the Apache Flume project logo are trademarks of The Apache Software Foundation..
 </div>
   </body>
 </html>
\ No newline at end of file