I have just started working on big data and I’m struggling with it.
I’ve installed apache spark on my local machine, and now when I am tring to create a delta lake table it shows error. I can’t really understand why is it happening when I’ve exactly installed everything as per the instructions mentioned in delta lake documentation.
I am just using this code as an example from delta lake docs to create delta lake table
delta lake table
but it shows error, and I don’t understand why is it happening. Below is the error
error
Also I see this when I run spark-shell command in terminal
enter image description here
Can anyone help me what is actually the problem here?
I was expecting a delta table
Uzair Naeem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.