Hadoop-Hdfs-0.23-Build - Build # 778 - Still Failing

2013-11-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/778/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7885 lines...] [ERROR] location: class

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #778

2013-11-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/778/ -- [...truncated 7692 lines...] [ERROR] symbol : class Parser [ERROR] location: package com.google.protobuf [ERROR]

Jenkins build is back to normal : Hadoop-Hdfs-trunk #1570

2013-11-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1570/changes

Re: Replacing the JSP web UIs to HTML 5 applications

2013-11-01 Thread Colin McCabe
Right now, if you do a search on Google for dfshealth.jsp, you will find many unsecured NameNode web UIs which were accidentally exposed to the internet. If the UIs were client-side, accessing these pages would not work, since the client-side Javascript would fail to make the JMX access. Nearly

[jira] [Created] (HDFS-5449) WebHdfs compatibility broken between 2.2 and 1.x / 23.x

2013-11-01 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-5449: Summary: WebHdfs compatibility broken between 2.2 and 1.x / 23.x Key: HDFS-5449 URL: https://issues.apache.org/jira/browse/HDFS-5449 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-5450) better API for getting the cached blocks locations

2013-11-01 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-5450: -- Summary: better API for getting the cached blocks locations Key: HDFS-5450 URL: https://issues.apache.org/jira/browse/HDFS-5450 Project: Hadoop HDFS

[jira] [Created] (HDFS-5451) add more debugging for cache rescan

2013-11-01 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-5451: -- Summary: add more debugging for cache rescan Key: HDFS-5451 URL: https://issues.apache.org/jira/browse/HDFS-5451 Project: Hadoop HDFS Issue

[jira] [Reopened] (HDFS-5035) getFileLinkStatus and rename do not correctly check permissions of symlinks

2013-11-01 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang reopened HDFS-5035: --- Re-opening to backport to branch-2.2. getFileLinkStatus and rename do not correctly check permissions

[jira] [Resolved] (HDFS-5035) getFileLinkStatus and rename do not correctly check permissions of symlinks

2013-11-01 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang resolved HDFS-5035. --- Resolution: Fixed Fix Version/s: (was: 2.3.0) 2.2.1 Thanks colin,

Re: Replacing the JSP web UIs to HTML 5 applications

2013-11-01 Thread Haohui Mai
Hi Colin, I put up a command line tool today to query the information of the HDFS through JMX. The code is available at https://github.com/haohui/dfshealth-cli I did it within a day. Obviously the tool can be more polished, but what I'm trying to demonstrate is that it is feasible to reuse some

[jira] [Created] (HDFS-5452) Fix TestReplicationPolicy and TestBlocksScheduledCounter

2013-11-01 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-5452: Summary: Fix TestReplicationPolicy and TestBlocksScheduledCounter Key: HDFS-5452 URL: https://issues.apache.org/jira/browse/HDFS-5452 Project: Hadoop

[jira] [Resolved] (HDFS-5447) Fix TestJspHelper

2013-11-01 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-5447. - Resolution: Fixed Fix Version/s: Heterogeneous Storage (HDFS-2832) Thanks Nicholas. I