Arrow on Ubuntu

2016-07-27 Thread Sanjay Rao
Hi,I have built Java version of Apache Arrow on Ubuntu./memory/target/arrow-memory-0.1-SNAPSHOT-tests.jar./memory/target/arrow-memory-0.1-SNAPSHOT.jar./vector/target/vector-0.1-SNAPSHOT-tests.jar./vector/target/vector-0.1-SNAPSHOT.jarI would need documentation on how to run or use Arrow

Can someone help me how should I start using Arrow Java Jars ?

2016-08-01 Thread Sanjay Rao
Awaiting your reply. Thanks,Sanjay

RE: Can someone help me how should I start using Arrow Java Jars ?

2016-08-01 Thread Sanjay Rao
rt = 0; > vh.end = bytes.length; > // write string > writer.varChar(name).write(vh); > } > } > // write num > writer.integer("age").writeInt(21); > > list.getWriter().endList(); > > list.clear(); > list.close(); > > allocator.close(); > > > -Ki

Is there plan to support BigEndian Systems like SUN SPARC Hardware ?

2016-08-01 Thread Sanjay Rao
As Apache SPARK supports Big Endian systems. Thanks,Sanjay

Is LittleEndian system mandatory for using Apache Arrow ?

2016-08-01 Thread Sanjay Rao
Hi, I read that Integer representation is assumed to LittleEndian in Arrow, does this mean we cannot use Arrow in Big Endian Systems like SPARC ? Thanks,Sanjay

RE: Is LittleEndian system mandatory for using Apache Arrow ?

2016-08-01 Thread Sanjay Rao
-archives.apache.org/mod_mbox/arrow-dev/201604.mbox/%3CCAK7Z5T_0T9hOa=mbJ=V30jc_Em169e=qjpyqnsblrakb8dm...@mail.gmail.com%3E > > On Mon, Aug 1, 2016 at 8:57 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > > Hi, > > I read that Integer representation is assum

Arrow on Ubuntu

2016-07-27 Thread Sanjay Rao
Hi,I have built Java version of Apache Arrow on Ubuntu./memory/target/arrow-memory-0.1-SNAPSHOT-tests.jar./memory/target/arrow-memory-0.1-SNAPSHOT.jar./vector/target/vector-0.1-SNAPSHOT-tests.jar./vector/target/vector-0.1-SNAPSHOT.jar I would need documentation on how to run or use Arrow

RE: Is LittleEndian system mandatory for using Apache Arrow ?

2016-08-01 Thread Sanjay Rao
we would > need to add byte-swapping logic in the IPC code path to support big > endian systems. > > On Mon, Aug 1, 2016 at 9:31 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > Hi Micah, > > Thanks, I am trying to write Java examples with Java libraries of Apache

RE: Is there plan to support BigEndian Systems like SUN SPARC Hardware ?

2016-08-05 Thread Sanjay Rao
, 2016 at 11:17 AM, Micah Kornfield <emkornfi...@gmail.com> > > > wrote: > > > > > >> Hi Sanjay, > > >> I think we are trying to work that out now. As you've seen with some of > > >> you initial investigation we have no coverage for big

RE: Arrow client C++ Samples with Arrow APIs for Research work

2016-08-09 Thread Sanjay Rao
Research work > To: dev@arrow.apache.org > > Hi Sanjay, > Arrow is focusing on the format and vectorized access. > For now there is no higher level algorithm in Arrow itself. > > > On Sun, Aug 7, 2016 at 11:13 PM, Sanjay Rao <getsanjay...@live.com> wrote: > >

Arrow client C++ Samples with Arrow APIs for Research work

2016-08-08 Thread Sanjay Rao
Hi, I am looking for some C++ Samples which I can get started with, with Arrow APIs. Any samples like Top N AlgorithmComplex Key-Value Pair search. Thanks,Sanjay

RE: Is there plan to support BigEndian Systems like SUN SPARC Hardware ?

2016-08-08 Thread Sanjay Rao
but for the most part there haven't > been any problems. > > - Wes > > On Fri, Aug 5, 2016 at 4:39 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > Some places where explicit check for Little Endian is there- > > ./memory/src/main/java/io/netty/b

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
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 <getsanjay...@live.com> wrote: > > > Hi, > > I am

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
with "mvn clean install". > > > > Jason Altekruse > > Software Engineer at Dremio > > Apache Drill Committer > > > > On Thu, Sep 1, 2016 at 11:25 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > > > > Hi, > > > I am unable to build Arrow Java version, it's failing with error: package > > > com.google.flatbuffers does not exist > > > Thanks,Sanjay >

RE: Vector Bit Pattern Search

2016-09-01 Thread Sanjay Rao
Aug 30, 2016 at 5:15 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > > Hi, > > I am trying to write a sample code where I could write the values into > > Buffer probable read the value from CSV file and store them in-memory and > > later do bit-pattern sea

RE: Arrow Java Build Failiure

2016-09-01 Thread Sanjay Rao
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 T

Vector Bit Pattern Search

2016-08-30 Thread Sanjay Rao
Hi, I am trying to write a sample code where I could write the values into Buffer probable read the value from CSV file and store them in-memory and later do bit-pattern search, I am doing performance benchmark as my own study. It would help me if someone could get me the sample code where I

IPC with Systems Using Java version of Apache Arrow

2016-10-18 Thread Sanjay Rao
Hi, I am planning to do some experiments with cross-system communication between Hbase and Spark, so I wanted to understand if at all IPC between HBase and Spark possible ? Both are in Java. This question because as I don't see anyway of memory sharing IPC in Java library. Thanks, Sanjay