Could you please try building on latest source from Git/Github: $ git clone https://github.com/apache/incubator-drill.git $ cd incubator-drill $ mvn clean install -DskipTests
Share any errors that you stumble upon. Note: I am assuming that you already have Java 7+ and Maven 3.0+ on your box. Peace, Yash On Mon, May 26, 2014 at 12:17 PM, N.Venkata Naga Ravi <[email protected]>wrote: > Including [email protected] > > From: [email protected] > To: [email protected] > Subject: Drill Build Failing > Date: Mon, 26 May 2014 12:12:31 +0530 > > > > > Hi , > > I am using MAC OS 10.8.5. > > When i am trying to build drill as per instruction, some of the modules > are failed to build. Can you please help on it. > > Drill Version: > > apache-drill-1.0.0-m1-incubating/incubator-drill > > fa > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Drill Root POM ............................. SUCCESS [3.655s] > [INFO] Drill Protocol .................................... SUCCESS [8.740s] > [INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [8.831s] > [INFO] contrib/Parent Pom ................................ SUCCESS [0.495s] > [INFO] contrib/data/Parent Pom ........................... SUCCESS [0.263s] > [INFO] contrib/data/tpch-sample-data ..................... SUCCESS [2.541s] > [INFO] contrib/storage-hive .............................. SUCCESS > [1:54.150s] > [INFO] exec/Parent Pom ................................... SUCCESS [0.467s] > [INFO] exec/Netty Little Endian Buffers .................. SUCCESS [1.974s] > [INFO] exec/Java Execution Engine ........................ SUCCESS > [3:07.106s] > [INFO] contrib/hbase-storage-plugin ...................... FAILURE [0.191s] > [INFO] exec/JDBC Driver using dependencies ............... FAILURE > [51.885s] > [INFO] contrib/sqlline ................................... FAILURE [6.516s] > [INFO] Packaging and Distribution Assembly ............... FAILURE > [1:05.342s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 7:32.543s > [INFO] Finished at: Mon May 26 12:05:16 IST 2014 > [INFO] Final Memory: 68M/391M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project drill-storage-hbase: Could not > resolve dependencies for project > org.apache.drill.contrib:drill-storage-hbase:jar:1.0.0-m2-incubating-SNAPSHOT: > Failure to find > org.apache.drill.exec:drill-java-exec:jar:tests:1.0.0-m2-incubating-SNAPSHOT > in http://repository.mapr.com/nexus/content/repositories/drill-optiq/ was > cached in the local repository, resolution will not be reattempted until > the update interval of mapr-drill-optiq-snapshots has elapsed or updates > are forced -> [Help 1] > [ERROR] Failed to execute goal on project drill-jdbc: Could not resolve > dependencies for project > org.apache.drill.exec:drill-jdbc:jar:1.0.0-m2-incubating-SNAPSHOT: Failure > to find > org.apache.drill.exec:drill-java-exec:jar:tests:1.0.0-m2-incubating-SNAPSHOT > in http://repository.mapr.com/nexus/content/repositories/drill-optiq/ was > cached in the local repository, resolution will not be reattempted until > the update interval of mapr-drill-optiq-snapshots has elapsed or updates > are forced -> [Help 1] > [ERROR] Failed to execute goal on project drill-sqlline: Could not resolve > dependencies for project > org.apache.drill.contrib:drill-sqlline:jar:1.0.0-m2-incubating-SNAPSHOT: > Could not find artifact > org.apache.drill.exec:drill-jdbc:jar:1.0.0-m2-incubating-SNAPSHOT in > mapr-drill-optiq-snapshots ( > http://repository.mapr.com/nexus/content/repositories/drill-optiq/) -> > [Help 1] > [ERROR] Failed to execute goal on project distribution: Could not resolve > dependencies for project > org.apache.drill:distribution:pom:1.0.0-m2-incubating-SNAPSHOT: The > following artifacts could not be resolved: > org.apache.drill.exec:drill-jdbc:jar:1.0.0-m2-incubating-SNAPSHOT, > org.apache.drill.contrib:drill-storage-hbase:jar:1.0.0-m2-incubating-SNAPSHOT: > Failure to find > org.apache.drill.exec:drill-jdbc:jar:1.0.0-m2-incubating-SNAPSHOT in > http://repository.mapr.com/nexus/content/repositories/drill-optiq/ was > cached in the local repository, resolution will not be reattempted until > the update interval of mapr-drill-optiq-snapshots has elapsed or updates > are forced -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :drill-storage-hbase > [INFO] Build failures were ignored. > > Thanks, > Ravi > > >
