Allen Ma
11/04/2022, 1:55 PMsession.run()
I got the following error message:
22/11/04 21:25:59 ERROR SparkUI: Failed to bind SparkUI
java.net.BindException: Failed to bind to /0.0.0.0:9016: Service 'SparkUI' failed after 16 retries (starting from 9000)! Consider explicitly setting the appropriate port for the service 'SparkUI' (for example spark.ui.port for SparkUI) to an available port or increasing spark.port.maxRetries.
but I use kedro run
It workdatajoely
11/04/2022, 3:17 PMAllen Ma
11/05/2022, 5:15 AMif __name__ == '__main__'
before the session.run()
fix it