awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
32 stars 13 forks source link

Add Flink component into hadoop-testing #23

Closed yanghua closed 10 months ago

yanghua commented 10 months ago

verified via:

cd ${FLINK_HOME}
./bin/flink run-application -t yarn-application ./examples/streaming/TopSpeedWindowing.jar
pan3793 commented 10 months ago

does Flink have long-running service like history server?

yanghua commented 10 months ago

does Flink have long-running service like history server?

Yes, it has. It's an optional component started manually. Do you suggest starting it by default?

pan3793 commented 10 months ago

please at least add the supervisor conf, there is a switch to define whether to start by default.

yanghua commented 10 months ago

please at least add the supervisor conf, there is a switch to define whether to start by default.

Done.

pan3793 commented 10 months ago

Thanks @yanghua