Seeing weird behavior where, as the HDFS admin user (`hdfs`), I am able to see the `hdfs:///user` folder, but not the same folder when accessing via HDFS NFS Gateway, eg.
[hdfs@HW04 ~]$ hadoop fs -ls /user
Found 12 items
drwx------ - accumulo hdfs 0 2019-07-19 13:53 /user/accumulo
drwxr-xr-x - admin hadoop 0 2019-07-25 15:17 /user/admin
drwxrwx--- - ambari-qa hdfs 0 2019-07-19 13:54 /user/ambari-qa
drwxr-xr-x - druid hadoop 0 2019-07-19 13:53 /user/druid
drwxr-xr-x - hbase hdfs 0 2019-07-19 13:50 /user/hbase
drwx------ - hdfs hdfs 0 2019-08-01 15:42 /user/hdfs
drwxr-xr-x - hive hdfs 0 2019-07-19 13:54 /user/hive
drwxrwxr-x - oozie hdfs 0 2019-07-19 13:56 /user/oozie
drwxrwxr-x - spark hdfs 0 2019-07-19 13:57 /user/spark
drwxr-xr-x - zeppelin hdfs 0 2019-07-19 13:52 /user/zeppelin
[hdfs@HW04 ~]$
[hdfs@HW04 ~]$
[hdfs@HW04 ~]$ ls -lh /hdpnfs/user/
total 0
Is this normal? If so, why? Else any ideas what could be causing this?