[41/48] hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread liuml07
HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/00096dcc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/00096dcc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/00096dcc

Branch: refs/heads/HADOOP-13345
Commit: 00096dcc0c23af38e697cd7c6c29e3f00d744e54
Parents: 0945125
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 19:47:02 2016 +0900

--
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 2 ++
 .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 2 ++
 hadoop-project/pom.xml | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm 
b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 39aab82..8fd0f58 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -298,6 +298,8 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 
 NOTE: You need to restart the KMS for the configuration changes to take effect.
 
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
KMS server. It is recommended to upgrade the SSL client.
+
 $H4 ACLs (Access Control Lists)
 
 KMS supports ACLs (Access Control Lists) for fine-grained permission control.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
index a4f02e7..0cb89de 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
@@ -119,3 +119,5 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 Start HttpFS. It should work over HTTPS.
 
 Using the Hadoop `FileSystem` API or the Hadoop FS shell, use the 
`swebhdfs://` scheme. Make sure the JVM is picking up the truststore containing 
the public key of the SSL certificate if using a self-signed certificate.
+
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index fa43afd..1ae60ed 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -85,7 +85,7 @@
 2.7.1
 3.0.0
 
-6.0.44
+6.0.48
 4.0
 2.9.4
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.6 e4bc30351 -> c2d936f30


HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

(cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54)
(cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)


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

Branch: refs/heads/branch-2.6
Commit: c2d936f30c7cdc459cc6cd94a90366510ef3fb51
Parents: e4bc303
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 20:05:18 2016 +0900

--
 hadoop-common-project/hadoop-common/CHANGES.txt   | 14 ++
 .../hadoop-kms/src/site/apt/index.apt.vm  |  3 +++
 .../src/site/apt/ServerSetup.apt.vm   |  3 +++
 hadoop-project/pom.xml|  2 +-
 4 files changed, 21 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2d936f3/hadoop-common-project/hadoop-common/CHANGES.txt
--
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index fa4ac16..5b27d54 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -1,5 +1,19 @@
 Hadoop Change Log
 
+Release 2.6.6 - UNRELEASED
+
+  INCOMPATIBLE CHANGES
+
+HADOOP-13812. Upgrade Tomcat to 6.0.48. (John Zhuge via aajisaka)
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
 Release 2.6.5 - 2016-10-08
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2d936f3/hadoop-common-project/hadoop-kms/src/site/apt/index.apt.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/apt/index.apt.vm 
b/hadoop-common-project/hadoop-kms/src/site/apt/index.apt.vm
index 76eb1a6..08e5a9c 100644
--- a/hadoop-common-project/hadoop-kms/src/site/apt/index.apt.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/apt/index.apt.vm
@@ -197,6 +197,9 @@ hadoop-${project.version} $ sbin/kms.sh start
   NOTE: You need to restart the KMS for the configuration changes to take
   effect.
 
+  NOTE: Some old SSL clients may use weak ciphers that are not supported
+  by the KMS server. It is recommended to upgrade the SSL client.
+
 *** KMS Proxyuser Configuration
 
   Each proxyuser must be configured in <<>> using the

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2d936f3/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/ServerSetup.apt.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/ServerSetup.apt.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/ServerSetup.apt.vm
index 878ab1f..0bda4af 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/ServerSetup.apt.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/apt/ServerSetup.apt.vm
@@ -157,3 +157,6 @@ $ keytool -genkey -alias tomcat -keyalg RSA
   <<>> scheme. Make sure the JVM is picking up the truststore
   containing the public key of the SSL certificate if using a self-signed
   certificate.
+
+  NOTE: Some old SSL clients may use weak ciphers that are not supported by
+  the HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2d936f3/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 3925e05..662d828 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -75,7 +75,7 @@
 
 3.4.6
 
-6.0.41
+6.0.48
 
1.5
   
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 ba10a055e -> 45bc79d13


HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

(cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54)
(cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/45bc79d1
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/45bc79d1
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/45bc79d1

Branch: refs/heads/branch-2.7
Commit: 45bc79d135d79a62ef237b15e969d097878a7561
Parents: ba10a05
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 19:59:33 2016 +0900

--
 hadoop-common-project/hadoop-common/CHANGES.txt| 2 ++
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 2 +-
 .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 2 ++
 hadoop-project/pom.xml | 2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/45bc79d1/hadoop-common-project/hadoop-common/CHANGES.txt
--
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 707c90e..b9167b4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -4,6 +4,8 @@ Release 2.7.4 - UNRELEASED
 
   INCOMPATIBLE CHANGES
 
+HADOOP-13812. Upgrade Tomcat to 6.0.48. (John Zhuge via aajisaka)
+
   NEW FEATURES
 
   IMPROVEMENTS

http://git-wip-us.apache.org/repos/asf/hadoop/blob/45bc79d1/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm 
b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 44b5bfb..fef6862 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -216,7 +216,7 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 
 NOTE: You need to restart the KMS for the configuration changes to take effect.
 
-$H4 KMS Access Control
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
KMS server. It is recommended to upgrade the SSL client.
 
 KMS ACLs configuration are defined in the KMS `etc/hadoop/kms-acls.xml` 
configuration file. This file is hot-reloaded when it changes.
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/45bc79d1/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
index eb0a8c9..ffc8f50 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
@@ -115,3 +115,5 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 Start HttpFS. It should work over HTTPS.
 
 Using the Hadoop `FileSystem` API or the Hadoop FS shell, use the 
`swebhdfs://` scheme. Make sure the JVM is picking up the truststore containing 
the public key of the SSL certificate if using a self-signed certificate.
+
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/45bc79d1/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 1765363..fe68398 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -79,7 +79,7 @@
 2.7.1
 3.0.0
 
-6.0.44
+6.0.48
 
 
 1.7


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 285edf691 -> 0c895e8a6


HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

(cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c895e8a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c895e8a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0c895e8a

Branch: refs/heads/branch-2
Commit: 0c895e8a62b4b69a020a5f004e97323520a1b1d0
Parents: 285edf6
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 19:50:53 2016 +0900

--
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 2 ++
 .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 2 ++
 hadoop-project/pom.xml | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c895e8a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm 
b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 1aa53eb..1cd8af7 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -298,6 +298,8 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 
 NOTE: You need to restart the KMS for the configuration changes to take effect.
 
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
KMS server. It is recommended to upgrade the SSL client.
+
 $H4 ACLs (Access Control Lists)
 
 KMS supports ACLs (Access Control Lists) for fine-grained permission control.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c895e8a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
index a4f02e7..0cb89de 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
@@ -119,3 +119,5 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 Start HttpFS. It should work over HTTPS.
 
 Using the Hadoop `FileSystem` API or the Hadoop FS shell, use the 
`swebhdfs://` scheme. Make sure the JVM is picking up the truststore containing 
the public key of the SSL certificate if using a self-signed certificate.
+
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/0c895e8a/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 28a3883..fce77c7 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -79,7 +79,7 @@
 2.7.1
 3.0.0
 
-6.0.44
+6.0.48
 2.9.4
 
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 92ee5e207 -> 129beeedd


HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

(cherry picked from commit 00096dcc0c23af38e697cd7c6c29e3f00d744e54)
(cherry picked from commit 0c895e8a62b4b69a020a5f004e97323520a1b1d0)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/129beeed
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/129beeed
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/129beeed

Branch: refs/heads/branch-2.8
Commit: 129beeeddd7ac1209c3630cd0b6e44b93bd58673
Parents: 92ee5e2
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 19:51:38 2016 +0900

--
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 2 ++
 .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 2 ++
 hadoop-project/pom.xml | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/129beeed/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm 
b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 1aa53eb..1cd8af7 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -298,6 +298,8 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 
 NOTE: You need to restart the KMS for the configuration changes to take effect.
 
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
KMS server. It is recommended to upgrade the SSL client.
+
 $H4 ACLs (Access Control Lists)
 
 KMS supports ACLs (Access Control Lists) for fine-grained permission control.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/129beeed/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
index eb0a8c9..ffc8f50 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
@@ -115,3 +115,5 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 Start HttpFS. It should work over HTTPS.
 
 Using the Hadoop `FileSystem` API or the Hadoop FS shell, use the 
`swebhdfs://` scheme. Make sure the JVM is picking up the truststore containing 
the public key of the SSL certificate if using a self-signed certificate.
+
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/129beeed/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index ac05dad..ec45ec8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -79,7 +79,7 @@
 2.7.1
 3.0.0
 
-6.0.44
+6.0.48
 2.9.4
 
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.

2016-11-29 Thread aajisaka
Repository: hadoop
Updated Branches:
  refs/heads/trunk 09451252f -> 00096dcc0


HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/00096dcc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/00096dcc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/00096dcc

Branch: refs/heads/trunk
Commit: 00096dcc0c23af38e697cd7c6c29e3f00d744e54
Parents: 0945125
Author: Akira Ajisaka 
Authored: Tue Nov 29 19:47:02 2016 +0900
Committer: Akira Ajisaka 
Committed: Tue Nov 29 19:47:02 2016 +0900

--
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 2 ++
 .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 2 ++
 hadoop-project/pom.xml | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
--
diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm 
b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 39aab82..8fd0f58 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -298,6 +298,8 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 
 NOTE: You need to restart the KMS for the configuration changes to take effect.
 
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
KMS server. It is recommended to upgrade the SSL client.
+
 $H4 ACLs (Access Control Lists)
 
 KMS supports ACLs (Access Control Lists) for fine-grained permission control.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
--
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm 
b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
index a4f02e7..0cb89de 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
+++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm
@@ -119,3 +119,5 @@ The answer to "What is your first and last name?" (i.e. 
"CN") must be the hostna
 Start HttpFS. It should work over HTTPS.
 
 Using the Hadoop `FileSystem` API or the Hadoop FS shell, use the 
`swebhdfs://` scheme. Make sure the JVM is picking up the truststore containing 
the public key of the SSL certificate if using a self-signed certificate.
+
+NOTE: Some old SSL clients may use weak ciphers that are not supported by the 
HttpFS server. It is recommended to upgrade the SSL client.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/00096dcc/hadoop-project/pom.xml
--
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index fa43afd..1ae60ed 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -85,7 +85,7 @@
 2.7.1
 3.0.0
 
-6.0.44
+6.0.48
 4.0
 2.9.4
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org