This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flume-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 056297b0 Fix typo
056297b0 is described below
commit 056297b00b631d8545f1ec2b685c93761a94c542
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Apr 30 13:21:16 2023 -0700
Fix typo
---
content/.doctrees/FlumeUserGuide.doctree | Bin 2997298 -> 3023183 bytes
content/.doctrees/environment.pickle | Bin 212390 -> 212447 bytes
content/FlumeUserGuide.html | 122 ++++++++++++++++++++++---------
content/_sources/FlumeUserGuide.txt | 2 +-
content/searchindex.js | 2 +-
source/sphinx/FlumeUserGuide.rst | 2 +-
6 files changed, 92 insertions(+), 36 deletions(-)
diff --git a/content/.doctrees/FlumeUserGuide.doctree
b/content/.doctrees/FlumeUserGuide.doctree
index 5848f59d..a0762150 100644
Binary files a/content/.doctrees/FlumeUserGuide.doctree and
b/content/.doctrees/FlumeUserGuide.doctree differ
diff --git a/content/.doctrees/environment.pickle
b/content/.doctrees/environment.pickle
index 7a99b076..df9ea5f2 100644
Binary files a/content/.doctrees/environment.pickle and
b/content/.doctrees/environment.pickle differ
diff --git a/content/FlumeUserGuide.html b/content/FlumeUserGuide.html
index faf32107..ed5c4652 100644
--- a/content/FlumeUserGuide.html
+++ b/content/FlumeUserGuide.html
@@ -7944,39 +7944,95 @@ source code of the components.</p>
</div>
<div class="section" id="sinks-1">
<h4>Sinks 1<a class="headerlink" href="#sinks-1" title="Permalink to this
headline">¶</a></h4>
-<div class="system-message">
-<p class="system-message-title">System Message: ERROR/3 (<tt
class="docutils">/Users/rgoers/projects/apache/flume/flume-site/source/sphinx/FlumeUserGuide.rst</tt>,
line 5331)</p>
-<p>Malformed table.</p>
-<div class="highlight-none"><div
class="highlight"><pre>+------------------------+-------------+------------+-------+--------+
-| | Avro/Thrift | AsyncHBase | HBase | HBase2 |
-+------------------------+-------------+------------+-------+--------+-
-| BatchCompleteCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| BatchEmptyCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| BatchUnderflowCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| ChannelReadFail | x | | | x |
-+------------------------+-------------+------------+-------+--------+
-| ConnectionClosedCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| ConnectionCreatedCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| ConnectionFailedCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| EventDrainAttemptCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| EventDrainSuccessCount | x | x | x | x |
-+------------------------+-------------+------------+-------+--------+
-| EventWriteFail | x | | | x |
-+------------------------+-------------+------------+-------+--------+
-| KafkaEventSendTimer | | | | |
-+------------------------+-------------+------------+-------+--------+
-| RollbackCount | | | | |
-+------------------------+-------------+------------+-------+--------+
-</pre></div>
-</div>
-</div>
+<table border="1" class="docutils">
+<colgroup>
+<col width="38%" />
+<col width="20%" />
+<col width="19%" />
+<col width="11%" />
+<col width="13%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td> </td>
+<td>Avro/Thrift</td>
+<td>AsyncHBase</td>
+<td>HBase</td>
+<td>HBase2</td>
+</tr>
+<tr class="row-even"><td>BatchCompleteCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-odd"><td>BatchEmptyCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-even"><td>BatchUnderflowCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-odd"><td>ChannelReadFail</td>
+<td>x</td>
+<td> </td>
+<td> </td>
+<td>x</td>
+</tr>
+<tr class="row-even"><td>ConnectionClosedCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-odd"><td>ConnectionCreatedCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-even"><td>ConnectionFailedCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-odd"><td>EventDrainAttemptCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-even"><td>EventDrainSuccessCount</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+<td>x</td>
+</tr>
+<tr class="row-odd"><td>EventWriteFail</td>
+<td>x</td>
+<td> </td>
+<td> </td>
+<td>x</td>
+</tr>
+<tr class="row-even"><td>KafkaEventSendTimer</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+</tr>
+<tr class="row-odd"><td>RollbackCount</td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+</tr>
+</tbody>
+</table>
</div>
<div class="section" id="sinks-2">
<h4>Sinks 2<a class="headerlink" href="#sinks-2" title="Permalink to this
headline">¶</a></h4>
diff --git a/content/_sources/FlumeUserGuide.txt
b/content/_sources/FlumeUserGuide.txt
index ea420a6b..18626ccc 100644
--- a/content/_sources/FlumeUserGuide.txt
+++ b/content/_sources/FlumeUserGuide.txt
@@ -5330,7 +5330,7 @@ Sinks 1
+------------------------+-------------+------------+-------+--------+
| | Avro/Thrift | AsyncHBase | HBase | HBase2 |
-+------------------------+-------------+------------+-------+--------+-
++------------------------+-------------+------------+-------+--------+
| BatchCompleteCount | x | x | x | x |
+------------------------+-------------+------------+-------+--------+
| BatchEmptyCount | x | x | x | x |
diff --git a/content/searchindex.js b/content/searchindex.js
index e9bff7bc..6381639b 100644
--- a/content/searchindex.js
+++ b/content/searchindex.js
@@ -1 +1 @@
-Search.setIndex({objtypes:{},objects:{},titles:["Version 1.0.0 -
Incubating","Version 1.10.0","Version 1.1.0 - Incubating","Version
1.11.0","Version 1.10.1","Sub Projects","Downloading Apache Flume Spring
Boot","Version 1.4.0","Version 1.3.1","Version 1.5.0","Version 1.2.0","Version
1.3.0","Version 1.8.0","Flume 1.11.0 Developer Guide","Version 1.9.0","Version
1.5.0.1","Version 1.6.0","Source Repository","Version 1.7.0","Version
1.5.2","Apache Flume Spring Boot Source Repository","Apache [...]
\ No newline at end of file
+Search.setIndex({objtypes:{},objects:{},titles:["Version 1.0.0 -
Incubating","Version 1.1.0 - Incubating","Version 1.10.0","Sub
Projects","Version 1.10.1","Version 1.11.0","Downloading Apache Flume Spring
Boot","Version 1.3.1","Version 1.4.0","Version 1.5.0","Version 1.2.0","Version
1.3.0","Flume 1.11.0 Developer Guide","Version 1.8.0","Version
1.5.0.1","Version 1.9.0","Version 1.6.0","Version 1.5.2","Version
1.7.0","Source Repository","Apache Flume Spring Boot Source Repository","Downlo
[...]
\ No newline at end of file
diff --git a/source/sphinx/FlumeUserGuide.rst b/source/sphinx/FlumeUserGuide.rst
index ea420a6b..18626ccc 100644
--- a/source/sphinx/FlumeUserGuide.rst
+++ b/source/sphinx/FlumeUserGuide.rst
@@ -5330,7 +5330,7 @@ Sinks 1
+------------------------+-------------+------------+-------+--------+
| | Avro/Thrift | AsyncHBase | HBase | HBase2 |
-+------------------------+-------------+------------+-------+--------+-
++------------------------+-------------+------------+-------+--------+
| BatchCompleteCount | x | x | x | x |
+------------------------+-------------+------------+-------+--------+
| BatchEmptyCount | x | x | x | x |