You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2012/06/27 21:09:09 UTC

git commit: Remove ancient DD cruft

Updated Branches:
  refs/heads/trunk 33c7273cb -> dd8506836


Remove ancient DD cruft


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

Branch: refs/heads/trunk
Commit: dd8506836ccdeef16a5518fcf2b605084c0e7e98
Parents: 33c7273
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jun 27 14:09:00 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jun 27 14:09:00 2012 -0500

----------------------------------------------------------------------
 .../cassandra/config/DatabaseDescriptor.java       |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/dd850683/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
index 12f5a4d..a4f1354 100644
--- a/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
+++ b/src/java/org/apache/cassandra/config/DatabaseDescriptor.java
@@ -639,11 +639,6 @@ public class DatabaseDescriptor
         return requestSchedulerId;
     }
 
-    public static String getJobTrackerAddress()
-    {
-        return conf.job_tracker_host;
-    }
-
     public static int getColumnIndexSize()
     {
         return conf.column_index_size_in_kb * 1024;
@@ -669,11 +664,6 @@ public class DatabaseDescriptor
         return conf.max_streaming_retries;
     }
 
-    public static String getJobJarLocation()
-    {
-        return conf.job_jar_file_location;
-    }
-
     public static int getStoragePort()
     {
         return Integer.parseInt(System.getProperty("cassandra.storage_port", conf.storage_port.toString()));