Jenkins build is back to normal : Hadoop-Yarn-trunk #1545

2015-12-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: Hadoop-Yarn-trunk #1548

2015-12-22 Thread Apache Jenkins Server
See Changes: [benoy] HDFS-9034. StorageTypeStats Metric should not count failed storage. -- [...truncated 7598 lines...] [exec] make[2]: Entering directory

Hadoop-Yarn-trunk - Build # 1548 - Failure

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/1548/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7791 lines...] Running

Build failed in Jenkins: Hadoop-Yarn-trunk-Java8 #831

2015-12-22 Thread Apache Jenkins Server
See Changes: [benoy] HDFS-9034. StorageTypeStats Metric should not count failed storage. -- [...truncated 5605 lines...] [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (depcheck)

Hadoop-Yarn-trunk-Java8 - Build # 831 - Still Failing

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/831/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 5798 lines...] Tests run: 1, Failures: 0, Errors:

[jira] [Created] (YARN-4496) Improve HA ResourceManager Failover detection on the client

2015-12-22 Thread Arun Suresh (JIRA)
Arun Suresh created YARN-4496: - Summary: Improve HA ResourceManager Failover detection on the client Key: YARN-4496 URL: https://issues.apache.org/jira/browse/YARN-4496 Project: Hadoop YARN

Jenkins build is back to normal : Hadoop-Yarn-trunk #1547

2015-12-22 Thread Apache Jenkins Server
See

Build failed in Jenkins: Hadoop-Yarn-trunk-Java8 #830

2015-12-22 Thread Apache Jenkins Server
See Changes: [cnauroth] HDFS-9458. TestBackupNode always binds to port 50070, which can cause [kihwal] HDFS-7163. WebHdfsFileSystem should retry reads according to the -- [...truncated

Hadoop-Yarn-trunk-Java8 - Build # 830 - Failure

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/830/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 5359 lines...] [INFO] Building jar:

Hadoop-Yarn-trunk - Build # 1546 - Failure

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/1546/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8675 lines...] Building index for all the packages and

Build failed in Jenkins: Hadoop-Yarn-trunk #1546

2015-12-22 Thread Apache Jenkins Server
See Changes: [cnauroth] HDFS-9458. TestBackupNode always binds to port 50070, which can cause -- [...truncated 8482 lines...] Generating

[jira] [Created] (YARN-4498) Application level running labels/stats to be available to UI/REST/CLI

2015-12-22 Thread Bibin A Chundatt (JIRA)
Bibin A Chundatt created YARN-4498: -- Summary: Application level running labels/stats to be available to UI/REST/CLI Key: YARN-4498 URL: https://issues.apache.org/jira/browse/YARN-4498 Project:

Hadoop-Yarn-trunk - Build # 1549 - Still Failing

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/1549/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7783 lines...] Running

Jenkins build is back to normal : Hadoop-Yarn-trunk-Java8 #832

2015-12-22 Thread Apache Jenkins Server
See

[jira] [Created] (YARN-4497) RM might fail to restart when recovering apps whose attempts are missing

2015-12-22 Thread Jun Gong (JIRA)
Jun Gong created YARN-4497: -- Summary: RM might fail to restart when recovering apps whose attempts are missing Key: YARN-4497 URL: https://issues.apache.org/jira/browse/YARN-4497 Project: Hadoop YARN

[jira] [Resolved] (YARN-4027) ApplicationHistory web UI(timeline V1) apps column rendering is incorrect

2015-12-22 Thread Rohith Sharma K S (JIRA)
[ https://issues.apache.org/jira/browse/YARN-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohith Sharma K S resolved YARN-4027. - Resolution: Duplicate Closing as duplicate > ApplicationHistory web UI(timeline V1) apps

Build failed in Jenkins: Hadoop-Yarn-trunk #1544

2015-12-22 Thread Apache Jenkins Server
See Changes: [zhz] HDFS-9580. TestComputeInvalidateWork#testDatanodeReRegistration failed [Arun Suresh] YARN-4477. FairScheduler: Handle condition which can result in an [szetszwo] HDFS-9575. Use byte array for internal block

Hadoop-Yarn-trunk - Build # 1544 - Still Failing

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/1544/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9407 lines...] Running

Hadoop-Yarn-trunk-Java8 - Build # 828 - Failure

2015-12-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/828/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 5625 lines...] at

Build failed in Jenkins: Hadoop-Yarn-trunk-Java8 #828

2015-12-22 Thread Apache Jenkins Server
See Changes: [zhz] HDFS-9580. TestComputeInvalidateWork#testDatanodeReRegistration failed [Arun Suresh] YARN-4477. FairScheduler: Handle condition which can result in an [szetszwo] HDFS-9575. Use byte array for internal block

Re: [VOTE] Release Apache Hadoop 2.7.2 RC1

2015-12-22 Thread Junping Du
Checked 2.7.2-RC1 tag which match exactly with 2.7.2 branch. Downloaded the release bit and deploy a single node cluster which works fine with running some example jobs. Built from src and check signatures, all looks good. Checked release note which has 138 commits (HADOOP:22, HDFS:42,

can anyone give me a hint on "lhs" and "rhs"

2015-12-22 Thread Allen Zhang
Hello all, can anyone give me a hint on "lhs" and "rhs" in Resource.java file what are they short for? Thanks, Allen for example: public static Resource addTo(Resource lhs, Resource rhs) { lhs.setMemory(lhs.getMemory() + rhs.getMemory()); lhs.setVirtualCores(lhs.getVirtualCores() +

RE: can anyone give me a hint on "lhs" and "rhs"

2015-12-22 Thread Naganarasimha G R (Naga)
LHS : left hand side RHS : Right hand side From: Allen Zhang [allenzhang...@126.com] Sent: Tuesday, December 22, 2015 19:30 To: yarn-dev@hadoop.apache.org Subject: can anyone give me a hint on "lhs" and "rhs" Hello all, can anyone give me a hint on "lhs"

Re: [VOTE] Release Apache Hadoop 2.7.2 RC1

2015-12-22 Thread Chang Li
+1 (non binding) Downloaed src and built on single node cluster. Ran some MR jobs successfully. Verified signature. Thanks, Chang On Mon, Dec 21, 2015 at 9:34 PM, Tsuyoshi Ozawa wrote: > +1 > > - downloaded src and bin tar balls and verified signatures. > - built Tez and

RE: can anyone give me a hint on "lhs" and "rhs"

2015-12-22 Thread Allen Zhang
OMG :) At 2015-12-22 22:25:39, "Naganarasimha G R (Naga)" wrote: >LHS : left hand side >RHS : Right hand side > >From: Allen Zhang [allenzhang...@126.com] >Sent: Tuesday, December 22, 2015 19:30 >To:

Re: How to debug hadoop(or YARN) locally?

2015-12-22 Thread Chris Nauroth
If you want the capability to run live pseudo-distributed and deploy code changes without doing a full distro tarball build, then you can control the classpath by setting a few more environment variables in hadoop-env.sh. Here is an example of what I'm doing in one of my dev environments. export

Build failed in Jenkins: Hadoop-Yarn-trunk #1549

2015-12-22 Thread Apache Jenkins Server
See Changes: [rohithsharmaks] YARN-4109. Exception on RM scheduler page loading with labels. (Mohammad -- [...truncated 7590 lines...] [exec] make[2]: Leaving directory

[jira] [Created] (YARN-4499) Bad config values of "scheduler.maximum-allocation-vcores"

2015-12-22 Thread Tianyin Xu (JIRA)
Tianyin Xu created YARN-4499: Summary: Bad config values of "scheduler.maximum-allocation-vcores" Key: YARN-4499 URL: https://issues.apache.org/jira/browse/YARN-4499 Project: Hadoop YARN Issue