Review Request: HADOOP-7096 Allow setting of end-of-record delimiter for TextInputFormat

2011-01-17 Thread Ahmed Radwan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/328/ --- Review request for hadoop-common and hadoop-mapreduce. Summary --- This

Review Request: MAPREDUCE-2254 Allow setting of end-of-record delimiter for TextInputFormat

2011-01-17 Thread Ahmed Radwan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/329/ --- Review request for hadoop-common and hadoop-mapreduce. Summary --- This

How to write test cases for ensuing stream's/socket's closure either in catch block or finally block

2011-01-17 Thread bhallamudi kamesh
Hi All, How to write test cases for the scenarios such as throwing an IOException from the try block and ensuing that corresponding stream's/socket's closure either in catch block or in finally block. Do we need to write test cases for these scenarios in order to submit patches? Thanks in

[jira] Created: (HADOOP-7109) Add Python Hadoop I/O to contrib

2011-01-17 Thread Matteo Bertozzi (JIRA)
Add Python Hadoop I/O to contrib Key: HADOOP-7109 URL: https://issues.apache.org/jira/browse/HADOOP-7109 Project: Hadoop Common Issue Type: New Feature Reporter: Matteo Bertozzi

Re: Review Request: HADOOP-7104 Remove unnecessary DNS reverse lookups from RPC layer

2011-01-17 Thread Todd Lipcon
Hey Arun, Sorry, this one snuck by my filters and ended up in a weird place in gmail :) The relevant JIRA is INFRA-3153. I've been remiss in working with the infra guys on this one over the holiday season. I just pinged Gavin and hopefully we'll get to this soon together. -Todd On Thu, Jan 13,

Re: How to write test cases for ensuing stream's/socket's closure either in catch block or finally block

2011-01-17 Thread Konstantin Boudnik
Moving hdfs-dev@ and mapreduce-dev@ to Bcc: to avoid cross-postings. From what I understand you want to have a test case which demonstrates that whatever socket/stream connections were opened are properly closed in case of IOException? I guess one of many possibilities would be to check if a