Anybody at Apachecon Vegas

2019-09-10 Thread Naresh Bhat
Hi Guys,

Anybody attending Apachecon at Vegas ?

Regards
-Naresh


[jira] [Created] (DRILL-7075) Fix debian package issue with control files

2019-03-04 Thread Naresh Bhat (JIRA)
Naresh Bhat created DRILL-7075:
--

 Summary: Fix debian package issue with control files
 Key: DRILL-7075
 URL: https://issues.apache.org/jira/browse/DRILL-7075
 Project: Apache Drill
  Issue Type: Improvement
  Components: Tools, Build & Test
Affects Versions: Future
 Environment: Verified under Ubuntu OS installed on ARM64
Reporter: Naresh Bhat
Assignee: Naresh Bhat
 Fix For: Future


The debian package issue with control files.  The master branch is broken and 
while generating the debian package it is looking for control files under 
distribution/src/deb/ I don't think it is good idea to remove the control files.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-7070) DRILL: Fix deb and rpm issues on apache drill master branch

2019-03-01 Thread Naresh Bhat (JIRA)
Naresh Bhat created DRILL-7070:
--

 Summary: DRILL: Fix deb and rpm issues on apache drill master 
branch
 Key: DRILL-7070
 URL: https://issues.apache.org/jira/browse/DRILL-7070
 Project: Apache Drill
  Issue Type: Improvement
  Components: Tools, Build & Test
 Environment: Ubuntu/Debian/CentOS on ARM64 servers.
Reporter: Naresh Bhat
Assignee: Naresh Bhat
 Fix For: Future


Fix debian and rpm packaging issues on apache drill master branch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (DRILL-7042) DRILL: Apache drill v1.15.0 failed to generate deb/rpm package

2019-02-18 Thread Naresh Bhat (JIRA)
Naresh Bhat created DRILL-7042:
--

 Summary: DRILL: Apache drill v1.15.0 failed to generate deb/rpm 
package
 Key: DRILL-7042
 URL: https://issues.apache.org/jira/browse/DRILL-7042
 Project: Apache Drill
  Issue Type: Improvement
  Components: Tools, Build & Test
Affects Versions: 1.15.0
 Environment: Ubuntu/Debian/CentOS installed on ARM64 server machine.
Reporter: Naresh Bhat
 Fix For: Future


I tried to create a debian/rpm package on ARM64 machine,  But it failed to 
generate the debian/rpm package on Ubuntu/CentOS machine. It is required to fix 
the pom.xml file under distribution folder.

Error logs while generating DEB package:
=

drill$ git branch 
  master
* v1.15.0
drill$ mvn clean -X package -Pdeb -DskipTests
.
..
[INFO] Creating debian package: target/drill-1.15.0.deb
[INFO] Building data
[ERROR] Failed to create debian package target/drill-1.15.0.deb
org.vafer.jdeb.PackagingException: Failed to create debian package 
target/drill-1.15.0.deb
at org.vafer.jdeb.maven.DebMaker.makeDeb (DebMaker.java:247)
at org.vafer.jdeb.maven.DebMojo.execute (DebMojo.java:416)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main 
(Launcher.java:356)
Caused by: org.vafer.jdeb.PackagingException: Could not create deb package
at org.vafer.jdeb.Processor.createDeb (Processor.java:172)
at org.vafer.jdeb.maven.DebMaker.makeDeb (DebMaker.java:244)
at org.vafer.jdeb.maven.DebMojo.execute (DebMojo.java:416)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
  

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/dril

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:
https://oss.sonatype.org/content/repositories/snapshots/org/apache/drill/exec/vector/1.15.0-S