Re: Arrow Java Build Failiure

2016-09-01 Thread Jorge Villaverde
Hi to all, I have successfully build arrow on a Windows platform. I downloaded flatbuffer for windows and install it on my local maven repository via mvn install:install-file -DgroupId=com.vlkan -DartifactId=fla

Re: Arrow Java Build Failiure

2016-09-01 Thread Laurent Goujon
I just opened a pull request to make flatc optional + allow for a user-provided flatc: https://github.com/apache/arrow/pull/129 On Thu, Sep 1, 2016 at 3:11 PM, Laurent Goujon wrote: > I should rephrase: there's no flatc binary artifact published on maven > central for windows and solaris archite

Re: Arrow Java Build Failiure

2016-09-01 Thread Laurent Goujon
I should rephrase: there's no flatc binary artifact published on maven central for windows and solaris architecture. Additionally maven (as instructed) will try to get the flatc compiler from maven central and fail if not able. User has no option to specify an alternate flatc compiler. It would b

Re: Vector Bit Pattern Search

2016-09-01 Thread Julien Le Dem
You can look at the complex writer to generate columns from csv rows: https://github.com/apache/arrow/blob/master/java/vector/src/test/java/org/apache/arrow/vector/complex/writer/TestComplexWriter.java On Thu, Sep 1, 2016 at 11:31 AM, Sanjay Rao wrote: > Hi Julien, > I am looking for Java sample

Re: Arrow Java Build Failiure

2016-09-01 Thread Wes McKinney
flatc is available as a download from the flatbuffers GitHub releases: https://github.com/google/flatbuffers/releases Does that work? On Thu, Sep 1, 2016 at 4:20 PM, Jacques Nadeau wrote: > I wonder if that means we should check in the generated code so people on > those platforms can still bui

Re: Arrow Java Build Failiure

2016-09-01 Thread Jacques Nadeau
I wonder if that means we should check in the generated code so people on those platforms can still build the java. On Thu, Sep 1, 2016 at 1:04 PM, Laurent Goujon wrote: > I guess there's no flatc compiler for windows and solaris (as hinted by > https://github.com/vy/flatc) > > On Thu, Sep 1, 20

Re: Arrow Java Build Failiure

2016-09-01 Thread Laurent Goujon
I guess there's no flatc compiler for windows and solaris (as hinted by https://github.com/vy/flatc) On Thu, Sep 1, 2016 at 12:12 PM, Sanjay Rao wrote: > If I try the same on my Windows with NetBeans IDE I would see similar error > Failed to execute goal org.apache.maven.plugins: > maven-depende

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
If I try the same on my Windows with NetBeans IDE I would see similar error Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:copy (copy-flatc) on project arrow-format: Unable to find artifact. Could not find artifact com.vlkan:flatc-windows-x86_64:exe:1.2.0-3f79e055 i

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
I actually did a clean of my .m2 repository on Solaris box and now I see this error Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:copy (copy-flatc) on project arrow-format: Unable to find artifact. Could not find artifact com.vlkan:flatc-sunos-sparc_64:exe:1.2.0-3

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
I am trying to build with maven. Thanks,Sanjay > From: ja...@dremio.com > Date: Thu, 1 Sep 2016 11:30:37 -0700 > Subject: Re: Arrow Java Build Failiure > To: dev@arrow.apache.org > > Are you trying to build using Maven or an IDE? I just checked out the tip > of master and was able to build and run

Re: Arrow Java Build Failiure

2016-09-01 Thread Jason Altekruse
Are you trying to build using Maven or an IDE? I just checked out the tip of master and was able to build and run the tests with "mvn clean install". Jason Altekruse Software Engineer at Dremio Apache Drill Committer On Thu, Sep 1, 2016 at 11:25 AM, Sanjay Rao wrote: > Hi, > I am unable to buil

RE: Vector Bit Pattern Search

2016-09-01 Thread Sanjay Rao
Hi Julien, I am looking for Java samples. Awaiting your reply. Thanks,Sanjay > From: jul...@dremio.com > Date: Tue, 30 Aug 2016 12:10:28 -0700 > Subject: Re: Vector Bit Pattern Search > To: dev@arrow.apache.org > > Are you looking for Java or C++ samples? > > On Tue, Aug 30, 2016 at 5:15 AM, San

Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
Hi, I am unable to build Arrow Java version, it's failing with error: package com.google.flatbuffers does not exist Thanks,Sanjay

Re: Next Arrow sync

2016-09-01 Thread Erol Cornelio
Hi Julien Could you add me to this calendar invite, please? Regards Erol Cornelio On 9/1/16, 11:10 AM, "Julien Le Dem" wrote: >The next Arrow sync will be in 2 weeks. >September 15 at 9am PT >http://timesched.pocoo.org/?date=2016-09-15&tz=pacific-standard-time!&rang >e=540,600 >on Google hang

Re: Next Arrow sync

2016-09-01 Thread khaled . ammar
This sounds interesting, please add me to the calendar invite.  Thanks,  Khaled Sent from my BlackBerry 10 smartphone.   Original Message   From: Julien Le Dem Sent: Thursday, September 1, 2016 1:11 PM To: dev@arrow.apache.org Reply To: dev@arrow.apache.org Subject: Next Arrow sync The next Arro

Next Arrow sync

2016-09-01 Thread Julien Le Dem
The next Arrow sync will be in 2 weeks. September 15 at 9am PT http://timesched.pocoo.org/?date=2016-09-15&tz=pacific-standard-time!&range=540,600 on Google hangout: https://hangouts.google.com/hangouts/_/dremio.com/arrow reply to this email if you want to be added to the google calendar invite.

Re: Arrow sync in 30min

2016-09-01 Thread Julien Le Dem
Notes from the sync: next meeting same day/time in 2 weeks *Attendees and their interests:* Erol: - looking for example of IPC from Java to C++ - C++ to C++ - Java to Java Jacques: Dremio Wes: - file format - plan for integration testing. (has time in the next 2 to 4 weeks) Tsuyoshi: Newb

[jira] [Updated] (ARROW-282) Make parquet-cpp an optional dependency of pyarrow

2016-09-01 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn updated ARROW-282: -- Description: Currently pyarrow hard depends on the parquet support of arrow-cpp. This should be an optio

[jira] [Created] (ARROW-282) Make parquet-cpp an optional dependency of pyarrow

2016-09-01 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-282: - Summary: Make parquet-cpp an optional dependency of pyarrow Key: ARROW-282 URL: https://issues.apache.org/jira/browse/ARROW-282 Project: Apache Arrow Issue Type: I

Re: Arrow sync in 30min

2016-09-01 Thread Julien Le Dem
starting now On Thu, Sep 1, 2016 at 8:32 AM, Julien Le Dem wrote: > https://plus.google.com/hangouts/_/dremio.com/arrow > > Julien -- Julien

Arrow sync in 30min

2016-09-01 Thread Julien Le Dem
https://plus.google.com/hangouts/_/dremio.com/arrow Julien

Re: Arrow sync today

2016-09-01 Thread Micah Kornfield
Wont be able to make it today. On Thursday, September 1, 2016, Wes McKinney wrote: > hi all, > > Reminder that the biweekly Arrow sync is at 16:00 UTC / 09:00 Pacific > today. The public hangout link is: > > https://plus.google.com/hangouts/_/dremio.com/arrow > > cheers > Wes >

Arrow sync today

2016-09-01 Thread Wes McKinney
hi all, Reminder that the biweekly Arrow sync is at 16:00 UTC / 09:00 Pacific today. The public hangout link is: https://plus.google.com/hangouts/_/dremio.com/arrow cheers Wes