We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Hi How can i configure spark to use spline but no on a promt not like
spark-shell \ --packages za.co.absa.spline.agent.spark:spark-3.3-spline-agent-bundle_2.12:2.2.0 \ --conf "spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener" \ --conf "spark.spline.lineageDispatcher.http.producer.url=http://10.0.19.4:8080/producer" \ --conf "spark.driver.extraJavaOptions=--add-opens java.base/sun.net.www.protocol.jar=ALL-UNNAMED" \ --conf "spark.executor.extraJavaOptions=--add-opens java.base/sun.net.www.protocol.jar=ALL-UNNAMED"
I mean that once I put on config files of spark and from there i can run scala and py files and see lineage thanks Zacay
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
How can i configure spark to use spline but no on a promt
not like
I mean that once I put on config files of spark and from there i can run scala and py files and see lineage
thanks
Zacay
The text was updated successfully, but these errors were encountered: