diff --git a/CHANGES.txt b/CHANGES.txt index 5774b87e3cf..a0d87d2f8c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -336,6 +336,9 @@ Release 0.21.0 - Unreleased IMPROVEMENTS + HADOOP-6771. Herriot's artifact id for Maven deployment should be set to + hadoop-core-instrumented (cos) + HADOOP-6752. Remote cluster control functionality needs JavaDocs improvement (Balaji Rajagopalan via cos). diff --git a/build.xml b/build.xml index 11cda1b5237..158df3e360d 100644 --- a/build.xml +++ b/build.xml @@ -1217,7 +1217,8 @@ - @@ -1238,14 +1239,18 @@ + + + @@ -1281,6 +1286,7 @@ + diff --git a/ivy/hadoop-core-system-template.xml b/ivy/hadoop-core-instrumented-template.xml similarity index 98% rename from ivy/hadoop-core-system-template.xml rename to ivy/hadoop-core-instrumented-template.xml index d17596c7f7d..8e837e9ad02 100644 --- a/ivy/hadoop-core-system-template.xml +++ b/ivy/hadoop-core-instrumented-template.xml @@ -19,7 +19,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.hadoop - hadoop-core + hadoop-core-instrumented jar @version diff --git a/ivy/hadoop-core-system.pom b/ivy/hadoop-core-system.pom deleted file mode 100644 index 8f11854c253..00000000000 --- a/ivy/hadoop-core-system.pom +++ /dev/null @@ -1,258 +0,0 @@ - - - - - 4.0.0 - org.apache.hadoop - hadoop-core-system - jar - ${hadoop.version} - - Hadoop is the distributed computing framework of Apache; - hadoop-core-system contains shared classes of embeded - Hadoop test framework for system testing. - - - - Apache License, Version 2.0 - http://apache.org/licenses/LICENSE-2.0 - - - - - - - - commons-logging - commons-logging - ${commons-logging.version} - - - avalon-framework - avalon-framework - - - javax.servlet - servlet-api - - - junit - junit - - - logkit - logkit - - - log4j - log4j - - - - - - log4j - log4j - ${log4j.version} - optional - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - - - - - org.slf4j - slf4j-api - ${slf4j-api.version} - optional - - - org.slf4j - slf4j-log4j12 - ${slf4j-log4j12.version} - optional - - - log4j - log4j - - - - - - - - commons-httpclient - commons-httpclient - 3.1 - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - commons-codec - commons-codec - 1.3 - optional - - - - - commons-cli - commons-cli - 2.0-20070823 - optional - - - - - - commons-net - commons-net - 1.4.1 - optional - - - - - javax.servlet - servlet-api - ${servlet-api.version} - optional - - - jetty - org.mortbay.jetty - ${jetty.version} - optional - - - - - - - org.mortbay.jetty - jsp-2.1 - ${jetty.version} - optional - - - org.mortbay.jetty - jsp-api-2.1 - ${jetty.version} - optional - - - commons-el - commons-el - ${commons-el.version} - optional - - - - - - - org.eclipse.jdt - core - ${core.version} - optional - - - org.apache.ant - ant - ${apacheant.version} - optional - - - - - - net.java.dev.jets3t - jets3t - ${jets3t.version} - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - - - - - - xmlenc - xmlenc - 0.52 - optional - - - diff --git a/ivy/hadoop-core-system.xml b/ivy/hadoop-core-system.xml deleted file mode 100644 index e5f8e926447..00000000000 --- a/ivy/hadoop-core-system.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - 4.0.0 - org.apache.hadoop - hadoop-core-system - jar - 0.22.0-SNAPSHOT - - - commons-cli - commons-cli - 1.2 - - - xmlenc - xmlenc - 0.52 - - - commons-httpclient - commons-httpclient - 3.0.1 - - - commons-codec - commons-codec - 1.4 - - - commons-net - commons-net - 1.4.1 - - - org.mortbay.jetty - jetty - 6.1.14 - - - org.mortbay.jetty - jetty-util - 6.1.14 - - - tomcat - jasper-runtime - 5.5.12 - - - tomcat - jasper-compiler - 5.5.12 - - - org.mortbay.jetty - jsp-api-2.1 - 6.1.14 - - - org.mortbay.jetty - jsp-2.1 - 6.1.14 - - - commons-el - commons-el - 1.0 - - - net.java.dev.jets3t - jets3t - 0.7.1 - - - commons-net - commons-net - 1.4.1 - - - org.mortbay.jetty - servlet-api-2.5 - 6.1.14 - - - net.sf.kosmosfs - kfs - 0.3 - - - junit - junit - 4.5 - - - hsqldb - hsqldb - 1.8.0.10 - - - oro - oro - 2.0.8 - - - org.apache.hadoop - avro - 1.3.0 - - - diff --git a/src/test/aop/build/aop.xml b/src/test/aop/build/aop.xml index 3adce1ac3d2..4c62e03e259 100644 --- a/src/test/aop/build/aop.xml +++ b/src/test/aop/build/aop.xml @@ -28,12 +28,13 @@ - - - + + + + @@ -128,9 +129,9 @@ + jar.final.value="${final.name}-${herriot.suffix}"> - @@ -248,14 +249,26 @@ - + - - - - + + + + + + + + + + + + + + +