You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2014/03/13 21:07:00 UTC

git commit: FLUME-2263. Bump Hadoop 2 version to 2.3.0

Repository: flume
Updated Branches:
  refs/heads/trunk 1f21df7e1 -> f4c6c7025


FLUME-2263. Bump Hadoop 2 version to 2.3.0

(Gopinathan A via Hari Shreedharan)


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

Branch: refs/heads/trunk
Commit: f4c6c7025e892ecf0d6fac1b72b5806fe7c9cd8d
Parents: 1f21df7
Author: Hari Shreedharan <hs...@apache.org>
Authored: Thu Mar 13 13:05:29 2014 -0700
Committer: Hari Shreedharan <hs...@apache.org>
Committed: Thu Mar 13 13:06:53 2014 -0700

----------------------------------------------------------------------
 flume-ng-sinks/flume-hdfs-sink/pom.xml | 4 ----
 flume-tools/pom.xml                    | 8 --------
 pom.xml                                | 2 +-
 3 files changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/f4c6c702/flume-ng-sinks/flume-hdfs-sink/pom.xml
----------------------------------------------------------------------
diff --git a/flume-ng-sinks/flume-hdfs-sink/pom.xml b/flume-ng-sinks/flume-hdfs-sink/pom.xml
index c646a89..43b1a0f 100644
--- a/flume-ng-sinks/flume-hdfs-sink/pom.xml
+++ b/flume-ng-sinks/flume-hdfs-sink/pom.xml
@@ -111,10 +111,6 @@ limitations under the License.
           <name>!hadoop.profile</name>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>1.0.1</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-core</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/f4c6c702/flume-tools/pom.xml
----------------------------------------------------------------------
diff --git a/flume-tools/pom.xml b/flume-tools/pom.xml
index 1e707fa..1f265a3 100644
--- a/flume-tools/pom.xml
+++ b/flume-tools/pom.xml
@@ -80,10 +80,6 @@ limitations under the License.
           <name>!hadoop.profile</name>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>1.0.1</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-core</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>
@@ -111,10 +107,6 @@ limitations under the License.
           <value>2</value>
         </property>
       </activation>
-      <properties>
-        <hadoop.version>2.0.0-alpha</hadoop.version>
-        <hadoop.common.artifact.id>hadoop-common</hadoop.common.artifact.id>
-      </properties>
       <dependencies>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/flume/blob/f4c6c702/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08fffc4..29a04cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <avro.version>1.7.3</avro.version>
     <elasticsearch.version>0.90.1</elasticsearch.version>
 
-    <hadoop2.version>2.1.0-beta</hadoop2.version>
+    <hadoop2.version>2.3.0</hadoop2.version>
   </properties>
 
   <modules>