I believe this is issue https://issues.apache.org/jira/browse/DRILL-4285, which has been fixed in master.
On Tue, Jan 26, 2016 at 6:22 PM, Abhishek Girish <[email protected]> wrote: > Hi all, > > I'm trying to build Drill from 1.4.0 branch. I'm hitting the below error. > Trying to access the freemarker jar link from browser, also gives me a 404. > > I think this is related to: 06e93e6 > < > https://github.com/apache/drill/commit/06e93e61d05e0499d980d2dd514e105ba53fa790 > > > - > which mentions an issue with resolving the dependency. Would it make sense > to update the 1.4.0 branch with this fix as well? > > Regards, > Abhishek > > mvn clean install -U -DskipTests -Pmapr > ... > Downloading: * > http://repository.apache.org/snapshots/org/freemarker/freemarker/2.3.24-SNAPSHOT/freemarker-2.3.24-SNAPSHOT.jar > < > http://repository.apache.org/snapshots/org/freemarker/freemarker/2.3.24-SNAPSHOT/freemarker-2.3.24-SNAPSHOT.jar > >* > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > > [INFO] Apache Drill Root POM ............................. SUCCESS [6.256s] > [INFO] tools/Parent Pom .................................. SUCCESS [0.778s] > [INFO] tools/freemarker codegen tooling .................. FAILURE [3.086s] > [INFO] Drill Protocol .................................... SKIPPED > [INFO] Common (Logical Plan, Base expressions) ........... SKIPPED > [INFO] Logical Plan, Base expressions .................... SKIPPED > [INFO] exec/Parent Pom ................................... SKIPPED > [INFO] exec/memory/Parent Pom ............................ SKIPPED > [INFO] exec/memory/base .................................. SKIPPED > [INFO] exec/memory/impl .................................. SKIPPED > [INFO] exec/rpc .......................................... SKIPPED > [INFO] exec/Vectors ...................................... SKIPPED > [INFO] contrib/Parent Pom ................................ SKIPPED > [INFO] contrib/data/Parent Pom ........................... SKIPPED > [INFO] contrib/data/tpch-sample-data ..................... SKIPPED > [INFO] exec/Java Execution Engine ........................ SKIPPED > [INFO] exec/JDBC Driver using dependencies ............... SKIPPED > [INFO] JDBC JAR with all dependencies .................... SKIPPED > [INFO] contrib/mongo-storage-plugin ...................... SKIPPED > [INFO] contrib/hbase-storage-plugin ...................... SKIPPED > [INFO] contrib/jdbc-storage-plugin ....................... SKIPPED > [INFO] contrib/hive-storage-plugin/Parent Pom ............ SKIPPED > [INFO] contrib/hive-storage-plugin/hive-exec-shaded ...... SKIPPED > [INFO] contrib/hive-storage-plugin/core .................. SKIPPED > [INFO] contrib/drill-gis-plugin .......................... SKIPPED > [INFO] Packaging and Distribution Assembly ............... SKIPPED > [INFO] contrib/sqlline ................................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11.060s > [INFO] Finished at: Tue Jan 26 18:00:59 PST 2016 > [INFO] Final Memory: 59M/1928M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project drill-fmpp-maven-plugin: Could > not resolve dependencies for project > org.apache.drill.tools:drill-fmpp-maven-plugin:maven-plugin:1.4.0-SNAPSHOT: > Could not find artifact org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in > apache.snapshots (http://repository.apache.org/snapshots) -> [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-fmpp-maven-plugin >
