HADOOP-15769. ABFS: distcp tests are always skipped.
Contributed by Steve Loughran
This commit is contained in:
parent
1efa1b73a9
commit
10e149d882
|
@ -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);
|
||||
|
|
|
@ -37,6 +37,11 @@ public class ITestAbfsFileSystemContractSecureDistCp extends AbstractContractDis
|
|||
super.setup();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Configuration createConfiguration() {
|
||||
return binding.getRawConfiguration();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected AbfsFileSystemContract createContract(Configuration conf) {
|
||||
return new AbfsFileSystemContract(conf, true);
|
||||
|
|
Loading…
Reference in New Issue