See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1518/
###
## LAST 60 LINES OF THE CONSOLE
###
[...truncated 31864 lines...]
Running org.apache.hadoop.mapred.Tes
OK:
* verified MD5
* verified signature
* expanded source tar and did a build
* configured pseudo cluster and run a couple of example MR jobs
* did a few HTTP calls to HTTFS
NOT OK:
* CHANGES.txt files have 2.0.6 as UNRELEASED, they should have the date the
RC vote ends
* 'mvn apache-rat:check' fa
I've filed https://issues.apache.org/jira/browse/HADOOP-9872 addressing the
following:
-
- handles protoc version correctly independently of the exit code
- if HADOOP_PROTOC_PATH env var is defined, it uses it as the protoc
executable * if HADOOP_PROTOC_PATH is not defined, it pi
Allen Wittenauer created MAPREDUCE-5458:
---
Summary: Jobhistory server (and probably others) throws HTTP 500
error if keytab fails
Key: MAPREDUCE-5458
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5458
Zhijie Shen created MAPREDUCE-5459:
--
Summary: Update the doc of running MRv1 examples jar on YARN
Key: MAPREDUCE-5459
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5459
Project: Hadoop Map/Redu
Chris Nauroth created MAPREDUCE-5460:
Summary: MR AppMaster command options does not replace @taskid@
with the current task ID.
Key: MAPREDUCE-5460
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5460
test-patch came back.
I'll commit to trunk and all "2" branches.
Once done I'll send an email indicating new protoc is required for
development.
Thanks.
On Wed, Aug 14, 2013 at 10:51 AM, Alejandro Abdelnur wrote:
> I've filed https://issues.apache.org/jira/browse/HADOOP-9872 addressing
> the
Following up on this.
HADOOP-9845 & HADOOP-9872 have been committed
to trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta.
All Hadoop developers must install protoc 2.5.0 in their development
machines for the build to run.
All Hadoop jenkins boxes are using protoc 2.5.0
The BUILDING.txt file has
forgot to add: A big thanks to Rajiv and Giri for helping out with the
changes in the Jenkins boxes.
On Wed, Aug 14, 2013 at 4:03 PM, Alejandro Abdelnur wrote:
> Following up on this.
>
> HADOOP-9845 & HADOOP-9872 have been committed
> to trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta.
>
> All