This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
s9-mtds-prj-flink/README.md

25 lines
272 B
Markdown
Raw Normal View History

# Usage
Compile job data
```shell
mvn package
```
Generate vectors to cluster
```shell
./genVectors.py $DIMENSION $NUMBER > $FILE
```
(example: `./genVectors.py 2 15 > myInput.csv`)
Run
```shell
flink run target/project-*.jar --input $INPUT --output $OUTPUT
```