lgarg-kimbal
Results
1
comments of
lgarg-kimbal
facing the same issue. docker compose file ``` services: spark: build: ./Docker/spark/ environment: - SPARK_MODE=master - SPARK_RPC_AUTHENTICATION_ENABLED=no - SPARK_RPC_ENCRYPTION_ENABLED=no - SPARK_LOCAL_STORAGE_ENCRYPTION_ENABLED=no - SPARK_SSL_ENABLED=no - SPARK_USER=spark ports: - '8080:8080' - '7078:7077'...