Hi I try to complie the drill with Hadoop 2.2 using the command mvn clean install -Dskiptes -Pcdh.
I try to use cdh the maven native profile in the pom.xml. It complied successfully,however there are no cdh hadoop jars in bin tar.gz . Did I miss something? Regards. 2013/12/14 Jacques Nadeau <[email protected]> > I can't remember the analog but there are a set that match. If you want to > file a jira, we'll try to get to it soon. > > Thx > Jacques > On Dec 13, 2013 5:10 PM, "yypvsxf19870706" <[email protected]> > wrote: > > > hi > > > > Sorry,I do not have tried,the hadoop2.2 does not contain the > > hadoop-core.jar, So I thought it might not go well. > > Any way I will try. Thanks. > > > > 发自我的 iPhone > > > > 在 2013-12-14,2:15,Jason Altekruse <[email protected]> 写道: > > > > > Hi YouPeng, > > > > > > Not sure if I'm misunderstanding what you've already tried, but at the > > top > > > of the pom file is the entry for hadoop, did you try just changing the > > > version number and building? > > > > > > <dependency> > > > <groupId>org.apache.hadoop</groupId> > > > <artifactId>hadoop-core</artifactId> > > > <!-- change this line below --> > > > <version>1.2.1</version> > > > <exclusions> > > > <exclusion> > > > <artifactId>jets3t</artifactId> > > > <groupId>net.java.dev.jets3t</groupId> > > > </exclusion> > > > <exclusion> > > > <artifactId>log4j</artifactId> > > > <groupId>log4j</groupId> > > > </exclusion> > > > Please let us know how the build goes, we have Hadoop 2 and YARN > support > > on > > > our roadmap. > > > > > > -Jason Altekruse > > > > > > > > > On Fri, Dec 13, 2013 at 2:48 AM, YouPeng Yang < > [email protected] > > >wrote: > > > > > >> Hi Drill users > > >> > > >> Again. > > >> Would anyone give me some tips to comple drill will hadoop-2.2.0? > > >> > > >> regards > > >> > > >> > > >> 2013/12/11 YouPeng Yang <[email protected]> > > >> > > >>> Hi drill users > > >>> > > >>> I have complie the drill src,however default hadoop version that is > > >>> included in drill is 1.2.1.My test hadoop cluster is 2.2.0. > > >>> I want to complie drill with hadoop2.2.0 ,please tell me how to > > modify > > >>> the pom.xml. > > >>> I got the hadoop part in the pom.xml as following: > > >>> > > >>> > > >>> <dependency> > > >>> <groupId>org.apache.hadoop</groupId> > > >>> <artifactId>hadoop-core</artifactId> > > >>> <version>1.2.1</version> > > >>> <exclusions> > > >>> <exclusion> > > >>> <artifactId>jets3t</artifactId> > > >>> <groupId>net.java.dev.jets3t</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <artifactId>log4j</artifactId> > > >>> <groupId>log4j</groupId> > > >>> </exclusion> > > >>> > > >>> <exclusion> > > >>> <artifactId>mockito-all</artifactId> > > >>> <groupId>org.mockito</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <artifactId>commons-logging-api</artifactId> > > >>> <groupId>commons-logging</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <artifactId>commons-logging</artifactId> > > >>> <groupId>commons-logging</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <artifactId>jersey-server</artifactId> > > >>> <groupId>com.sun.jersey</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <artifactId>core</artifactId> > > >>> <groupId>org.eclipse.jdt</groupId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <groupId>org.codehaus.jackson</groupId> > > >>> <artifactId>jackson-core-asl</artifactId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <groupId>org.codehaus.jackson</groupId> > > >>> <artifactId>jackson-mapper-asl</artifactId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <groupId>org.codehaus.jackson</groupId> > > >>> <artifactId>jackson-xc</artifactId> > > >>> </exclusion> > > >>> <exclusion> > > >>> <groupId>org.codehaus.jackson</groupId> > > >>> <artifactId>jackson-jaxrs</artifactId> > > >>> </exclusion> > > >>> </exclusions> > > >>> </dependency> > > >>> > > >>> > > >>> > > >>> Regards > > >> > > >
