You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/27 11:41:37 UTC

incubator-slider git commit: SLIDER-656 remove hbase/accumulo provider references in slider.xml resource and conf keys

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 15693336d -> 6e55f771b


SLIDER-656 remove hbase/accumulo provider references in slider.xml resource and conf keys


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/6e55f771
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/6e55f771
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/6e55f771

Branch: refs/heads/develop
Commit: 6e55f771b7cc1a96ca692a84b0e9542c28cf0b7b
Parents: 1569333
Author: Steve Loughran <st...@apache.org>
Authored: Wed Nov 26 19:01:38 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Nov 26 19:01:38 2014 +0000

----------------------------------------------------------------------
 .../apache/slider/common/SliderXmlConfKeys.java | 22 --------------------
 .../main/resources/org/apache/slider/slider.xml |  8 -------
 2 files changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6e55f771/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java
----------------------------------------------------------------------
diff --git a/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java b/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java
index 24040af..9b1316e 100644
--- a/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java
+++ b/slider-core/src/main/java/org/apache/slider/common/SliderXmlConfKeys.java
@@ -34,28 +34,6 @@ public interface SliderXmlConfKeys {
   String KEY_PROVIDER = PREFIX_PROVIDER + ".%s";
 
   /**
-   * HBase provider key (derived from {@link #KEY_PROVIDER}
-   * and so not found in the code itself
-   * {@value}
-   */
-  String KEY_PROVIDER_HBASE = PREFIX_PROVIDER + ".hbase";
-
-  /**
-   * Accumulo provider key (derived from {@link #KEY_PROVIDER}
-   * and so not found in the code itself
-   * {@value}
-   */
-  String KEY_PROVIDER_ACCUMULO =
-    PREFIX_PROVIDER + ".accumulo";
-
-  /**
-   * Accumulo agent key (derived from {@link #KEY_PROVIDER}
-   * and so not found in the code itself
-   * {@value}
-   */
-  String KEY_PROVIDER_AGENT = PREFIX_PROVIDER + ".agent";
-
-  /**
    * conf option set to point to where the config came from
    * {@value}
    */

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6e55f771/slider-core/src/main/resources/org/apache/slider/slider.xml
----------------------------------------------------------------------
diff --git a/slider-core/src/main/resources/org/apache/slider/slider.xml b/slider-core/src/main/resources/org/apache/slider/slider.xml
index eb4ecc0..37ac65c 100644
--- a/slider-core/src/main/resources/org/apache/slider/slider.xml
+++ b/slider-core/src/main/resources/org/apache/slider/slider.xml
@@ -24,14 +24,6 @@
     <value>true</value>
   </property>
   <property>
-    <name>slider.provider.hbase</name>
-    <value>org.apache.slider.providers.hbase.HBaseProviderFactory</value>
-  </property>
-  <property>
-    <name>slider.provider.accumulo</name>
-    <value>org.apache.slider.providers.accumulo.AccumuloProviderFactory</value>
-  </property>
-  <property>
     <name>slider.provider.agent</name>
     <value>org.apache.slider.providers.agent.AgentProviderFactory</value>
   </property>