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
.PHONY:
streaming-app-run: # Run Spark Structured streaming app locally.
poetry run spark-submit
$(SPARK_ARGS)
movie_ratings_streaming/entrypoint.py
if get
Traceback (most recent call last):
File "C:\dev\spark-structured-streaming-kafka\movie_ratings_streaming\entrypoint.py", line 3, in
from movie_ratings_streaming.config.config import read_config, read_source_avro_schema
ModuleNotFoundError: No module named 'movie_ratings_streaming'
any idea ? the init.py in movie_ratings_streaming is there...
The text was updated successfully, but these errors were encountered:
Hi, when i want to run the app
.PHONY:
streaming-app-run: # Run Spark Structured streaming app locally.
poetry run spark-submit
$(SPARK_ARGS)
movie_ratings_streaming/entrypoint.py
if get
Traceback (most recent call last):
File "C:\dev\spark-structured-streaming-kafka\movie_ratings_streaming\entrypoint.py", line 3, in
from movie_ratings_streaming.config.config import read_config, read_source_avro_schema
ModuleNotFoundError: No module named 'movie_ratings_streaming'
any idea ? the init.py in movie_ratings_streaming is there...
The text was updated successfully, but these errors were encountered: