[VOTE] Release Apache Hadoop 0.23.9

2013-07-01 Thread Thomas Graves
I've created a release candidate (RC0) for hadoop-0.23.9 that I would like
to release.

The RC is available at:
http://people.apache.org/~tgraves/hadoop-0.23.9-candidate-0/
The RC tag in svn is here:
http://svn.apache.org/viewvc/hadoop/common/tags/release-0.23.9-rc0/

The maven artifacts are available via repository.apache.org.

Please try the release and vote; the vote will run for the usual 7 days til 
July 8th.

I am +1 (binding).

thanks,
Tom Graves


[jira] [Created] (MAPREDUCE-5363) Fix doc and spelling for TaskCompletionEvent#getTaskStatus and getStatus

2013-07-01 Thread Sandy Ryza (JIRA)
Sandy Ryza created MAPREDUCE-5363:
-

 Summary: Fix doc and spelling for 
TaskCompletionEvent#getTaskStatus and getStatus
 Key: MAPREDUCE-5363
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5363
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv1, mrv2
Affects Versions: 1.1.2, 2.1.0-beta
Reporter: Sandy Ryza


The doc for TaskCompletionEvent#get(Task)Status in both MR1 and MR2 is
{code}
Returns enum Status.SUCESS or Status.FAILURE.
@return task tracker status
{code}

The actual values that the Status enum can take are
FAILED, KILLED, SUCCEEDED, OBSOLETE, TIPFAILED

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (MAPREDUCE-5365) Set mapreduce.job.classpath to true by default

2013-07-01 Thread Sandy Ryza (JIRA)
Sandy Ryza created MAPREDUCE-5365:
-

 Summary: Set mapreduce.job.classpath to true by default
 Key: MAPREDUCE-5365
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5365
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.0.5-alpha
Reporter: Sandy Ryza
Assignee: Sandy Ryza


MAPREDUCE-1700 introduced the mapreduce.job.classpath option, which uses a 
custom classloader to separate system classes from user classes.  It seems like 
there are only rare cases when a user would not want this on, and that it 
should enabled by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (MAPREDUCE-5367) Local jobs all use same local working directory

2013-07-01 Thread Sandy Ryza (JIRA)
Sandy Ryza created MAPREDUCE-5367:
-

 Summary: Local jobs all use same local working directory
 Key: MAPREDUCE-5367
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5367
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.0.5-alpha
Reporter: Sandy Ryza
Assignee: Sandy Ryza


This means that local jobs, even in different JVMs, can't run concurrently 
because they might delete each other's files during work directory setup.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-07-01 Thread Roman Shaposhnik
Hi Arun!

On Fri, Jun 28, 2013 at 2:05 PM, Arun C Murthy a...@hortonworks.com wrote:
 Thanks Hitesh  Roman, I'll roll RC1 once these are fixed.

Here's the latest update. I've incorporated Collin's patch for HADOOP-9676
and re-ran the tests. A few subtests of TestCLI still fail, but quite a few
pass and on top of that the failing ones no longer make the NN go OOM.

Now, we still need to get to the bottom of why the subset of tests
keep failing, but
at this point I'd feel comfortable committing a change for HADOOP-9676
to branch-2.1 and going from there.

Let me know if I can help some more.

Thanks,
Roman.