Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DC9796FA for ; Thu, 18 Dec 2014 09:54:39 +0000 (UTC) Received: (qmail 50728 invoked by uid 500); 18 Dec 2014 09:54:38 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 50687 invoked by uid 500); 18 Dec 2014 09:54:38 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 50675 invoked by uid 99); 18 Dec 2014 09:54:38 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 09:54:38 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D4A1EAC094D; Thu, 18 Dec 2014 09:54:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1646422 - /hive/branches/branch-0.14/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Date: Thu, 18 Dec 2014 09:54:37 -0000 To: commits@hive.apache.org From: vgumashta@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141218095437.D4A1EAC094D@hades.apache.org> 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)