HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru.

(cherry picked from commit 0e4f1081c7)
This commit is contained in:
Akira Ajisaka 2015-05-21 17:52:03 +09:00
parent 185cddfd6a
commit b578f76bed
3 changed files with 7 additions and 3 deletions

View File

@ -125,6 +125,10 @@ Release 2.8.0 - UNRELEASED
HADOOP-11995. Make jetty version configurable from the maven command line.
(Sriharsha Devineni via wheat9)
HADOOP-10366. Add whitespaces between classes for values in
core-default.xml to fit better in browser.
(kanaka kumar avvaru via aajisaka)
OPTIMIZATIONS
HADOOP-11785. Reduce the number of listStatus operation in distcp

View File

@ -467,7 +467,7 @@ for ldap providers in the same way as above does.
<property>
<name>io.serializations</name>
<value>org.apache.hadoop.io.serializer.WritableSerialization,org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization,org.apache.hadoop.io.serializer.avro.AvroReflectSerialization</value>
<value>org.apache.hadoop.io.serializer.WritableSerialization, org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization, org.apache.hadoop.io.serializer.avro.AvroReflectSerialization</value>
<description>A list of serialization classes that can be used for
obtaining serializers and deserializers.</description>
</property>
@ -1657,7 +1657,7 @@ for ldap providers in the same way as above does.
<property>
<name>hadoop.security.crypto.codec.classes.aes.ctr.nopadding</name>
<value>org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec,org.apache.hadoop.crypto.JceAesCtrCryptoCodec</value>
<value>org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec, org.apache.hadoop.crypto.JceAesCtrCryptoCodec</value>
<description>
Comma-separated list of crypto codec implementations for AES/CTR/NoPadding.
The first implementation will be used if available, others are fallbacks.

View File

@ -126,7 +126,7 @@ The prefix for a given crypto codec, contains a comma-separated list of implemen
#### hadoop.security.crypto.codec.classes.aes.ctr.nopadding
Default: `org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec,org.apache.hadoop.crypto.JceAesCtrCryptoCodec`
Default: `org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec, org.apache.hadoop.crypto.JceAesCtrCryptoCodec`
Comma-separated list of crypto codec implementations for AES/CTR/NoPadding. The first implementation will be used if available, others are fallbacks.