-
Notifications
You must be signed in to change notification settings - Fork 155
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Spline producer url unreachable from spark #1354
Comments
Try to follow steps from this guide: #1225 |
So these were the steps I performed: Troubleshooting Spline Agent: Troubleshooting Spline Server: Still I'm getting the same error for some reason. |
In your config you use port |
Yeah, I used commands with both the configs. With 9090: With 8080: In both the scenarios I get the same error. |
In the log I see output from
|
Yeah I tried the following command:
So the config as of now is: But error still prevails! |
If everything else works, it must be some networking issue. Are you sure that the server is reachable? Is the spark running locally on the same machine as the severe? If spark is somewhere else, localhost will not work. Also, if a server or agent is running in the docker container, it may block the connection. |
I'm converting this issue into a discussion as the issue is clearly on the user's side. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I used the TLDR configuration and packages given in https://absaoss.github.io/spline/. za.co.absa.spline.agent.spark:spark-2.4-spline-agent-bundle_2.12:0.5.2 and 'spark.spline.producer.url' as 'http://localhost:9090/producer'
But I get this error in my spark job:
Configurations:
Spark -> 2.4.2
Scala -> 2.12
Commands used:
spark-submit --packages za.co.absa.spline.agent.spark:spark-2.4-spline-agent-bundle_2.12:0.5.2 --conf "spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener" --conf "spark.spline.producer.url=http://localhost:9090/producer" AB_2.py
I have also tried spark 3.0.0 with compatible artifacts and Java version but I'm getting the same error.
The text was updated successfully, but these errors were encountered: