You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I recently had a CI job fail because the UI could not bind to the desired port. We don't need a UI when we run the integration tests, especially in CI. It is also a potential security problem if the environment the tests are running in are not set up properly. We should probably just set spark.ui.enabled to false for our integration test runs by default. Especially if we know that they are running in local mode.
The text was updated successfully, but these errors were encountered:
sameerz
added
build
Related to CI / CD or cleanly building
and removed
? - Needs Triage
Need team to review and classify
task
Work required that improves the product but is not user facing
labels
Jan 23, 2024
Is your feature request related to a problem? Please describe.
I recently had a CI job fail because the UI could not bind to the desired port. We don't need a UI when we run the integration tests, especially in CI. It is also a potential security problem if the environment the tests are running in are not set up properly. We should probably just set spark.ui.enabled to false for our integration test runs by default. Especially if we know that they are running in local mode.
The text was updated successfully, but these errors were encountered: