You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Aaron T. Myers (JIRA)" <ji...@apache.org> on 2014/02/10 19:52:19 UTC

[jira] [Created] (HDFS-5921) Cannot browse file system via NN web UI if any directory has the sticky bit set

Aaron T. Myers created HDFS-5921:
------------------------------------

             Summary: Cannot browse file system via NN web UI if any directory has the sticky bit set
                 Key: HDFS-5921
                 URL: https://issues.apache.org/jira/browse/HDFS-5921
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 2.3.0
            Reporter: Aaron T. Myers
            Assignee: Aaron T. Myers
            Priority: Critical


You'll see an error like this in the JS console if any directory has the sticky bit set:

{noformat}
'helper_to_permission': function(chunk, ctx, bodies, params) {
....
var exec = ((parms.perm % 10) & 1) == 1;
Uncaught ReferenceError: parms is not defined
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)