You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2015/02/02 20:54:17 UTC

[1/2] hadoop git commit: HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 aee297cce -> dedfb982f
  refs/heads/trunk 8004a0023 -> 1c09ca2ba


HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1c09ca2b
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1c09ca2b
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1c09ca2b

Branch: refs/heads/trunk
Commit: 1c09ca2ba4d97d827cc6e86ef6bd2930bc77b5ae
Parents: 8004a00
Author: cnauroth <cn...@apache.org>
Authored: Mon Feb 2 11:50:43 2015 -0800
Committer: cnauroth <cn...@apache.org>
Committed: Mon Feb 2 11:50:43 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt |  3 +++
 hadoop-tools/hadoop-azure/pom.xml               | 13 +++++++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c09ca2b/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 612c0f5..ca147e8 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -524,6 +524,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake
     Iwasaki via Colin P. McCabe)
 
+    HADOOP-11442. hadoop-azure: Create test jar.
+    (Shashank Khandelwal via cnauroth)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c09ca2b/hadoop-tools/hadoop-azure/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml
index 8011a80..d39dd76 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/hadoop-tools/hadoop-azure/pom.xml
@@ -69,6 +69,19 @@
           </configuration>
           
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
 
     


[2/2] hadoop git commit: HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.

Posted by cn...@apache.org.
HADOOP-11442. hadoop-azure: Create test jar. Contributed by Shashank Khandelwal.

(cherry picked from commit 1c09ca2ba4d97d827cc6e86ef6bd2930bc77b5ae)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dedfb982
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dedfb982
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dedfb982

Branch: refs/heads/branch-2
Commit: dedfb982f13420aed9a0608f95567a6b6e7d6aa6
Parents: aee297c
Author: cnauroth <cn...@apache.org>
Authored: Mon Feb 2 11:50:43 2015 -0800
Committer: cnauroth <cn...@apache.org>
Committed: Mon Feb 2 11:51:01 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt |  3 +++
 hadoop-tools/hadoop-azure/pom.xml               | 13 +++++++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/dedfb982/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index be3fdc5..8da9b43 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -163,6 +163,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake
     Iwasaki via Colin P. McCabe)
 
+    HADOOP-11442. hadoop-azure: Create test jar.
+    (Shashank Khandelwal via cnauroth)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/dedfb982/hadoop-tools/hadoop-azure/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml
index a4e6167..d505d95 100644
--- a/hadoop-tools/hadoop-azure/pom.xml
+++ b/hadoop-tools/hadoop-azure/pom.xml
@@ -69,6 +69,19 @@
           </configuration>
           
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>