You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/04/29 05:27:04 UTC

[2/3] git commit: ACCUMULO-2752 Adding accidentally omitted getZooKeeperPort method

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/master
Commit: f5bcee7aeb2d94125324fb14892855fbd6c64473
Parents: 1f7dd2d
Author: Josh Elser <el...@apache.org>
Authored: Mon Apr 28 23:12:30 2014 -0400
Committer: Josh Elser <el...@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();