|
@@ -37,6 +37,11 @@ public class ITestAbfsFileSystemContractDistCp extends AbstractContractDistCpTes
|
|
|
super.setup();
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ protected Configuration createConfiguration() {
|
|
|
+ return binding.getRawConfiguration();
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
protected AbfsFileSystemContract createContract(Configuration conf) {
|
|
|
return new AbfsFileSystemContract(conf, false);
|