Flink dashboard+ program arguments

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink dashboard+ program arguments

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-group2


{"errors":["Bad request, could not parse parameters: Cannot resolve query
parameter (parallelism) from value \"\"."]}


Regards.





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Flink dashboard+ program arguments

Fabian Hueske-2
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.5/1.6? We released Flink 1.8 a few weeks ago and the 1.7 line received a few bug fix releases already.

Best, Fabian


Am Di., 30. Apr. 2019 um 17:16 Uhr schrieb Rad Rad <[hidden email]>:
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-group2


{"errors":["Bad request, could not parse parameters: Cannot resolve query
parameter (parallelism) from value \"\"."]}


Regards.





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Flink dashboard+ program arguments

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/
Reply | Threaded
Open this post in threaded view
|

Re: Flink dashboard+ program arguments

Fabian Hueske-2
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 <[hidden email]>:
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/