Repository: flume Updated Branches: refs/heads/trunk c554ba3d9 -> 10639e80c
FLUME-2761. Move Hive sink out of preview mode Reviewed by Bessenyei Balázs Donát (Roshan Naik via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/10639e80 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/10639e80 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/10639e80 Branch: refs/heads/trunk Commit: 10639e80cc83c14213dcc78692ab8f78945ddf8e Parents: c554ba3 Author: Roshan Naik <[email protected]> Authored: Wed Jul 20 16:36:14 2016 -0700 Committer: Mike Percy <[email protected]> Committed: Wed Jul 20 16:37:21 2016 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/10639e80/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 105a036..1334500 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1863,8 +1863,7 @@ This sink streams events containing delimited text or JSON data directly into a Events are written using Hive transactions. As soon as a set of events are committed to Hive, they become immediately visible to Hive queries. Partitions to which flume will stream to can either be pre-created or, optionally, Flume can create them if they are missing. Fields from incoming event data are mapped to -corresponding columns in the Hive table. **This sink is provided as a preview feature and not recommended -for use in production.** +corresponding columns in the Hive table. ====================== ============ ====================================================================== Name Default Description
