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 <[email protected]> Authored: Tue Nov 29 19:47:02 2016 +0900 Committer: Akira Ajisaka <[email protected]> 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 @@ <curator.version>2.7.1</curator.version> <findbugs.version>3.0.0</findbugs.version> - <tomcat.version>6.0.44</tomcat.version> + <tomcat.version>6.0.48</tomcat.version> <guice.version>4.0</guice.version> <joda-time.version>2.9.4</joda-time.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
