You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by MohammadReza Mofateh <mo...@gmail.com> on 2014/11/02 09:28:17 UTC

Building Drill Project

Hi all,
I'm trying to build Drill by  maven
mvn clean install
But It fails
Because I should use flatten function that added 3 days ago
 What's true way?
ll-protocol-0.7.0-incubating-SNAPSHOT-rebuffed.jar
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Common (Logical Plan, Base expressions)
0.7.0-incubating-SNAPSHO
T
[INFO]
------------------------------------------------------------------------
Downloading:
http://repository.mapr.com/nexus/content/repositories/drill/net/hyd
romatic/optiq-core/0.9-drill-r4/optiq-core-0.9-drill-r4.pom
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Drill Root POM ............................. SUCCESS [4.660s]
[INFO] Drill Protocol .................................... SUCCESS [26.971s]
[INFO] Common (Logical Plan, Base expressions) ........... FAILURE [0.627s]
[INFO] contrib/Parent Pom ................................ SKIPPED
[INFO] contrib/data/Parent Pom ........................... SKIPPED
[INFO] contrib/data/tpch-sample-data ..................... SKIPPED
[INFO] exec/Parent Pom ................................... SKIPPED
[INFO] exec/Java Execution Engine ........................ SKIPPED
[INFO] contrib/hbase-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/mongo-storage-plugin ...................... SKIPPED
[INFO] exec/JDBC Driver using dependencies ............... SKIPPED
[INFO] contrib/sqlline ................................... SKIPPED
[INFO] JDBC JAR with all dependencies .................... SKIPPED
[INFO] exec/Drill expression interpreter ................. SKIPPED
[INFO] Packaging and Distribution Assembly ............... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 33.021s
[INFO] Finished at: Sun Nov 02 11:50:05 IRST 2014
[INFO] Final Memory: 29M/378M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project drill-common: Could not resolve
depend
encies for project
org.apache.drill:drill-common:jar:0.7.0-incubating-SNAPSHOT:
Failed to collect dependencies for
[org.apache.drill:drill-protocol:jar:0.7.0-in
cubating-SNAPSHOT (compile), junit:junit:jar:4.11 (compile),
net.hydromatic:opti
q-core:jar:0.9-drill-r4 (compile), com.typesafe:config:jar:1.0.0 (compile),
org.
apache.commons:commons-lang3:jar:3.1 (compile),
org.msgpack:msgpack:jar:0.6.6 (c
ompile), org.reflections:reflections:jar:0.9.8 (compile),
com.fasterxml.jackson.
core:jackson-annotations:jar:2.2.0 (compile),
org.hibernate:hibernate-validator:
jar:4.3.1.Final (compile),
com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
 (compile), org.antlr:antlr-runtime:jar:3.4 (compile),
joda-time:joda-time:jar:2
.3 (compile), io.netty:netty-handler:jar:4.0.20.Final (compile),
com.google.guav
a:guava:jar:14.0.1 (compile), org.slf4j:slf4j-api:jar:1.7.5 (compile),
org.slf4j
:jul-to-slf4j:jar:1.7.5 (compile), org.slf4j:jcl-over-slf4j:jar:1.7.5
(compile),
 org.slf4j:log4j-over-slf4j:jar:1.7.5 (compile),
com.googlecode.jmockit:jmockit:
jar:1.3 (test), ch.qos.logback:logback-classic:jar:1.0.13 (test),
de.huxhorn.lil
ith:de.huxhorn.lilith.logback.appender.multiplex-classic:jar:0.9.44
(test)]: Fai
led to read artifact descriptor for
net.hydromatic:optiq-core:jar:0.9-drill-r4:
Could not transfer artifact net.hydromatic:optiq-core:pom:0.9-drill-r4
from/to m
apr-drill-thirdparty (
http://repository.mapr.com/nexus/content/repositories/dril
l/): repository.mapr.com: Unknown host repository.mapr.com -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command

Re: Building Drill Project

Posted by MohammadReza Mofateh <mo...@gmail.com>.
Hi
I can open It in browser but ping
ping repository.mapr.com

Pinging stage.mapr.com [107.20.230.228] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 107.20.230.228:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

On Sun, Nov 2, 2014 at 12:02 PM, Aditya <ad...@gmail.com> wrote:

> Looks like the build machine is not able to access the maven repository
> hosted on "repository.mapr.com".
>
> Does it have access to internet? If so try to ping "repository.mapr.com".
>
> On Sun, Nov 2, 2014 at 1:28 AM, MohammadReza Mofateh <mo...@gmail.com>
> wrote:
>
> > Hi all,
> > I'm trying to build Drill by  maven
> > mvn clean install
> > But It fails
> > Because I should use flatten function that added 3 days ago
> >  What's true way?
> > ll-protocol-0.7.0-incubating-SNAPSHOT-rebuffed.jar
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Common (Logical Plan, Base expressions)
> > 0.7.0-incubating-SNAPSHO
> > T
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:
> > http://repository.mapr.com/nexus/content/repositories/drill/net/hyd
> > romatic/optiq-core/0.9-drill-r4/optiq-core-0.9-drill-r4.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache Drill Root POM ............................. SUCCESS
> [4.660s]
> > [INFO] Drill Protocol .................................... SUCCESS
> > [26.971s]
> > [INFO] Common (Logical Plan, Base expressions) ........... FAILURE
> [0.627s]
> > [INFO] contrib/Parent Pom ................................ SKIPPED
> > [INFO] contrib/data/Parent Pom ........................... SKIPPED
> > [INFO] contrib/data/tpch-sample-data ..................... SKIPPED
> > [INFO] exec/Parent Pom ................................... SKIPPED
> > [INFO] exec/Java Execution Engine ........................ SKIPPED
> > [INFO] contrib/hbase-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/mongo-storage-plugin ...................... SKIPPED
> > [INFO] exec/JDBC Driver using dependencies ............... SKIPPED
> > [INFO] contrib/sqlline ................................... SKIPPED
> > [INFO] JDBC JAR with all dependencies .................... SKIPPED
> > [INFO] exec/Drill expression interpreter ................. SKIPPED
> > [INFO] Packaging and Distribution Assembly ............... SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 33.021s
> > [INFO] Finished at: Sun Nov 02 11:50:05 IRST 2014
> > [INFO] Final Memory: 29M/378M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project drill-common: Could not resolve
> > depend
> > encies for project
> > org.apache.drill:drill-common:jar:0.7.0-incubating-SNAPSHOT:
> > Failed to collect dependencies for
> > [org.apache.drill:drill-protocol:jar:0.7.0-in
> > cubating-SNAPSHOT (compile), junit:junit:jar:4.11 (compile),
> > net.hydromatic:opti
> > q-core:jar:0.9-drill-r4 (compile), com.typesafe:config:jar:1.0.0
> (compile),
> > org.
> > apache.commons:commons-lang3:jar:3.1 (compile),
> > org.msgpack:msgpack:jar:0.6.6 (c
> > ompile), org.reflections:reflections:jar:0.9.8 (compile),
> > com.fasterxml.jackson.
> > core:jackson-annotations:jar:2.2.0 (compile),
> > org.hibernate:hibernate-validator:
> > jar:4.3.1.Final (compile),
> > com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
> >  (compile), org.antlr:antlr-runtime:jar:3.4 (compile),
> > joda-time:joda-time:jar:2
> > .3 (compile), io.netty:netty-handler:jar:4.0.20.Final (compile),
> > com.google.guav
> > a:guava:jar:14.0.1 (compile), org.slf4j:slf4j-api:jar:1.7.5 (compile),
> > org.slf4j
> > :jul-to-slf4j:jar:1.7.5 (compile), org.slf4j:jcl-over-slf4j:jar:1.7.5
> > (compile),
> >  org.slf4j:log4j-over-slf4j:jar:1.7.5 (compile),
> > com.googlecode.jmockit:jmockit:
> > jar:1.3 (test), ch.qos.logback:logback-classic:jar:1.0.13 (test),
> > de.huxhorn.lil
> > ith:de.huxhorn.lilith.logback.appender.multiplex-classic:jar:0.9.44
> > (test)]: Fai
> > led to read artifact descriptor for
> > net.hydromatic:optiq-core:jar:0.9-drill-r4:
> > Could not transfer artifact net.hydromatic:optiq-core:pom:0.9-drill-r4
> > from/to m
> > apr-drill-thirdparty (
> > http://repository.mapr.com/nexus/content/repositories/dril
> > l/): repository.mapr.com: Unknown host repository.mapr.com -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > swit
> > ch.
> > [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 rea
> > d the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
> > lutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> >
>

Re: Building Drill Project

Posted by Aditya <ad...@gmail.com>.
Looks like the build machine is not able to access the maven repository
hosted on "repository.mapr.com".

Does it have access to internet? If so try to ping "repository.mapr.com".

On Sun, Nov 2, 2014 at 1:28 AM, MohammadReza Mofateh <mo...@gmail.com>
wrote:

> Hi all,
> I'm trying to build Drill by  maven
> mvn clean install
> But It fails
> Because I should use flatten function that added 3 days ago
>  What's true way?
> ll-protocol-0.7.0-incubating-SNAPSHOT-rebuffed.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Common (Logical Plan, Base expressions)
> 0.7.0-incubating-SNAPSHO
> T
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repository.mapr.com/nexus/content/repositories/drill/net/hyd
> romatic/optiq-core/0.9-drill-r4/optiq-core-0.9-drill-r4.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Drill Root POM ............................. SUCCESS [4.660s]
> [INFO] Drill Protocol .................................... SUCCESS
> [26.971s]
> [INFO] Common (Logical Plan, Base expressions) ........... FAILURE [0.627s]
> [INFO] contrib/Parent Pom ................................ SKIPPED
> [INFO] contrib/data/Parent Pom ........................... SKIPPED
> [INFO] contrib/data/tpch-sample-data ..................... SKIPPED
> [INFO] exec/Parent Pom ................................... SKIPPED
> [INFO] exec/Java Execution Engine ........................ SKIPPED
> [INFO] contrib/hbase-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/mongo-storage-plugin ...................... SKIPPED
> [INFO] exec/JDBC Driver using dependencies ............... SKIPPED
> [INFO] contrib/sqlline ................................... SKIPPED
> [INFO] JDBC JAR with all dependencies .................... SKIPPED
> [INFO] exec/Drill expression interpreter ................. SKIPPED
> [INFO] Packaging and Distribution Assembly ............... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 33.021s
> [INFO] Finished at: Sun Nov 02 11:50:05 IRST 2014
> [INFO] Final Memory: 29M/378M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project drill-common: Could not resolve
> depend
> encies for project
> org.apache.drill:drill-common:jar:0.7.0-incubating-SNAPSHOT:
> Failed to collect dependencies for
> [org.apache.drill:drill-protocol:jar:0.7.0-in
> cubating-SNAPSHOT (compile), junit:junit:jar:4.11 (compile),
> net.hydromatic:opti
> q-core:jar:0.9-drill-r4 (compile), com.typesafe:config:jar:1.0.0 (compile),
> org.
> apache.commons:commons-lang3:jar:3.1 (compile),
> org.msgpack:msgpack:jar:0.6.6 (c
> ompile), org.reflections:reflections:jar:0.9.8 (compile),
> com.fasterxml.jackson.
> core:jackson-annotations:jar:2.2.0 (compile),
> org.hibernate:hibernate-validator:
> jar:4.3.1.Final (compile),
> com.fasterxml.jackson.core:jackson-databind:jar:2.2.0
>  (compile), org.antlr:antlr-runtime:jar:3.4 (compile),
> joda-time:joda-time:jar:2
> .3 (compile), io.netty:netty-handler:jar:4.0.20.Final (compile),
> com.google.guav
> a:guava:jar:14.0.1 (compile), org.slf4j:slf4j-api:jar:1.7.5 (compile),
> org.slf4j
> :jul-to-slf4j:jar:1.7.5 (compile), org.slf4j:jcl-over-slf4j:jar:1.7.5
> (compile),
>  org.slf4j:log4j-over-slf4j:jar:1.7.5 (compile),
> com.googlecode.jmockit:jmockit:
> jar:1.3 (test), ch.qos.logback:logback-classic:jar:1.0.13 (test),
> de.huxhorn.lil
> ith:de.huxhorn.lilith.logback.appender.multiplex-classic:jar:0.9.44
> (test)]: Fai
> led to read artifact descriptor for
> net.hydromatic:optiq-core:jar:0.9-drill-r4:
> Could not transfer artifact net.hydromatic:optiq-core:pom:0.9-drill-r4
> from/to m
> apr-drill-thirdparty (
> http://repository.mapr.com/nexus/content/repositories/dril
> l/): repository.mapr.com: Unknown host repository.mapr.com -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> swit
> ch.
> [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 rea
> d the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
> lutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
>