[
https://issues.apache.org/jira/browse/FLUME-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Paliwal resolved FLUME-959.
----------------------------------
Resolution: Won't Fix
Won't fix. 0.X branch not maintained anymore
> Change flume deps to Apache Hadoop from CDH version of Hadoop
> -------------------------------------------------------------
>
> Key: FLUME-959
> URL: https://issues.apache.org/jira/browse/FLUME-959
> Project: Flume
> Issue Type: Bug
> Components: Build
> Affects Versions: v0.9.4
> Reporter: Arun C Murthy
> Labels: cdh, hadoop
> Fix For: v0.9.5
>
>
> Currently flume depends on CDH hadoop-core, not sure why.
> From pom.xml in trunk:
> {code}
> <profile>
> <id>hadoop-0.20.2-CDH3B4</id>
> <activation>
> <property>
> <name>!hadoop.profile</name>
> </property>
> <activeByDefault>true</activeByDefault>
> </activation>
> <properties>
> <hadoop.version>0.20.2-CDH3B4</hadoop.version>
> <hadoop.common.artifact.id>hadoop-core</hadoop.common.artifact.id>
> <FlushingSeqFile>bar.java</FlushingSeqFile>
> <RawSeqFile>foo.java</RawSeqFile>
> </properties>
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>org.apache.hadoop</groupId>
> <artifactId>${hadoop.common.artifact.id}</artifactId>
> <version>${hadoop.version}</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
> </profile>
> {code}
> This should be hadoop-1?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)