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:28 UTC

[12/12] storm git commit: Merge STORM-837

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/aa308e11
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/aa308e11
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/aa308e11

Branch: refs/heads/master
Commit: aa308e11685b8b7945f2d4963e9f63dfd322087b
Parents: b8d5635 a3fa9b1
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Aug 14 12:57:53 2015 -0500
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri Aug 14 12:57:53 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md                                    |   1 +
 README.markdown                                 |   1 +
 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 ++++++++++
 10 files changed, 604 insertions(+), 84 deletions(-)
----------------------------------------------------------------------