The java version of the Arrow project is reasonably consumable. The code
was extracted from the Apache Drill project which has been using this
columnar representation since its inception.

Steven Phillips is working on finishing the extraction of the necessary
interfaces from Drill over in his fork of the arrow repository [1], when
this gets checked in Drill will be completely separated from Arrow and just
depending on it as any other consumer would. The branch is still work in
progress but I believe he is getting close to posting a patch for review.
If you want you could check out the code in the Drill repository right now
[2], seeing the vector classes requires running the build once because we
use code generation to create vectors for each data type. After running the
Drill build the vector classes can be found at
exec/vector/target/generated-sources.

[1] - https://github.com/StevenMPhillips/arrow
[2] - https://github.com/apache/drill

On Fri, Feb 26, 2016 at 8:56 PM, Vishnu Viswanath <
vishnu.viswanat...@gmail.com> wrote:

> Thanks Leif,
> I am not trying to incorporate Arrow to any production system. I am just
> trying to learn this new DS.
> If you have come across any blogs or if you can tell what should be the
> starting steps in using Arrow, could you please let me know.
>
> --
> Thanks and Regards,
> Vishnu Viswanath,
> *www.vishnuviswanath.com <http://www.vishnuviswanath.com/>*
>
> On Fri, Feb 26, 2016 at 9:36 PM, Leif Walsh <leif.wa...@gmail.com> wrote:
>
> > Arrow doesn't seem to be ready for use yet.  I think it's an aspirational
> > project.  I'd watch for announcements soon but I wouldn't try to
> > incorporate today.
> >
> > On Fri, Feb 26, 2016 at 2:10 PM Slava B <gslav...@gmail.com> wrote:
> >
> > > Agree, also looking for such tutorial
> > >
> > > On Fri, Feb 26, 2016 at 11:05 AM, Vishnu Viswanath <
> > > vishnu.viswanat...@gmail.com> wrote:
> > >
> > > > Hi All,
> > > >
> > > > I just joined this list, and would like to know if there is any
> > > > documentation on how to get started with Apache Arrow. I am
> interested
> > in
> > > > using arrow along with Spark or Flink.
> > > >
> > > > Thanks and Regards,
> > > > Vishnu Viswanath,
> > > > *www.vishnuviswanath.com <http://www.vishnuviswanath.com>*
> > > >
> > >
> > --
> > --
> > Cheers,
> > Leif
> >
>

Reply via email to