Hi,
Anyway, the line of cd build-target below confused me for a while at the first
time since there is not a folder called build-target. So I would suggest change
this stuff to a more reasonable representation for the beginner to flink.
What do you think of that ?
Like
cd flink-dist/target/flink-{version}-SNAPSHOT-bin/flink-{version}-SNAPSHOT
Thanks
Minglei
Download and Compile
Clone the source code from one of our repositories, e.g.:
$ git clone https://github.com/apache/flink.git
$ cd flink
$ mvn clean package -DskipTests# this will take up to 10 minutes$ cd
build-target # this is where Flink is installed to