|
@@ -99,6 +99,10 @@ public class TestCommonConfigurationFields extends TestConfigurationFieldsBase {
|
|
|
// S3A properties are in a different subtree.
|
|
|
xmlPrefixToSkipCompare.add("fs.s3a.");
|
|
|
|
|
|
+ //ftp properties are in a different subtree.
|
|
|
+ // - org.apache.hadoop.fs.ftp.FTPFileSystem.
|
|
|
+ xmlPrefixToSkipCompare.add("fs.ftp.impl");
|
|
|
+
|
|
|
// WASB properties are in a different subtree.
|
|
|
// - org.apache.hadoop.fs.azure.NativeAzureFileSystem
|
|
|
xmlPrefixToSkipCompare.add("fs.wasb.impl");
|