Skip to content

Commit f4222c1

Browse files
authored
Enhance troubleshooting instructions for Spark deployment
Added additional troubleshooting steps for deploying Spark.
1 parent 1db9c73 commit f4222c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/tutorials/spark/deploy-from-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ The {% data variables.product.prodname_spark_short %} CLI currently only works w
6868

6969
## Troubleshooting
7070

71-
If you're being asked to supply the `--app` parameter when deploying your spark, update to the latest version of the {% data variables.product.prodname_spark_short %} SDK by following step 1 in [Build your spark](#build-your-spark).
71+
If you're being asked to supply the `--app` parameter when deploying your spark, update to the latest version of the {% data variables.product.prodname_spark_short %} SDK by following step 1 in [Build your spark](#build-your-spark). If that does not work, ensure you have a `runtime.config.json` file containing `{"app": "<your-app-name>"}` and you can then use `--app <your-app-name>` to deploy.

0 commit comments

Comments
 (0)