HADOOP-10366. Add whitespaces between classes for values in core-default.xml to fit better in browser. Contributed by kanaka kumar avvaru.
This commit is contained in:
parent
dc8434ab2b
commit
0e4f1081c7
|
@ -593,6 +593,10 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11995. Make jetty version configurable from the maven command line.
|
HADOOP-11995. Make jetty version configurable from the maven command line.
|
||||||
(Sriharsha Devineni via wheat9)
|
(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
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
||||||
|
|
|
@ -466,7 +466,7 @@ for ldap providers in the same way as above does.
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>io.serializations</name>
|
<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
|
<description>A list of serialization classes that can be used for
|
||||||
obtaining serializers and deserializers.</description>
|
obtaining serializers and deserializers.</description>
|
||||||
</property>
|
</property>
|
||||||
|
@ -1655,7 +1655,7 @@ for ldap providers in the same way as above does.
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.security.crypto.codec.classes.aes.ctr.nopadding</name>
|
<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>
|
<description>
|
||||||
Comma-separated list of crypto codec implementations for AES/CTR/NoPadding.
|
Comma-separated list of crypto codec implementations for AES/CTR/NoPadding.
|
||||||
The first implementation will be used if available, others are fallbacks.
|
The first implementation will be used if available, others are fallbacks.
|
||||||
|
|
|
@ -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
|
#### 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.
|
Comma-separated list of crypto codec implementations for AES/CTR/NoPadding. The first implementation will be used if available, others are fallbacks.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue