incubator-streampark icon indicating copy to clipboard operation
incubator-streampark copied to clipboard

When I install Flink using Docker, how should I set the Flink home?

Open wdqzdd opened this issue 2 months ago • 6 comments

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Java Version

No response

Scala Version

2.11.x

StreamPark Version

2.0.0

Flink Version

2.1.0

Deploy mode

None

What happened

When I install Flink using Docker, how should I set the Flink home?

Image

Error Exception


Screenshots

No response

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?)

Code of Conduct

wdqzdd avatar Nov 03 '25 05:11 wdqzdd

Do Flink and StreamPark have to be installed on the same machine? Can neither of them be installed using Docker?

wdqzdd avatar Nov 03 '25 07:11 wdqzdd

Mount the Flink directory of Docker to the host machine first, and then mount the directory on the host machine to StreamPark.

stephenZkang avatar Nov 06 '25 03:11 stephenZkang

Mount the Flink directory of Docker to the host machine first, and then mount the directory on the host machine to StreamPark.

Can StreamPark be installed using Docker?

wdqzdd avatar Nov 06 '25 03:11 wdqzdd

Mount the Flink directory of Docker to the host machine first, and then mount the directory on the host machine to StreamPark.

Can StreamPark be installed using Docker?

Image

Of course, I just tested version 2.1.6.

stephenZkang avatar Nov 06 '25 03:11 stephenZkang

Mount the Flink directory of Docker to the host machine first, and then mount the directory on the host machine to StreamPark.

Can StreamPark be installed using Docker?

Image Of course, I just tested version 2.1.6.

docker StreamPark set flink home? How does it work?

wdqzdd avatar Nov 06 '25 03:11 wdqzdd

I assume that StreamPark utilizes certain dependencies or commands from Flink for task management, hence requiring Flink's installation directory. Tasks are submitted to Flink's JobManager via RESTful APIs. I haven't delved into the source code in depth, as I only started testing it recently.

stephenZkang avatar Nov 06 '25 03:11 stephenZkang