Change flume deps to Apache Hadoop etc.
---------------------------------------

                 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
             Fix For: v0.9.5


Currently flume depends on CDH hadoop-core, not sure why.

>From pom.xml in trunk:

{code}
      <!-- Dependencies: compile - CDH components -->

      <dependency>
        <groupId>com.cloudera.zookeeper</groupId>
        <artifactId>zookeeper</artifactId>
        <version>3.3.1-10</version>
        <exclusions>
          <exclusion>
            <groupId>javax.jms</groupId>
            <artifactId>jms</artifactId>
          </exclusion>
          <exclusion>
            <groupId>com.sun.jdmk</groupId>
            <artifactId>jmxtools</artifactId>
          </exclusion>
          <exclusion>
            <groupId>com.sun.jmx</groupId>
            <artifactId>jmxri</artifactId>
          </exclusion>
        </exclusions>
      </dependency>

      <dependency>
        <groupId>org.apache.hadoop</groupId>
        <artifactId>hadoop-core</artifactId>
        <version>0.20.2-CDH3B4</version>
      </dependency>

{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to