Re: Flink dashboard+ program arguments

2019-05-02 Thread Fabian Hueske
Hi, The SQL client can be started with > ./bin/sql-client.sh embedded Best, Fabian Am Di., 30. Apr. 2019 um 20:13 Uhr schrieb Rad Rad : > Thanks, Fabian. > > The problem was incorrect java path. Now, everything works fine. > > I would ask about the command for running sql-client.sh > > These

Re: Flink dashboard+ program arguments

2019-04-30 Thread Rad Rad
Thanks, Fabian. The problem was incorrect java path. Now, everything works fine. I would ask about the command for running sql-client.sh These commands don't work ./sql-client.sh OR ./flink sql-client -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Flink dashboard+ program arguments

2019-04-30 Thread Fabian Hueske
Hi, With Flink 1.5.0, we introduced a new distributed architecture (see release announcement [1] and FLIP-6 [2]). >From what you describe, I cannot tell what is going wrong. How do you submit your application? Which action resulted in the error message you shared? Btw. why do you go for Flink 1.

Flink dashboard+ program arguments

2019-04-30 Thread Rad Rad
Hi, I am using Flink 1.4.2 and I can't see my running jobs on Flink we dashboard. I downloaded Flink 1.5 and 1.6, I received this message when I tried to send my arguments like this --topic sensor --bootstrap.servers localhost:9092 --zookeeper.connect localhost:2181 --group.id test-consumer-g