commit | f8187e1f5c691490db41768d853af7988b284e10 | [log] [tgz] |
---|---|---|
author | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Thu Feb 07 02:31:19 2013 +0000 |
committer | madhusudancs@gmail.com <madhusudancs@gmail.com@123451ca-8445-de46-9d55-352943316053> | Thu Feb 07 02:31:19 2013 +0000 |
tree | 9bd1f80c8fa8e2ceee5cc1443d3c67497b70b2ec | |
parent | b1d369e144c958e4eb22d795f7a9f816d4e85653 [diff] |
Fix an issue that arose during the merge of missing to merge a conflicted hunk. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_result_distribution@2849 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-api/src/main/java/edu/uci/ics/hyracks/api/client/IHyracksClientConnection.java b/hyracks/hyracks-api/src/main/java/edu/uci/ics/hyracks/api/client/IHyracksClientConnection.java index bddf1fd..6333c22 100644 --- a/hyracks/hyracks-api/src/main/java/edu/uci/ics/hyracks/api/client/IHyracksClientConnection.java +++ b/hyracks/hyracks-api/src/main/java/edu/uci/ics/hyracks/api/client/IHyracksClientConnection.java
@@ -106,7 +106,7 @@ * @return {@link NetworkAddress} * @throws Exception */ - public NetworkAddress getDatasetDirectoryServiceInfo(JobId jobId) throws Exception; + public NetworkAddress getDatasetDirectoryServiceInfo() throws Exception; /** * Waits until the specified job has completed, either successfully or has @@ -116,7 +116,7 @@ * JobId of the Job * @throws Exception */ - public NetworkAddress getDatasetDirectoryServiceInfo() throws Exception; + public void waitForCompletion(JobId jobId) throws Exception; /** * Gets a map of node controller names to node information.