Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
2.0.0-alpha
-
None
-
None
Description
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
Attachments
Issue Links
- relates to
-
HDFS-2608 Namenode web ui references missing hadoop.css
- Resolved
-
HADOOP-7094 hadoop.css got lost during project split
- Closed