Bert Hekman created HDFS-9695: --------------------------------- Summary: HTTPFS - CHECKACCESS operation missing Key: HDFS-9695 URL: https://issues.apache.org/jira/browse/HDFS-9695 Project: Hadoop HDFS Issue Type: Bug Reporter: Bert Hekman
Hi, The CHECKACCESS operation seems to be missing in HTTPFS. I'm getting the following error: {code} QueryParamException: java.lang.IllegalArgumentException: No enum constant org.apache.hadoop.fs.http.client.HttpFSFileSystem.Operation.CHECKACCESS {code} A quick look into the org.apache.hadoop.fs.http.client.HttpFSFileSystem class reveals that CHECKACCESS is not defined at all. -- This message was sent by Atlassian JIRA (v6.3.4#6332)