Author: mahadev
Date: Wed May 18 23:57:07 2011
New Revision: 1124470
URL: http://svn.apache.org/viewvc?rev=1124470&view=rev
Log:
Add junit jar to lib in assembly (mahadev and luke)
Modified:
hadoop/mapreduce/branches/MR-279/CHANGES.txt
hadoop/mapreduce/branches/MR-279/pom.xml
Modified: hadoop/mapreduce/branches/MR-279/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/CHANGES.txt?rev=1124470&r1=1124469&r2=1124470&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/MR-279/CHANGES.txt Wed May 18 23:57:07 2011
@@ -4,6 +4,8 @@ Trunk (unreleased changes)
MAPREDUCE-279
+ Add junit jar to lib in assembly (mahadev and luke)
+
MAPREDUCE-2509. Fix NPE in UI for pending attempts. (luke lu via mahadev)
Fix job hang if the AM launch fails. (mahadev)
Modified: hadoop/mapreduce/branches/MR-279/pom.xml
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/pom.xml?rev=1124470&r1=1124469&r2=1124470&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/pom.xml (original)
+++ hadoop/mapreduce/branches/MR-279/pom.xml Wed May 18 23:57:07 2011
@@ -113,6 +113,11 @@
<version>2.0</version>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<version>3.2.3.Final</version>