Asked me for python installation and completed successfully
Running the command in the notebook
Expected: command should run successfully
Actual: The command gives me an error:
Starting Spark application
The code failed because of a fatal error:
Session 3 did not start up in 60 seconds..
Some things to try:
a) Make sure Spark has enough available resources for Jupyter to create a Spark context.
b) Contact your Jupyter administrator to make sure the Spark magics library is configured correctly.
c) Restart the kernel.
shouldn't it give me some more info about the error and some linked doc or something to show how to do those 3 things?
Expected: command should run successfully Actual: The command gives me an error: Starting Spark application The code failed because of a fatal error: Session 3 did not start up in 60 seconds..
Some things to try: a) Make sure Spark has enough available resources for Jupyter to create a Spark context. b) Contact your Jupyter administrator to make sure the Spark magics library is configured correctly. c) Restart the kernel.
shouldn't it give me some more info about the error and some linked doc or something to show how to do those 3 things?