Re: Apache Drill: Test case failure storage-mongo/jdbc on ARM64

2018-12-03 Thread Vitalii Diravka
Most likely it is related to your env.
If you want to contribute to Drill project you can use TravisCI [1] or
CircleCI [2] for a start.

[1] https://travis-ci.org/apache/drill/builds
[2] https://circleci.com

Kind regards
Vitalii


On Thu, Nov 29, 2018 at 8:06 PM Naresh Bhat  wrote:

> Hi Guys,
>
> Thank you very much for the reply on this thread.  I could not able to get
> the reply mail in my mailbox.  But I have noticed the reply for my mail on
> the mailing list thread.  I am really very sorry for the top post.  I want
> to clarify couple of things
>
> 1. I am using Debian-9 Stretch on ARM64 machine.
> 2. The drill compiles fine with the switch case "-DskipTests"
> 3. As you have suggested I have installed the following components
> $ sudo apt-get install libaio1 libaio-dev
> $ sudo apt-get install mongodb
> $ sudo apt-get install mysql-server
>
> Both issues are not resolved.  I am facing the same problem.
>
> Thanks and Regards
> -Naresh Bhat
>
>
> On Wed, 28 Nov 2018 at 16:04, Naresh Bhat  wrote:
>
> > Hi,
> >
> > I am trying to compile Apache Drill master branch on ARM64 platform.
> >
> > But the following test cases are failing to run.  Do you have any
> > suggestions?
> >
> > Test case failure issue-1: storage-Mongo
> > ==
> >
> > linaro@debian:~/Apache-components-build/drill$ mvn -pl
> > 'contrib/storage-mongo' clean install
> > [INFO] Scanning for projects...
> > [INFO]
> > 
> > [INFO] Detecting the operating system and CPU architecture
> > [INFO]
> > 
> > [INFO] os.detected.name: linux
> > [INFO] os.detected.arch: aarch_64
> > [INFO] os.detected.version: 4.16
> > [INFO] os.detected.version.major: 4
> > [INFO] os.detected.version.minor: 16
> > [INFO] os.detected.release: debian
> > [INFO] os.detected.release.version: 9
> > [INFO] os.detected.release.like.debian: true
> > [INFO] os.detected.classifier: linux-aarch_64
> > [INFO]
> > [INFO] < org.apache.drill.contrib:drill-mongo-storage
> > >
> > [INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT
> > [INFO] [ jar
> > ]-
> > Downloading from central:
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> > Downloaded from central:
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> > (16 kB at 25 kB/s)
> > Downloading from central:
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> > Downloaded from central:
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> > (109 kB at 1.5 MB/s)
> > Downloading from sonatype-nexus-snapshots:
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from 

Re: Apache Drill: Test case failure storage-mongo/jdbc on ARM64

2018-11-29 Thread Naresh Bhat
Hi Guys,

Thank you very much for the reply on this thread.  I could not able to get
the reply mail in my mailbox.  But I have noticed the reply for my mail on
the mailing list thread.  I am really very sorry for the top post.  I want
to clarify couple of things

1. I am using Debian-9 Stretch on ARM64 machine.
2. The drill compiles fine with the switch case "-DskipTests"
3. As you have suggested I have installed the following components
$ sudo apt-get install libaio1 libaio-dev
$ sudo apt-get install mongodb
$ sudo apt-get install mysql-server

Both issues are not resolved.  I am facing the same problem.

Thanks and Regards
-Naresh Bhat


On Wed, 28 Nov 2018 at 16:04, Naresh Bhat  wrote:

> Hi,
>
> I am trying to compile Apache Drill master branch on ARM64 platform.
>
> But the following test cases are failing to run.  Do you have any
> suggestions?
>
> Test case failure issue-1: storage-Mongo
> ==
>
> linaro@debian:~/Apache-components-build/drill$ mvn -pl
> 'contrib/storage-mongo' clean install
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Detecting the operating system and CPU architecture
> [INFO]
> 
> [INFO] os.detected.name: linux
> [INFO] os.detected.arch: aarch_64
> [INFO] os.detected.version: 4.16
> [INFO] os.detected.version.major: 4
> [INFO] os.detected.version.minor: 16
> [INFO] os.detected.release: debian
> [INFO] os.detected.release.version: 9
> [INFO] os.detected.release.like.debian: true
> [INFO] os.detected.classifier: linux-aarch_64
> [INFO]
> [INFO] < org.apache.drill.contrib:drill-mongo-storage
> >
> [INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT
> [INFO] [ jar
> ]-
> Downloading from central:
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> Downloaded from central:
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> (16 kB at 25 kB/s)
> Downloading from central:
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> Downloaded from central:
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> (109 kB at 1.5 MB/s)
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
> 

Re: Apache Drill: Test case failure storage-mongo/jdbc on ARM64

2018-11-28 Thread Vitalii Diravka
Hi!

Regarding the first error, in case your machine is compatible with embedded
mongoDb (check it),
then try to update de.flapdoodle.embed.mongo lib version in Drill.

Regarding the second one, you should install "libaio1" and "libaio-dev"
libs on your OS:
https://github.com/apache/drill/blob/master/.circleci/config.yml#L44

Do you want to run all tests on your machine? If no, just run: mvn clean
install -DskipTests


Kind regards
Vitalii


On Wed, Nov 28, 2018 at 9:40 PM hanu mapr  wrote:

> Hello Naresh,
>
> It looks like mongo is failing with following error.
> java.lang.IllegalArgumentException: this version does not support 32Bit:
> V3_4:Linux:B32
> at de.flapdoodle.embed.mongo.Paths.getBitSize(Paths.java:157)
> ~[de.flapdoodle.embed.mongo-2.0.3.jar:na]
> at de.flapdoodle.embed.mongo.Paths.getPath(Paths.java:97)
> ~[de.flapdoodle.embed.mongo-2.0.3.jar:na]
>
> Can you check your linux version if it is compatible?.
>
> Thanks,
>
> On Wed, Nov 28, 2018 at 9:39 AM Naresh Bhat 
> wrote:
>
> > Hi,
> >
> > I am trying to compile Apache Drill master branch on ARM64 platform.
> >
> > But the following test cases are failing to run.  Do you have any
> > suggestions?
> >
> > Test case failure issue-1: storage-Mongo
> > ==
> >
> > linaro@debian:~/Apache-components-build/drill$ mvn -pl
> > 'contrib/storage-mongo' clean install
> > [INFO] Scanning for projects...
> > [INFO]
> > 
> > [INFO] Detecting the operating system and CPU architecture
> > [INFO]
> > 
> > [INFO] os.detected.name: linux
> > [INFO] os.detected.arch: aarch_64
> > [INFO] os.detected.version: 4.16
> > [INFO] os.detected.version.major: 4
> > [INFO] os.detected.version.minor: 16
> > [INFO] os.detected.release: debian
> > [INFO] os.detected.release.version: 9
> > [INFO] os.detected.release.like.debian: true
> > [INFO] os.detected.classifier: linux-aarch_64
> > [INFO]
> > [INFO] < org.apache.drill.contrib:drill-mongo-storage
> > >
> > [INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT
> > [INFO] [ jar
> > ]-
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> > Downloaded from central:
> >
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> > (16 kB at 25 kB/s)
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> > Downloaded from central:
> >
> >
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> > (109 kB at 1.5 MB/s)
> > Downloading from sonatype-nexus-snapshots:
> >
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from sonatype-nexus-snapshots:
> >
> >
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> > Downloading from mapr-drill-optiq-snapshots:
> >
> >
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> > 

Re: Apache Drill: Test case failure storage-mongo/jdbc on ARM64

2018-11-28 Thread hanu mapr
Hello Naresh,

It looks like mongo is failing with following error.
java.lang.IllegalArgumentException: this version does not support 32Bit:
V3_4:Linux:B32
at de.flapdoodle.embed.mongo.Paths.getBitSize(Paths.java:157)
~[de.flapdoodle.embed.mongo-2.0.3.jar:na]
at de.flapdoodle.embed.mongo.Paths.getPath(Paths.java:97)
~[de.flapdoodle.embed.mongo-2.0.3.jar:na]

Can you check your linux version if it is compatible?.

Thanks,

On Wed, Nov 28, 2018 at 9:39 AM Naresh Bhat  wrote:

> Hi,
>
> I am trying to compile Apache Drill master branch on ARM64 platform.
>
> But the following test cases are failing to run.  Do you have any
> suggestions?
>
> Test case failure issue-1: storage-Mongo
> ==
>
> linaro@debian:~/Apache-components-build/drill$ mvn -pl
> 'contrib/storage-mongo' clean install
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Detecting the operating system and CPU architecture
> [INFO]
> 
> [INFO] os.detected.name: linux
> [INFO] os.detected.arch: aarch_64
> [INFO] os.detected.version: 4.16
> [INFO] os.detected.version.major: 4
> [INFO] os.detected.version.minor: 16
> [INFO] os.detected.release: debian
> [INFO] os.detected.release.version: 9
> [INFO] os.detected.release.like.debian: true
> [INFO] os.detected.classifier: linux-aarch_64
> [INFO]
> [INFO] < org.apache.drill.contrib:drill-mongo-storage
> >
> [INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT
> [INFO] [ jar
> ]-
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> Downloaded from central:
>
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
> (16 kB at 25 kB/s)
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> Downloaded from central:
>
> https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
> (109 kB at 1.5 MB/s)
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from mapr-drill-optiq-snapshots:
>
> http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
> Downloading from sonatype-nexus-snapshots:
>
> https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/memory/drill-memory-base/1.15.0-SNAPSHOT/maven-metadata.xml
> 

Apache Drill: Test case failure storage-mongo/jdbc on ARM64

2018-11-28 Thread Naresh Bhat
Hi,

I am trying to compile Apache Drill master branch on ARM64 platform.

But the following test cases are failing to run.  Do you have any
suggestions?

Test case failure issue-1: storage-Mongo
==

linaro@debian:~/Apache-components-build/drill$ mvn -pl
'contrib/storage-mongo' clean install
[INFO] Scanning for projects...
[INFO]

[INFO] Detecting the operating system and CPU architecture
[INFO]

[INFO] os.detected.name: linux
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.version: 4.16
[INFO] os.detected.version.major: 4
[INFO] os.detected.version.minor: 16
[INFO] os.detected.release: debian
[INFO] os.detected.release.version: 9
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-aarch_64
[INFO]
[INFO] < org.apache.drill.contrib:drill-mongo-storage
>
[INFO] Building contrib/mongo-storage-plugin 1.15.0-SNAPSHOT
[INFO] [ jar
]-
Downloading from central:
https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
Downloaded from central:
https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.pom
(16 kB at 25 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
Downloaded from central:
https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/2.2.5/git-commit-id-plugin-2.2.5.jar
(109 kB at 1.5 MB/s)
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-java-exec/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/exec-parent/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-root/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-protocol/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-common/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/drill-logical/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/exec/drill-rpc/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/memory/drill-memory-base/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/memory/drill-memory-base/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/memory/memory-parent/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from mapr-drill-optiq-snapshots:
http://repository.mapr.com/nexus/content/repositories/drill-optiq/org/apache/drill/memory/memory-parent/1.15.0-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: