Updated Branches: refs/heads/flume-1.5 77fd194bf -> 7cc8b8f60
FLUME-2270. Fix Twitter Source documentation. (Jeff Lord via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7cc8b8f6 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7cc8b8f6 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7cc8b8f6 Branch: refs/heads/flume-1.5 Commit: 7cc8b8f6078b0eca318c1cb295e74dad362901db Parents: 77fd194 Author: Hari Shreedharan <hshreedha...@apache.org> Authored: Tue Dec 17 14:57:56 2013 -0800 Committer: Hari Shreedharan <hshreedha...@apache.org> Committed: Tue Dec 17 14:58:43 2013 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7cc8b8f6/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 08c7740..3088400 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -998,9 +998,9 @@ sends Avro events to a downstream Flume sink. Requires the consumer and access tokens and secrets of a Twitter developer account. Required properties are in **bold**. -================== =========== =================================================== +====================== =========== =================================================== Property Name Default Description -================== =========== =================================================== +====================== =========== =================================================== **channels** -- **type** -- The component type name, needs to be ``org.apache.flume.source.twitter.TwitterSource`` **consumerKey** -- OAuth consumer key @@ -1009,7 +1009,7 @@ Property Name Default Description **accessTokenSecret** -- OAuth toekn secret maxBatchSize 1000 Maximum number of twitter messages to put in a single batch maxBatchDurationMillis 1000 Maximum number of milliseconds to wait before closing a batch -================== =========== =================================================== +====================== =========== =================================================== Example for agent named a1: http://git-wip-us.apache.org/repos/asf/flume/blob/7cc8b8f6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 77b7f22..3c741c3 100644 --- a/pom.xml +++ b/pom.xml @@ -599,7 +599,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.1</version> + <version>3.3</version> <configuration> <siteDirectory>${project.basedir}/flume-ng-doc</siteDirectory> </configuration>