apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.32k stars 1.17k forks source link

[EnginePlugin][Spark]Turn off use secure random by default #5197

Closed peacewong closed 1 week ago

peacewong commented 2 weeks ago

What is the purpose of the change

By default, strong random strings are turned off because this method can cause Java to hang; users can enable this feature through the configuration parameter linkis.pyspark.use.secure.random.

Related issues/PRs

Related issues: close #5196

Checklist