Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 1f7dd2d53 -> f5bcee7ae
  refs/heads/master b48b13acb -> fb7534b4d


ACCUMULO-2752 Adding accidentally omitted getZooKeeperPort method


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f5bcee7a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f5bcee7a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f5bcee7a

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: f5bcee7aeb2d94125324fb14892855fbd6c64473
Parents: 1f7dd2d
Author: Josh Elser <els...@apache.org>
Authored: Mon Apr 28 23:12:30 2014 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Mon Apr 28 23:24:57 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/cluster/AccumuloConfig.java   | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f5bcee7a/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
----------------------------------------------------------------------
diff --git 
a/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java 
b/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
index 8138615..eb373c7 100644
--- a/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
+++ b/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
@@ -91,6 +91,11 @@ public interface AccumuloConfig {
   public Map<String,String> getSiteConfig();
 
   /**
+   * @return The configured ZooKeeper port
+   */
+  public int getZooKeeperPort();
+
+  /**
    * @return name of configured instance
    */
   public String getInstanceName();

Reply via email to