You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2014/12/18 10:54:37 UTC

svn commit: r1646422 - /hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Author: vgumashta
Date: Thu Dec 18 09:54:36 2014
New Revision: 1646422

URL: http://svn.apache.org/r1646422
Log:
HIVE-8827: Remove SSLv2Hello from list of disabled protocols (Sergio Pena reviewed by Brock Noland)

Modified:
    hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Modified: hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java?rev=1646422&r1=1646421&r2=1646422&view=diff
==============================================================================
--- hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (original)
+++ hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Thu Dec 18 09:54:36 2014
@@ -1589,7 +1589,7 @@ public class HiveConf extends Configurat
         "table. From 0.12 onwards, they are displayed separately. This flag will let you\n" +
         "get old behavior, if desired. See, test-case in patch for HIVE-6689."),
 
-    HIVE_SSL_PROTOCOL_BLACKLIST("hive.ssl.protocol.blacklist", "SSLv2,SSLv2Hello,SSLv3",
+    HIVE_SSL_PROTOCOL_BLACKLIST("hive.ssl.protocol.blacklist", "SSLv2,SSLv3",
         "SSL Versions to disable for all Hive Servers"),
 
      // General Thrift configs (Thrift configs common to Metastore and HiveServer2)