Open SomanathSankaran opened 10 months ago
@xinlian12 can you please take a look at this, thanks!
Hey guys, anything on this, I am getting a very similar error with 11.3 (spark 3.3.0). Are there any recommended configs e.g. adequate amount of memory and type of node (e.g. AWS EC2 i3.xlarge)?
@tvaron3 / @xinlian12 please take a look at this, thanks!
Tried to execute cosmos metrics plugin enablement scripts
!/bin/bash
STAGE_DIR="/dbfs/FileStore/plugins"
echo "BEGIN: Upload Spark Plugins" cp -f $STAGE_DIR/*.jar /databricks/jars || { echo "Error copying Spark Plugin library file"; exit 1;} echo "END: Upload Spark Plugin JARs"
Error "databricks_error_message": "Spark error: Driver down cause: driver state change (exit code: 10)"
Spark encountered an error on startup. This issue can be caused by invalid Spark configurations or malfunctioning init scripts. Please refer to the Spark driver logs to troubleshoot this issue, and contact Databricks if the problem persists.
Internal error message: Spark error: Driver down cause: driver state change (exit code: 10)