-
Notifications
You must be signed in to change notification settings - Fork 118
How to specify specify limits.cpu,limits.memory,requests.cpu,requests.memory of driver & executor in spark-submit #611
Comments
Which version of Kubernetes are you using? Can you run the following command?
|
version of Kubernetes : v1.8.5 |
OK, then it makes sense why it said |
I also run the following command to specify limits.cpu,limits.memory,requests.cpu,requests.memory
But also does not work . |
What doesn't work here? You were not able to run the above example (even if it used the container-local example jar)? Or something else? |
I have modified the above command. It does not work when using Dependency Management |
OK. It looks like a bug. |
Is there other way to run the local application jar in the submitting machine |
@Bilwang129 if you have access to an HDFS cluster, or cloud storage options such as S3, you can upload the jars to those places, and use the remote URLs of those jars. Spark can automatically download them. |
@liyinan926 @foxish
When running the following command:(run the local jar by Dependency Management)
I get the following errors:
But when running the following command(with the same parameters,run the jar in the Docker image):
It run successfully.And resources quota like the following:
I want to know which conf can I specify specify limits.cpu,limits.memory,requests.cpu,requests.memory of driver & executor in spark-submit
The text was updated successfully, but these errors were encountered: