Ayush Saxena created HADOOP-19290:
-------------------------------------
Summary: Operating on / in ChecksumFileSystem throws NPE
Key: HADOOP-19290
URL: https://issues.apache.org/jira/browse/HADOOP-19290
Project: Hadoop Common
Issue Type: Bug
Reporter: Ayush Saxena
Assignee: Ayush Saxena
Operating on / on ChecksumFileSystem throws NPE
{noformat}
java.lang.NullPointerException
at org.apache.hadoop.fs.Path.<init>(Path.java:151)
at org.apache.hadoop.fs.Path.<init>(Path.java:130)
at
org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:121)
at
org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:774)
at
org.apache.hadoop.fs.ChecksumFileSystem.setReplication(ChecksumFileSystem.java:884)
{noformat}
Internally I observed it for SetPermission but on my Mac LocalFs doesn't let me
setPermission on "/", so I reproduced it via SetReplication which goes through
the same code path
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]