Repository: incubator-blur Updated Branches: refs/heads/master cf2a566f0 -> 75f66818c
Blur Thrift API change. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4071c935 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4071c935 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4071c935 Branch: refs/heads/master Commit: 4071c93525e4fdb7c7b6b51825c14bc1208bb4f2 Parents: 11a43d7 Author: Aaron McCurry <[email protected]> Authored: Mon Dec 15 10:36:11 2014 -0500 Committer: Aaron McCurry <[email protected]> Committed: Mon Dec 15 10:36:11 2014 -0500 ---------------------------------------------------------------------- distribution/src/main/scripts/interface/Blur.thrift | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4071c935/distribution/src/main/scripts/interface/Blur.thrift ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/Blur.thrift b/distribution/src/main/scripts/interface/Blur.thrift index be1123c..ad610db 100644 --- a/distribution/src/main/scripts/interface/Blur.thrift +++ b/distribution/src/main/scripts/interface/Blur.thrift @@ -1133,6 +1133,16 @@ service Blur { ) throws (1:BlurException ex) /** + * Loads data from external location. + */ + void loadData( + /** The table name. */ + 1:string table, + /** Location of bulk data load. */ + 2:string location + ) throws (1:BlurException ex) + + /** * Mutates a Row given the RowMutation that is provided. */ void mutate(
