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
Is there an option to add volume or increase ephemeral storage for the spark application
apiVersion: radanalytics.io/v1 kind: SparkApplication metadata: name: xxx namespace: default spec: type: Scala mode: cluster image: "xxx" imagePullPolicy: Always mainClass: xxx mainApplicationFile: "xxx" arguments: "xxx" restartPolicy: Never sparkVersion: "3.0.0" driver: cores: 1 coreLimit: "1000m" memory: "10240m" labels: version: 3.0.0 executor: cores: 2 coreLimit: "2000m" memory: "12288m" instances: 44 labels: version: 3.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Is there an option to add volume or increase ephemeral storage for the spark application
Steps to reproduce:
The text was updated successfully, but these errors were encountered: