Monday, March 27, 2017

Apache flink

Mac El captian

check java version

java -version

brew install apache-flink

/usr/local/Cellar/apache-flink/1.2.0

cd bin

flink --version
Version: 1.2.0, Commit ID: 1c659cf

as per document there must be ./bin/start-local.sh however this does not have it.


have patience it is 122 MB and it has flink, hadoop and scala you can see the version of them in download link itself

ok! since we are done with the download.

let us unzip it, in Mac you can click and unzip or you can try tar xzf flink-*.tgz

move in, cd flink-*/bin

>>./start-local.sh, and there you go

it is running and goto console:

http://localhost:8081/#/overview

No comments:

Post a Comment