Updated Branches: refs/heads/trunk 72b3b7889 -> c10c7bece
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/c10c7bec Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c10c7bec Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c10c7bec Branch: refs/heads/trunk Commit: c10c7beced9cb39a675e82f6d86e8cd5b84485c9 Parents: 72b3b78 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:57:56 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/c10c7bec/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/c10c7bec/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>