Pramaters in eclipse with Flink

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

Pramaters in eclipse with Flink

alaa
Hallo
 I run this example form GitHub
https://github.com/ScaleUnlimited/flink-streaming-kmeans

 but I am not familiar with eclipse and i got this error
<http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/file/t1965/Screenshot_from_2019-07-26_15-48-24.png>

I dont know how and where i should put the following parameters:

    -local (to specify running Flink locally, versus on a real cluster)
    -input <path to input file> (e.g.
/path/to/flink-streaming-kmeans/src/test/resources/citibike-20180801-min.tsv)
    -accesstoken <MapBox access token>
    -clusters <number of cluster> (5 or 10 are good values)
    -queryable (to enable calls to the API, on port 8085).

Thank you



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

Re:Pramaters in eclipse with Flink

Haibo Sun
Hi alaa.abutaha,

In fact, your problem is not related to Flink, but how to specify program parameters in Eclipse. I think the following document will help you.


Best,
Haibo

At 2019-07-26 22:02:48, "alaa" <[hidden email]> wrote:
>Hallo 
> I run this example form GitHub 
>https://github.com/ScaleUnlimited/flink-streaming-kmeans
>
> but I am not familiar with eclipse and i got this error 
><http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/file/t1965/Screenshot_from_2019-07-26_15-48-24.png> 
>
>I dont know how and where i should put the following parameters:
>
>    -local (to specify running Flink locally, versus on a real cluster)
>    -input <path to input file> (e.g.
>/path/to/flink-streaming-kmeans/src/test/resources/citibike-20180801-min.tsv)
>    -accesstoken <MapBox access token>
>    -clusters <number of cluster> (5 or 10 are good values)
>    -queryable (to enable calls to the API, on port 8085).
>
>Thank you
>
>
>
>--
>Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/