4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Nov 26, 2023 — Nov 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FLUME-276: PollingSource was copied from another, but text was not updated - updated comments More... over 13 years ago
FLUME-275: README has bad links - Fixed and added a couple of additional links. More... over 13 years ago
FLUME-274: Move RpcSink and RpcSource to handlers.rpc and out of handlers.thrift - these soources and sinks are generic RPC handlers now. More... over 13 years ago
FLUME-263: DirWatcher does not match filename of deleted files against supplied REGEX More... over 13 years ago
FLUME-270: bin/flume should respect HADOOP_CONF_DIR and use core and hdfs settings from there More... over 13 years ago
FLUME-271: Flume node outputs unhelpful error message when keytab/principal is misconfigured More... over 13 years ago
FLUME-228: Added basic documentation of how to use the choke decorators. More... over 13 years ago
FLUME-266: Flume 0.9.1 update 1 release notes More... over 13 years ago
FLUME-267. default path in /tmp should include username More... over 13 years ago
FLUME-268: bin/flume should pipe pushd/popd output to /dev/null More... over 13 years ago
FLUME-260: Changed command.jsp to have the relative path in the "Master overview" link. More... over 13 years ago
FLUME-262: Typo fixes in com.cloudera.flume.core source comments - Also includes com.cloudera.flume.agent.LogiclaNode's More... over 13 years ago
FLUME-218: Race condition in tailsource More... over 13 years ago
FLUME-216: Use Avro for ZK serialisation (generated files) More... over 13 years ago
FLUME-216: Use Avro for ZK serialisation More... over 13 years ago
FLUME-241: Document the environment variables used by Flume More... over 13 years ago
FLUME-89: Docs should point out that collectorSink's default log rolling time is 30 seconds and is set by flume.collector.roll.millis More... over 13 years ago
FLUME-227: Web pages should show flume version / hash More... over 13 years ago
FLUME-256: Node/Master's Extension web page should be easier to read More... over 13 years ago
FLUME-75: Flume user guide does not document node state LOST More... over 13 years ago
FLUME-255: Node/Master webapp's Environment table entries should be sorted More... over 13 years ago
FLUME-222: flume one-shot node does not exit if configured node becomes idle More... over 13 years ago
FLUME-229: Flume collector should recover from NN failures - Retrying decos now handle interrupt while opening, and then after open - removed synchronization from insistent append - adding more logging - added interruption handling in stubborn append sink (reopening sink) More... over 13 years ago
FLUME-224: SaveConfigCommand saves to flume.master.savefile rather than file specified More... over 13 years ago
FLUME-234: Flume agent node not always closing deleted files - The core of the problem is that the SeqFileEventSink used for logs (DFO, E2E) did not close file handles it opened. This fixes that problem and adds a test that will pass only if file handles are returned. More... over 13 years ago
FLUME-214: Flume should be able to compile/run against non-kerberos hdfs More... over 13 years ago
FLUME-197: Enable flume to write to kerberos protected hdfs clusters - Simple implementation that requires hadoop + security patches (currently only builds and runs again an internal build) - Documentation on how to setup principals. More... over 13 years ago
FLUME-177: Recipe for hooking up Apache2 to flume More... over 13 years ago
FLUME-155: Formalize behavior of sinks, sources and decorators More... over 13 years ago
FLUME-138: Porting ThriftEventServer to AvroEventServer - Added ability to choose the RPC mechanism in the configuration file using event.rpc.type (choose THRIFT or AVRO). - Added wrapper classes RpcSink/RpcSource which builds either an AvroEventSink/Source or ThriftEventSink/Source based on the value of event.rpc.type. - Added couple of lines in the close() method of ThriftEventSource to percolate Thread.interrupt and set close=true on interrupt. More... over 13 years ago