|
@@ -106,6 +106,13 @@ public class TestCommonConfigurationFields extends TestConfigurationFieldsBase {
|
|
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
|