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
- Host: GitHub
- URL: https://github.com/cosh/sequencefiletransformer
- Owner: cosh
- Created: 2020-04-03T16:18:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T21:36:07.000Z (about 4 years ago)
- Last Synced: 2025-02-01T20:30:55.406Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```