[jira] Created: (MAPREDUCE-1930) Rumen expects history file names to be in old format

2010-07-12 Thread Ravi Gummadi (JIRA)
Rumen expects history file names to be in old format Key: MAPREDUCE-1930 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1930 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] Created: (MAPREDUCE-1931) Gridmix forrest documentation

2010-07-12 Thread rahul k singh (JIRA)
Gridmix forrest documentation -- Key: MAPREDUCE-1931 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1931 Project: Hadoop Map/Reduce Issue Type: Improvement Components: contrib/gridmix

[jira] Created: (MAPREDUCE-1933) Create automated testcase for tasktracker dealing with corrupted disk.

2010-07-12 Thread Iyappan Srinivasan (JIRA)
Create automated testcase for tasktracker dealing with corrupted disk. -- Key: MAPREDUCE-1933 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1933 Project: Hadoop Map/Reduce

[jira] Created: (MAPREDUCE-1934) Timing issue with Distributed Cache testcases for already automated (herriot ) test scenarios.

2010-07-12 Thread Iyappan Srinivasan (JIRA)
Timing issue with Distributed Cache testcases for already automated (herriot ) test scenarios. -- Key: MAPREDUCE-1934 URL:

[jira] Resolved: (MAPREDUCE-613) Streaming should allow to re-start the command if it failed in the middle of input

2010-07-12 Thread Amareshwari Sriramadasu (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu resolved MAPREDUCE-613. --- Resolution: Duplicate Can be achieved through skipping bad

[jira] Created: (MAPREDUCE-1935) HFTP needs to be updated to use delegation tokens (from HDFS-1007)

2010-07-12 Thread Boris Shkolnik (JIRA)
HFTP needs to be updated to use delegation tokens (from HDFS-1007) -- Key: MAPREDUCE-1935 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1935 Project: Hadoop Map/Reduce

SequenceFile and hadoop sync

2010-07-12 Thread Ted Yu
We are using cdh3b2 which contains append/sync functionality. Our code uses SequenceFile.BlockCompressWriter.append() to write to sequence file. Since FSDataOutputStream out doesn't have public visibility (in SequenceFile.Writer), I am wondering how we can utilize the new sync functionality. Your

Re: SequenceFile and hadoop sync

2010-07-12 Thread Todd Lipcon
Hi Ted, You'll find that SequenceFile.Writer has a syncFs() method in the append branch. This syncs the underlying FSDataOutputStream. -Todd On Mon, Jul 12, 2010 at 3:29 PM, Ted Yu yuzhih...@gmail.com wrote: We are using cdh3b2 which contains append/sync functionality. Our code uses