We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spark version 3.5.1 livy version. 0.8.0
Requesting through the Api gets the following return
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request: "{"msg":"Rejected, Reason: Blacklisted configuration values in session config: spark.submit.deployMode"}"
But I don't see any error reported in the logs, is it incompatible with spark 3.5.1
BTW, I also set upconf/spark-blacklist.conf and it doesn't seem to be taking effect
conf/spark-blacklist.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spark version 3.5.1
livy version. 0.8.0
Requesting through the Api gets the following return
org.springframework.web.client.HttpClientErrorException$BadRequest: 400 Bad Request: "{"msg":"Rejected, Reason: Blacklisted configuration values in session config: spark.submit.deployMode"}"
But I don't see any error reported in the logs, is it incompatible with spark 3.5.1
BTW, I also set up
conf/spark-blacklist.conf
and it doesn't seem to be taking effectThe text was updated successfully, but these errors were encountered: