There should be a ' build-target' folder created when 'flink-dist' is built. (actually, a symlink, more precisely)
If will not work on Windows, through. Are you running Windows? On Fri, Mar 9, 2018 at 11:34 AM, mingleizhang <zml13856086...@163.com> wrote: > Yes. It is. and I might do a little change for this. > > > > > > > At 2018-03-09 17:35:42, "Aljoscha Krettek" <aljos...@apache.org> wrote: > >Is this from the "building Flink" quickstart? I don't mind too much but > you can open a PR if you want to change that. > > > >> On 9. Mar 2018, at 08:00, mingleizhang <zml13856086...@163.com> wrote: > >> > >> 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 > >> > >> > >> > >> > >> >