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/a5f93e50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/a5f93e50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/a5f93e50 Branch: refs/heads/master Commit: a5f93e509326e0b2e46915254b17e39cd94fae39 Parents: 014d0e2 1e54508 Author: Aaron McCurry <[email protected]> Authored: Wed Nov 12 16:01:03 2014 -0500 Committer: Aaron McCurry <[email protected]> Committed: Wed Nov 12 16:01:03 2014 -0500 ---------------------------------------------------------------------- .../blur/manager/writer/BlurIndexRefresher.java | 88 ------- .../blur/manager/writer/IndexImporter.java | 2 +- .../blur/thrift/ThriftBlurShardServer.java | 7 +- .../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 | 24 +- docs/cluster-setup.base.html | 1 + docs/cluster-setup.html | 1 + docs/console.html | 1 + docs/data-model.html | 1 + docs/getting-started.html | 1 + docs/index.html | 1 + docs/platform.html | 227 +++++++++++++++++++ docs/release-notes.html | 1 + docs/release-notes.template.html | 1 + docs/template.html | 8 +- docs/using-blur.base.html | 1 + docs/using-blur.html | 1 + 22 files changed, 550 insertions(+), 203 deletions(-) ----------------------------------------------------------------------
