Jira: https://issues.apache.org/jira/browse/YARN-2761
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7646/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 54 lines...]
*/
public static SchedulingPolicy getInstance(Class<? extends SchedulingPolicy>
clazz) {
SchedulingPolicy policy = instances.get(clazz);
if (policy == null) {
policy = ReflectionUtils.newInstance(clazz, null);
instances.put(clazz, policy);
}
return policy;
}
/**
error: patch failed:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/SchedulingPolicy.java:48
error:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/SchedulingPolicy.java:
patch does not apply
PATCH APPLICATION FAILED
Elapsed time: 0m 0s
-1 overall
| Vote | Subsystem | Runtime | Comment
============================================================================
| -1 | patch | 0m 0s | The patch command could not apply the
| | | | patch during dryrun.
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12677844/YARN-2761.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f1a152c |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
4841a5ab538a348f181d9734057074ff4f4955a1 logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Description set: MAPREDUCE-6345
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
No tests ran.