You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/08/14 20:01:26 UTC

[10/12] storm git commit: Merge branch 'master' of https://github.com/arunmahadevan/storm into merge-STORM-837

Merge branch 'master' of https://github.com/arunmahadevan/storm into merge-STORM-837


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/430375c0
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/430375c0
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/430375c0

Branch: refs/heads/master
Commit: 430375c01ebfbc0342e84c5068872d13292b8edf
Parents: b8d5635 c44e02b
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Aug 14 12:15:14 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri Aug 14 12:15:14 2015 -0500

----------------------------------------------------------------------
 external/storm-hdfs/README.md                   |   9 +
 external/storm-hdfs/pom.xml                     |  11 +
 .../apache/storm/hdfs/trident/HdfsState.java    | 392 +++++++++++++++----
 .../trident/rotation/FileRotationPolicy.java    |  14 +
 .../rotation/FileSizeRotationPolicy.java        |  13 +
 .../hdfs/trident/rotation/NoRotationPolicy.java |  10 +
 .../trident/rotation/TimedRotationPolicy.java   |  31 +-
 .../storm/hdfs/trident/HdfsStateTest.java       | 206 ++++++++++
 8 files changed, 602 insertions(+), 84 deletions(-)
----------------------------------------------------------------------