Re: Why java.util.zip.ZipOutputStream need to use /tmp?

2009-09-03 Thread Oliver B. Fischer
Hello Steve, I assume what the java.io.FileOutputStream uses /tmp as tempdir. As you can see, the errors occurs in a native method. As far I know, /tmp is standard temp directory on UNIX systems automatically used by many native library calls. May you can set $TEMPDIR

Re: [VOTE] Should we release Common 0.20.1-rc1?

2009-09-03 Thread stack
+1. I tried this release under hbase stress loading and all seems to work at least as well as hadoop 0.20.0. St.Ack On Tue, Sep 1, 2009 at 2:20 PM, Owen O'Malley o...@yahoo-inc.com wrote: There were some problems in the tests for 0.20.1-rc0, so I incorporated 3 new patches that only update

[jira] Created: (HADOOP-6236) clean-up Trash.moveToTrash() code. Should throw exception instead of returning false

2009-09-03 Thread Boris Shkolnik (JIRA)
clean-up Trash.moveToTrash() code. Should throw exception instead of returning false Key: HADOOP-6236 URL: https://issues.apache.org/jira/browse/HADOOP-6236

Re: [VOTE] Should we release Common 0.20.1-rc1?

2009-09-03 Thread Owen O'Malley
On Sep 1, 2009, at 2:20 PM, Owen O'Malley wrote: There were some problems in the tests for 0.20.1-rc0, so I incorporated 3 new patches that only update the tests (MR-911, MR-687, and MR-924) into a new release candidate. Please try it out and vote. The release candidate is at:

RE: how to apply patch to hadoop

2009-09-03 Thread Giridharan Kesavan
It's same us applying patch in linux; If you want to rollback, you can do svn revert tnx! -G From: Starry SHI [starr...@gmail.com] Sent: Friday, September 04, 2009 7:41 AM To: core-...@hadoop.apache.org Subject: how to apply patch to hadoop Hi all. I