Jagadesh Kiran N created HDFS-8686:
--------------------------------------
Summary: WebHdfsFileSystem#getXAttr(Path p, final String name)
doesn't work if domain name is in bigcase
Key: HDFS-8686
URL: https://issues.apache.org/jira/browse/HDFS-8686
Project: Hadoop HDFS
Issue Type: Bug
Reporter: Jagadesh Kiran N
{code} hadoop fs -getfattr -n USER.attr1 /dir1 {code}
==> returns value
{code} webhdfs.getXAttr(new Path("/dir1"),"USER.attr1")) {code}
==> returns null
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)