Spline agent support for elasticsearch #1364
Replies: 1 comment
-
Yes, ElasticSearch is supported. We'll look the issue. Please follow AbsaOSS/spline-spark-agent#827 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I am facing an issue in getting the lineage of loading data to elasticsearch from a csv file.
Spark Job:
Error:
24/08/30 12:58:28 ERROR SplineAgent: Unexpected error occurred during lineage processing for application: WriteToElasticsearch #local-1725002895271
Caused by: java.lang.RuntimeException: Cannot extract source URI from the options: es.nodes.wan.only,es.net.http.auth.user,es.net.http.auth.pass,es.client.node.only,es.port,es.resource,es.nodes,es.spark.dataframe.write.null,es.net.ssl
spark submit command:
spark-submit --packages org.elasticsearch:elasticsearch-spark-30_2.12:8.15.0
--jars /Users/ts-mohini.tripathi/Documents/DO/POC/spline-sandbox/jars/spark-3.1-spline-agent-bundle_2.12-2.1.0.jar
--conf spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener
--conf spark.spline.producer.url=http://localhost:8080/producer
elksearch.py
Kindly let me know if there is support for elasticsearch. Thank you.
Best Regards,
Mohini Tripathi
Beta Was this translation helpful? Give feedback.
All reactions