Failed: YARN-2372 PreCommit Build #4490

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2372 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4490/ ### ## LAST 60 LINES OF THE CONSOLE ###

Failed: YARN-2212 PreCommit Build #4491

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2212 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4491/ ### ## LAST 60 LINES OF THE CONSOLE ###

Failed: YARN-2374 PreCommit Build #4493

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2374 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4493/ ### ## LAST 60 LINES OF THE CONSOLE ###

Success: YARN-2347 PreCommit Build #4492

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2347 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4492/ ### ## LAST 60 LINES OF THE CONSOLE ###

Failed: YARN-2372 PreCommit Build #4494

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2372 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4494/ ### ## LAST 60 LINES OF THE CONSOLE ###

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

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/629/changes Changes: [zjshen] YARN-2347. Consolidated RMStateVersion and NMDBSchemaVersion into Version in yarn-server-common. Contributed by Junping Du. [arp] HDFS-6441. Add ability to exclude/include specific datanodes while balancing.

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

2014-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/629/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14761 lines...]

Success: YARN-2051 PreCommit Build #4495

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2051 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4495/ ### ## LAST 60 LINES OF THE CONSOLE ###

Success: YARN-2051 PreCommit Build #4496

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2051 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4496/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Resolved] (YARN-2283) RM failed to release the AM container

2014-07-31 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe resolved YARN-2283. -- Resolution: Duplicate Yes, it is very likely a duplicate of MAPREDUCE-5888, especially since it no

Failed: YARN-2212 PreCommit Build #4497

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2212 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4497/ ### ## LAST 60 LINES OF THE CONSOLE ###

Success: YARN-2033 PreCommit Build #4498

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2033 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4498/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Created] (YARN-2375) Allow enabling/disabling timeline server per framework

2014-07-31 Thread Jonathan Eagles (JIRA)
Jonathan Eagles created YARN-2375: - Summary: Allow enabling/disabling timeline server per framework Key: YARN-2375 URL: https://issues.apache.org/jira/browse/YARN-2375 Project: Hadoop YARN

Failed: YARN-2069 PreCommit Build #4499

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2069 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4499/ ### ## LAST 60 LINES OF THE CONSOLE ###

Gridmix on Yarn

2014-07-31 Thread Brian Husted
Can someone please let me know if Gridmix is supported when running Yarn in Hadoop2?

Success: YARN-2008 PreCommit Build #4500

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2008 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4500/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Resolved] (YARN-2304) Test*WebServices* fails intermittently

2014-07-31 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved YARN-2304. -- Resolution: Fixed Test*WebServices* fails intermittently

[jira] [Created] (YARN-2376) Too many threads blocking on the global JobTracker lock from getJobCounters, optimize getJobCounters to release global JobTracker lock before access the per job counter in

2014-07-31 Thread zhihai xu (JIRA)
zhihai xu created YARN-2376: --- Summary: Too many threads blocking on the global JobTracker lock from getJobCounters, optimize getJobCounters to release global JobTracker lock before access the per job counter in JobInProgress Key:

[jira] [Resolved] (YARN-2376) Too many threads blocking on the global JobTracker lock from getJobCounters, optimize getJobCounters to release global JobTracker lock before access the per job counter i

2014-07-31 Thread zhihai xu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhihai xu resolved YARN-2376. - Resolution: Duplicate Too many threads blocking on the global JobTracker lock from getJobCounters,

How to really add priority for job and queue?

2014-07-31 Thread Cui Liqiang
Hi, I am using Yarn and facing some custom requirements which seem not supported yet: Currently the getPriority() implementation in FSQueue and AppScheduler are all hard coded to be 1. We’d like them to reflect the real priority, say, from configuration file(or allocation file?). We’d like to

Re: How to really add priority for job and queue?

2014-07-31 Thread Sandy Ryza
Hi Cui, Fair Scheduler queues can be given priorities via weights. The Fair Scheduler documentation discusses how to configure these - http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/FairScheduler.html. Allowing applications to have priorities is planned, but I don't remember

Re: How to really add priority for job and queue?

2014-07-31 Thread Wei Yan
YARN-2098, for supporting application priority in fair scheduler. Wei On Jul 31, 2014, at 5:33 PM, Sandy Ryza sandy.r...@cloudera.com wrote: Hi Cui, Fair Scheduler queues can be given priorities via weights. The Fair Scheduler documentation discusses how to configure these -

[jira] [Created] (YARN-2377) Localization exception stack traces are not passed as diagnostic info

2014-07-31 Thread Gera Shegalov (JIRA)
Gera Shegalov created YARN-2377: --- Summary: Localization exception stack traces are not passed as diagnostic info Key: YARN-2377 URL: https://issues.apache.org/jira/browse/YARN-2377 Project: Hadoop YARN

Failed: YARN-2212 PreCommit Build #4501

2014-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2212 Build: https://builds.apache.org/job/PreCommit-YARN-Build/4501/ ### ## LAST 60 LINES OF THE CONSOLE ###