spark
spark copied to clipboard
Couldn't Run Spark-Submit. Received an error.
Problem encountered on https://dotnet.microsoft.com/learn/data/spark-tutorial/install-spark Operating System: windows
Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
Can you share some more details? The console output, particularly the stack traces would be useful (as well as the error message)
I got the message that spark-submit was not an operable command, program, etc.
It sounds like the folder where spark exists %SPARK_HOME%\bin isn't on your path - you can either pass the full path to spark-submit in the bin folder or add it to your path statement you can use spark-submit,
Make sure you have done everything in this list: https://the.agilesql.club/2019/08/help-my-apache-spark-configuration-on-windows-isnt-working-i-think/
@briancuster were you able to resolve your issue ?