You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@matthew-mcateer Hi, I am running the code in local instead of VM, the code was running fine in VM and able to see the twitter data but in local i am facing issue like Py4JJavaError: An error occurred while calling o25.sql.
: org.apache.spark.sql.AnalysisException: Table or view not found: tweets; line 1 pos 23
Any help ?
While debugging, when i compare VM and local machine, after the streaming started,
My local :
VM:
So the tweets table is not creating in my local. I have not figured the solution yet.
The text was updated successfully, but these errors were encountered:
@matthew-mcateer Hi, I am running the code in local instead of VM, the code was running fine in VM and able to see the twitter data but in local i am facing issue like Py4JJavaError: An error occurred while calling o25.sql.
: org.apache.spark.sql.AnalysisException: Table or view not found: tweets; line 1 pos 23
Any help ?
While debugging, when i compare VM and local machine, after the streaming started,

My local :
VM:

So the tweets table is not creating in my local. I have not figured the solution yet.
The text was updated successfully, but these errors were encountered: