Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/66a19923 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/66a19923 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/66a19923 Branch: refs/heads/master Commit: 66a199235dad590e61b9b66fa33f2ba3db999ee3 Parents: f5cba8f a5f93e5 Author: twilliams <[email protected]> Authored: Wed Nov 12 20:01:45 2014 -0500 Committer: twilliams <[email protected]> Committed: Wed Nov 12 20:01:45 2014 -0500 ---------------------------------------------------------------------- .../store/buffer/ReusedBufferedIndexInput.java | 2 +- .../apache/blur/store/hdfs/HdfsDirectory.java | 20 ++- .../apache/blur/store/hdfs/HdfsIndexInput.java | 85 --------- .../store/hdfs/HdfsRandomAccessIndexInput.java | 85 +++++++++ .../blur/store/hdfs/HdfsStreamIndexInput.java | 178 +++++++++++++++++++ .../apache/blur/store/hdfs/MetricsGroup.java | 17 +- .../blur/store/hdfs_v2/HdfsKeyValueStore.java | 9 +- blur-thrift/pom.xml | 4 +- 8 files changed, 297 insertions(+), 103 deletions(-) ----------------------------------------------------------------------
