awesome-kyuubi / hadoop-testing

Testing Sandbox for Hadoop Ecosystem Components
Apache License 2.0
29 stars 11 forks source link

Respect flink_enabled #92

Closed zwangsheng closed 2 months ago

zwangsheng commented 3 months ago

As title.

Before this PR, when disabled flink, we won't download flink binary package, but we still build hadoop master with flink. This will cause error.

After this PR, we won't build image with flink in case of disabled flink.

zwangsheng commented 3 months ago

@pan3793

pan3793 commented 2 months ago

Thanks, some variables don't take effect at the current state.