https://github.com/yuce/pilosa-java-client-import-test
Tests bit import with the Pilosa Java client against a Pilosa server or cluster
https://github.com/yuce/pilosa-java-client-import-test
Last synced: 16 days ago
JSON representation
Tests bit import with the Pilosa Java client against a Pilosa server or cluster
- Host: GitHub
- URL: https://github.com/yuce/pilosa-java-client-import-test
- Owner: yuce
- License: bsd-3-clause
- Created: 2018-03-03T14:00:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T14:18:38.000Z (over 8 years ago)
- Last Synced: 2025-11-13T04:05:23.436Z (8 months ago)
- Language: Java
- Size: 13.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pilosa Test with Java Client
## Requirements
- JDK 8 (tested with OpenJDK)
- Maven (tested with 3.5.0)
## Building
```
make
```
## Running
```
cd deploy_package
./run.sh PILOSA_ADDR MAX_ROW_ID MAX_COLUMN_ID BATCH_SIZE random [THREAD_COUNT [SLICE WIDTH]]
```
`THREAD_COUNT` defaults to the number of CPUs and `SLICE_WIDTH` defaults to the default Pilosa server slice width.