项目作者: animeshtrivedi

项目描述 :
Java read and write example for Apache Arrow
高级语言: Java
项目地址: git://github.com/animeshtrivedi/ArrowExample.git
创建时间: 2017-12-15T16:34:20Z
项目社区:https://github.com/animeshtrivedi/ArrowExample

开源协议:Apache License 2.0

下载


ArrowExample

Java read and write example for Apache Arrow

For more details please see
https://github.com/animeshtrivedi/animeshtrivedi.github.io/blob/master/blog/2017-12-26-arrow.md

How to run

Run build-single-assembly.sh to make a single uber jar containing
all classes.

To write a file run run-example.sh. This will generate random
data and write it to ./example.arrow file.

Then run run-read.sh, this will read the file and display the
data.