This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
s9-mtds-prj-flink/README.md
Geoffrey Frogeye de6a881428 Basic scaffold
Generate, read, means, write all the points
2019-01-23 23:14:35 +01:00

25 lines
272 B
Markdown

# 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
```