Re: Job Manager HA manual setup

2016-02-28 Thread Ufuk Celebi
Hey Welly! Yes, it is possible to do manually via the jobmanager.sh and taskmanager.sh script like this: jobmanager.sh start cluster $HOST $WEB-UI-PORT taskmanager.sh start The start-cluster.sh script is just a wrapper around these scripts. >From experience, it's often forgotten to sync the con

Re: IOException when trying flink-twitter example

2016-02-28 Thread Igor Berman
http://stackoverflow.com/questions/32379590/ioexcpetion-while-connecting-to-twitter-streaming-api-with-apache-flink there is a problem with http client, I've solved it by downloading httpclient-4.2.6.jar jar into flink/lib and renamed it to have "a" (ahttpclient-4.2.6.jar) so it will be added to c