You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2014/11/13 12:49:48 UTC

[21/50] incubator-lens git commit: redundant confs removed

redundant confs removed


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

Branch: refs/heads/toapache
Commit: a23f0659a36983fdd2b715c992a38d176e4d4ad2
Parents: 4ffc235
Author: Rajat Khandelwal <ra...@inmobi.com>
Authored: Mon Nov 10 18:01:44 2014 +0530
Committer: Rajat Khandelwal <ra...@inmobi.com>
Committed: Mon Nov 10 18:01:44 2014 +0530

----------------------------------------------------------------------
 .../org/apache/lens/server/api/LensConfConstants.java   | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/a23f0659/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
----------------------------------------------------------------------
diff --git a/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java b/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
index 3b7d7b0..d466be5 100644
--- a/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
+++ b/lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
@@ -185,18 +185,6 @@ public class LensConfConstants {
   /** The Constant USER_RESOLVER_PROPERTYBASED_FILENAME. */
   public static final String USER_RESOLVER_PROPERTYBASED_FILENAME = SERVER_PFX + "user.resolver.propertybased.filename";
 
-  /** The Constant USER_RESOLVER_DB_DRIVER_NAME. */
-  public static final String USER_RESOLVER_DB_DRIVER_NAME = SERVER_PFX + "user.resolver.db.driver.name";
-
-  /** The Constant USER_RESOLVER_DB_JDBC_URL. */
-  public static final String USER_RESOLVER_DB_JDBC_URL = SERVER_PFX + "user.resolver.db.jdbc.url";
-
-  /** The Constant USER_RESOLVER_DB_JDBC_USERNAME. */
-  public static final String USER_RESOLVER_DB_JDBC_USERNAME = SERVER_PFX + "user.resolver.db.jdbc.username";
-
-  /** The Constant USER_RESOLVER_DB_JDBC_PASSWORD. */
-  public static final String USER_RESOLVER_DB_JDBC_PASSWORD = SERVER_PFX + "user.resolver.db.jdbc.password";
-
   /** The Constant USER_RESOLVER_DB_KEYS. */
   public static final String USER_RESOLVER_DB_KEYS = SERVER_PFX + "user.resolver.db.keys";