[jira] [Resolved] (HDFS-5437) Fix TestBlockReport and TestBPOfferService failures

2013-10-30 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-5437. - Resolution: Fixed Fix Version/s: Heterogeneous Storage (HDFS-2832) Hadoop Flags: Review

test-patch failing with OOM errors in javah

2013-10-30 Thread Alejandro Abdelnur
The following is happening in builds for MAPREDUCE and YARN patches. I've seen the failures in hadoop5 and hadoop7 machines. I've increased Maven memory to 1GB (export MAVEN_OPTS="-Xmx1024m" in the jenkins jobs) but still some failures persist: https://builds.apache.org/job/PreCommit-MAPREDUCE-Buil

Re: Replacing the JSP web UIs to HTML 5 applications

2013-10-30 Thread Haohui Mai
Hi Andrew, You always have the option to access the old JSP UI using the same URLs, if you want to access the UI with a text-based browser. ~Haohui On Wed, Oct 30, 2013 at 12:11 PM, Andrew Wang wrote: > I'm also not convinced that a Javascript-based approach is the way to go. > We shouldn't sw

Re: Replacing the JSP web UIs to HTML 5 applications

2013-10-30 Thread Andrew Wang
I'm also not convinced that a Javascript-based approach is the way to go. We shouldn't switch the default UI until (at a minimum) we have the command-line tools that Colin requested, and even then I'd still want to retain support for text-based browsers like elinks unless there are compelling techn

[jira] [Resolved] (HDFS-5386) Add feature documentation for datanode caching.

2013-10-30 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-5386. - Resolution: Fixed Fix Version/s: 3.0.0 I committed this to trunk. Thanks, Colin. > Add fe

Re: HDFS single datanode cluster issues

2013-10-30 Thread David Mankellow
We are mapping a 1:1 replication. We have tried setting dfs.client.block.write.replace-datanode-on-failure.enable to NEVER but it seems to be ignored. We have tried the following: === dfs.client.block.write.replace-datanode-on-failure.enable false dfs.client.block.write.replace-d

Hadoop-Hdfs-trunk - Build # 1568 - Still Failing

2013-10-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1568/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12786 lines...] main: [mkdir] Created dir: /home/jen

Build failed in Jenkins: Hadoop-Hdfs-trunk #1568

2013-10-30 Thread Apache Jenkins Server
See Changes: [sandy] YARN-1306. Clean up hadoop-sls sample-conf according to YARN-1228 (Wei Yan via Sandy Ryza) [arp] HDFS-5436. Move HsFtpFileSystem and HFtpFileSystem into org.apache.hdfs.web. (Contributed by Haohui Mai) [bikas]

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

2013-10-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/776/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7867 lines...] [ERROR] location: class com.google.pro

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

2013-10-30 Thread Apache Jenkins Server
See -- [...truncated 7674 lines...] [ERROR] symbol : class Parser [ERROR] location: package com.google.protobuf [ERROR]

Re: HDFS single datanode cluster issues

2013-10-30 Thread Allan Wilson
Hi David How does your block replica count compare to the number of datanodes in your cluster? Anyway...I found this in the online doc. You may want to use the NEVER policy. dfs.client.block.write.replace-datanode-on-failure.enable true If there is a datanode/network failure in the write pipeli

HDFS single datanode cluster issues

2013-10-30 Thread David Mankellow
Hi all, We are having difficulty writing any logs to a HDFS cluster of less than 3 nodes. This has been since the update between cdh4.2 and 4.3 (4.4 is also the same). Has anything changed that may make this occur and is there anything that can be done to rectify the situation, so we can use

Re: Replacing the JSP web UIs to HTML 5 applications

2013-10-30 Thread Luke Lu
I don't think that we have reached a consensus that the new javascript only UI is the right direction to go. Most people considered it "interesting". I personally think it's inappropriate for core Hadoop UI, as it increases attack surface of the UI and taking away existing mitigation options from u