From 797e62defa420a1cb4d712318cbe41ec1bfc5f0f Mon Sep 17 00:00:00 2001 From: "Arun C. Murthy" Date: Wed, 12 Nov 2014 18:51:46 -0800 Subject: [PATCH] HDFS-7391. Renable SSLv2Hello in HttpFS. Contributed by Robert Kanter. Conflicts: hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt --- .../hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml | 2 +- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml index 614b70295ac..c91c2e285d2 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml @@ -70,7 +70,7 @@ described in the APR documentation --> diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 26981a3e8d9..7b66c1eed7b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -621,6 +621,8 @@ Release 2.6.0 - 2014-11-15 HDFS-7387. NFS may only do partial commit due to a race between COMMIT and write (brandonli) + HDFS-7391. Renable SSLv2Hello in HttpFS. (rkanter via acmurthy) + BREAKDOWN OF HDFS-6581 SUBTASKS AND RELATED JIRAS HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)