You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/03 08:16:15 UTC

[03/32] git commit: Change profile name new-yarn to hadoop2.2-yarn

Change profile name new-yarn to hadoop2.2-yarn


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

Branch: refs/heads/master
Commit: aec96dd108940b14004bb0895d20f4beceda9ff4
Parents: d1528c7
Author: Raymond Liu <ra...@intel.com>
Authored: Fri Dec 6 10:30:16 2013 +0800
Committer: Raymond Liu <ra...@intel.com>
Committed: Fri Jan 3 12:12:37 2014 +0800

----------------------------------------------------------------------
 assembly/pom.xml       | 2 +-
 pom.xml                | 2 +-
 yarn/pom.xml           | 2 +-
 yarn/scheduler/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/aec96dd1/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7a719ad..bd3420d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -134,7 +134,7 @@
       </dependencies>
     </profile>
     <profile>
-      <id>new-yarn</id>
+      <id>hadoop2.2-yarn</id>
       <dependencies>
         <dependency>
           <groupId>org.apache.spark</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/aec96dd1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d1cf2c2..a2c1f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -738,7 +738,7 @@
     </profile>
 
     <profile>
-      <id>new-yarn</id>
+      <id>hadoop2.2-yarn</id>
       <properties>
         <hadoop.major.version>2</hadoop.major.version>
         <hadoop.version>2.2.0</hadoop.version>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/aec96dd1/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 2c2a310..d3c417f 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -64,7 +64,7 @@
     </profile>
 
     <profile>
-      <id>new-yarn</id>
+      <id>hadoop2.2-yarn</id>
       <modules>
         <module>2.2</module>
       </modules>

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/aec96dd1/yarn/scheduler/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/scheduler/pom.xml b/yarn/scheduler/pom.xml
index 8c36565..8723b7b 100644
--- a/yarn/scheduler/pom.xml
+++ b/yarn/scheduler/pom.xml
@@ -51,7 +51,7 @@
     </profile>
 
     <profile>
-      <id>new-yarn</id>
+      <id>hadoop2.2-yarn</id>
        <dependencies>
         <dependency>
           <groupId>org.apache.spark</groupId>