Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot run spark-submit #9

Open
cmuellerbeyond opened this issue Mar 25, 2023 · 1 comment
Open

cannot run spark-submit #9

cmuellerbeyond opened this issue Mar 25, 2023 · 1 comment

Comments

@cmuellerbeyond
Copy link

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...

@guidok91
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants