An open API service indexing awesome lists of open source software.

https://github.com/cosh/sequencefiletransformer

A simple spring boot command line runner to transform hbase sequence files into multiple json files
https://github.com/cosh/sequencefiletransformer

Last synced: about 1 year ago
JSON representation

A simple spring boot command line runner to transform hbase sequence files into multiple json files

Awesome Lists containing this project

README

          

# sequenceFileTransformer
A simple spring boot command line runner to transform hbase sequence files into multiple json files

# build & package
```
mvn clean package
```

# run
```
java -jar uberJar --sourceFile=... --destinationPath=... batchSize=1000000
```