Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01D0ED27A for ; Thu, 28 Jun 2012 21:29:45 +0000 (UTC) Received: (qmail 97568 invoked by uid 500); 28 Jun 2012 21:29:44 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 97512 invoked by uid 500); 28 Jun 2012 21:29:44 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 97276 invoked by uid 99); 28 Jun 2012 21:29:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 21:29:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AB7371418B6 for ; Thu, 28 Jun 2012 21:29:43 +0000 (UTC) Date: Thu, 28 Jun 2012 21:29:43 +0000 (UTC) From: "Roman Shaposhnik (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1328678911.69109.1340918983704.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HDFS-3578) missing hadoop.css MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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