legend created HADOOP-14541: ------------------------------- Summary: fix AssertionError for TestFilterFileSystem#testFilterFileSystem Key: HADOOP-14541 URL: https://issues.apache.org/jira/browse/HADOOP-14541 Project: Hadoop Common Issue Type: Bug Components: common, test Affects Versions: 3.0.0-alpha4 Reporter: legend
Throw an AssertionError when run TestFilterFileSystem#testFilterFileSystem. So I overwrite appendFile function in FilterFileSystem to fix the issue. 2017-06-20 07:09:33,065 ERROR fs.FileSystem (TestFilterFileSystem.java:testFilterFileSystem(161)) - FilterFileSystem MUST implement protected org.apache.hadoop.fs.FSDataOutputStreamBuilder org.apache.hadoop.fs.FileSystem.appendFile(org.apache.hadoop.fs.Path) 2017-06-20 07:09:33,071 ERROR fs.FileSystem (TestFilterFileSystem.java:testFilterFileSystem(161)) - FilterFileSystem MUST implement public org.apache.hadoop.fs.FSDataOutputStream org.apache.hadoop.fs.FileSystem.append(org.apache.hadoop.fs.Path) throws java.io.IOException -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org