Apache Flume 1.5.0 发布于5月22日正式发布(可以在http://flume.apache.org/download.html下载)。Flume是一个分布式、可靠和高可用的服务,用于收集、聚合以及移动大量日志数据,使用一个简单灵活的架构,就流数据模型。这是一个可靠、容错的服务。下面是Apache Flume-ng 1.5.0的Changelog:
What's new in Apache Flume 1.5.0:
May 22nd, 2014
New Feature:
- Introduce some sort of SpillableChannel
- Allow SpoolDir to pass just the filename that is the source of an event
- Flume Context doesn’t support float or double configuration values.
- Upgrade morphlines to 0.7.0
- flume-ng-log4jappender Support user supplied headers
- Elasticsearch Sink for ES HTTP API
- Added a sink for Kite Datasets
- Spooling directory should not always consume the oldest file first.
Improvement:
- Flume User Guide sample configurations need fixing
- Make SpoolDir work with Sub-Directories
- Spooling directory source should be able to replace or ignore malformed characters
- Handle larger payloads via SyslogUDPSource
- Upgrade morphline library dependency to a 0.5.0 release
- Reducing duplicate events caused by reset-connection-interval
What's new in Apache Flume 1.3.0:
December 5th, 2012
- Added HTTP Post Source
- ElasticSearch Sink
- Flume adopt message from existing local Scribe
- Added a multiport syslog source
- File Channel should support encryption
- Create a SpoolDirectory Source and Client
- Load Balancing RPC client should support exponential backoff of failed nodes
- Dump RollingFileSink’s counter status when agent stops
- Regex Extractor Interceptor
What's new in Apache Flume 1.2.0:
July 28th, 2012
- Implemented a Durable Memory Channel
- Created developer guide for Flume NG
- Client SDK
- Implemented a durable FileChannel
- Implemented Interceptors (previously known as Decorators) for Flume 1.x
- Implemented an HBase Sink which supports table level access
- Implemented Timestamp Interceptor
- Asynchronous HBase Sink
原创文章版权归过往记忆大数据(过往记忆)所有,未经许可不得转载。
本文链接: 【Apache Flume-ng 1.5.0正式发布】(https://www.iteblog.com/archives/1035.html)