fix broken integration with Swift when Kerberos enabled

related issue in hadoop jira [0]

[0] https://issues.apache.org/jira/browse/HADOOP-10326
Change-Id: Iecdff57454ff91187fba077af73211faf2100d57
This commit is contained in:
Vitaly Gridnev 2016-09-05 22:56:27 +03:00
parent 8cd6d7b0ca
commit 728a106985
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ public class SwiftNativeFileSystem extends FileSystem {
return workingDir;
}
@Override
public String getCanonicalServiceName() {
return null;
}
/**
* @param dir user working directory
*/