Questions on HADOOP-6713

2010-12-16 Thread Min Zhou
Hi all, After apply the patch from HADOOP-6713 into our hadoop source tree, I did a benchmark on multi-readers RPC, and didn't found any throughput improvement . The attachment of this mail is a patch of my rpc benmark. Test scenario listed below. Network: Gigabit LAN CPU: 8 core Intel(R) Xeon(

Re: Review Request: Add copyBytes method to Text and BytesWritable to improve usability

2010-12-16 Thread Dhruba Borthakur
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/182/#review74 --- Ship it! - Dhruba On 2010-12-16 05:35:58, Owen O'Malley wrote: > > --

Re: web access interface for HDFS

2010-12-16 Thread Allen Wittenauer
On Dec 10, 2010, at 5:40 PM, Springring wrote: > hi all, > I want to making sure one thing --if there are web page in HDFS to access > files? > I know that there are command like "fs -put" and "fs -get",even more we can > download > file from web like "slave:50075".But is there a way to put

[jira] Created: (HADOOP-7065) jobhistory.jsp cuts off the job name at the first underscore of the job name

2010-12-16 Thread Bill Au (JIRA)
jobhistory.jsp cuts off the job name at the first underscore of the job name Key: HADOOP-7065 URL: https://issues.apache.org/jira/browse/HADOOP-7065 Project: Hadoop Common

Hadoop-Common-22-branch - Build # 7 - Still Failing

2010-12-16 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hadoop-Common-22-branch/7/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 1590 lines...] [exec] checking for zconf.h

Re: CDH3b3 deadlock in jobtracker

2010-12-16 Thread Todd Lipcon
Replying back on common-dev list because I've determined this issue exists upstream. Configuration.writeXml will deadlock if the XML output is larger than one block (or I think if pipeline recovery happens mid-write) I filed HDFS-1542. -Todd On Thu, Dec 16, 2010 at 8:59 AM, Luke Forehand wrote:

Re: CDH3b3 deadlock in jobtracker

2010-12-16 Thread Aaron T. Myers
bcc: common-dev to: cdh-user Hi Luke, Please send CDH-specific mail only to the CDH user/dev lists. The Apache lists are intended for discussion of the upstream project. -- Aaron T. Myers Software Engineer, Cloudera On Thu, Dec 16, 2010 at 8:59 AM, Luke Forehand < luke.foreh...@networkedinsig

Re: CDH3b3 deadlock in jobtracker

2010-12-16 Thread Owen O'Malley
Please use the Cloudera support lists for Cloudera specific questions.

Re: Review Request: Add copyBytes method to Text and BytesWritable to improve usability

2010-12-16 Thread Konstantin Boudnik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/182/#review73 --- Ship it! - Konstantin On 2010-12-16 05:35:58, Owen O'Malley wrote: >

Review Request: Add copyBytes method to Text and BytesWritable to improve usability

2010-12-16 Thread Owen O'Malley
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/182/ --- Review request for hadoop-common. Summary --- Users would like a method that