Mac El captian
check java version
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.
Download flink with scala and hadoop from http://www.webhostingreviewjam.com/mirror/apache/flink/flink-1.2.0/flink-1.2.0-bin-hadoop27-scala_2.11.tgz
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