HADOOP-13943. TestCommonConfigurationFields#testCompareXmlAgainstConfigurationClass fails after HADOOP-13863. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
ded2d08f33
commit
0665c5f09a
@ -106,6 +106,13 @@ public void initializeMemberVariables() {
|
|||||||
xmlPropsToSkipCompare.add("fs.adl.impl");
|
xmlPropsToSkipCompare.add("fs.adl.impl");
|
||||||
xmlPropsToSkipCompare.add("fs.AbstractFileSystem.adl.impl");
|
xmlPropsToSkipCompare.add("fs.AbstractFileSystem.adl.impl");
|
||||||
|
|
||||||
|
// Azure properties are in a different class
|
||||||
|
// - org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
|
||||||
|
// - org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
|
||||||
|
xmlPropsToSkipCompare.add("fs.azure.sas.expiry.period");
|
||||||
|
xmlPropsToSkipCompare.add("fs.azure.local.sas.key.mode");
|
||||||
|
xmlPropsToSkipCompare.add("fs.azure.secure.mode");
|
||||||
|
|
||||||
// Deprecated properties. These should eventually be removed from the
|
// Deprecated properties. These should eventually be removed from the
|
||||||
// class.
|
// class.
|
||||||
configurationPropsToSkipCompare
|
configurationPropsToSkipCompare
|
||||||
|
Loading…
Reference in New Issue
Block a user