Installation
To integrate OpenLineage Spark with your application, you can:
- Bundle the package with your Apache Spark application project.
- Place the JAR in your
${SPARK_HOME}/jars
directory - Use the
--jars
option withspark-submit / spark-shell / pyspark
- Use the
--packages
option withspark-submit / spark-shell / pyspark