You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/14 17:17:04 UTC

git commit: Another fix for CDH4 compliance

Repository: incubator-flink
Updated Branches:
  refs/heads/master 2eea26b5e -> 7abe636e1


Another fix for CDH4 compliance


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

Branch: refs/heads/master
Commit: 7abe636e136c836897ee9ae95b8db4be7f0ef68b
Parents: 2eea26b
Author: Robert Metzger <rm...@apache.org>
Authored: Thu Aug 14 16:17:55 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Thu Aug 14 17:15:46 2014 +0200

----------------------------------------------------------------------
 flink-dist/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/7abe636e/flink-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 8c46149..ac340f4 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -335,6 +335,21 @@ under the License.
 				</plugins>
 			</build>
 		</profile>
+		<profile>
+			<id>cdh4</id>
+			<dependencies>
+				<dependency>
+					<groupId>org.apache.hadoop</groupId>
+					<artifactId>hadoop-common</artifactId>
+					<version>${hadoop.cdh4.hadoop.version}</version>
+				</dependency>
+				<dependency>
+					<groupId>org.apache.hadoop</groupId>
+					<artifactId>hadoop-hdfs</artifactId>
+					<version>${hadoop.cdh4.hadoop.version}</version>
+				</dependency>
+			</dependencies>
+		</profile>
 	</profiles>