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 "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2012/06/28 23:29:42 UTC

[jira] [Created] (HDFS-3578) missing hadoop.css

Roman Shaposhnik created HDFS-3578:
--------------------------------------

             Summary: missing hadoop.css
                 Key: HDFS-3578
                 URL: https://issues.apache.org/jira/browse/HDFS-3578
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: build
    Affects Versions: 2.0.0-alpha
            Reporter: Roman Shaposhnik
            Assignee: Roman Shaposhnik
            Priority: Minor


>From a report by Konstantin Olchanski:

Web interface of HDFS is missing the file hadoop.css and the web pages
look funny. This is the fix:

[root@ladd12 ~]# locate hadoop.css
/usr/lib/hadoop-0.20-mapreduce/webapps/static/hadoop.css
[root@ladd12 ~]# mkdir /usr/lib/hadoop-hdfs/webapps/static
[root@ladd12 ~]# cp `locate hadoop.css` /usr/lib/hadoop-hdfs/webapps/static

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira