Author: brock
Date: Tue Dec 30 20:26:10 2014
New Revision: 1648596

URL: http://svn.apache.org/r1648596
Log:
HIVE-9221 - Remove deprecation warning for hive.metastore.local (Brock reviewed 
by Ashutosh Chauhan)

Modified:
    hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Modified: hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
URL: 
http://svn.apache.org/viewvc/hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java?rev=1648596&r1=1648595&r2=1648596&view=diff
==============================================================================
--- hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 
(original)
+++ hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Tue 
Dec 30 20:26:10 2014
@@ -2477,12 +2477,6 @@ public class HiveConf extends Configurat
     // Overlay the values of any system properties whose names appear in the 
list of ConfVars
     applySystemProperties();
 
-    if(this.get("hive.metastore.local", null) != null) {
-      l4j.warn("DEPRECATED: Configuration property hive.metastore.local no 
longer has any " +
-          "effect. Make sure to provide a valid value for hive.metastore.uris 
if you are " +
-          "connecting to a remote metastore.");
-    }
-
     if ((this.get("hive.metastore.ds.retry.attempts") != null) ||
       this.get("hive.metastore.ds.retry.interval") != null) {
         l4j.warn("DEPRECATED: hive.metastore.ds.retry.* no longer has any 
effect.  " +


Reply via email to