Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fix spark url example
Browse files Browse the repository at this point in the history
  • Loading branch information
mobuchowski authored Aug 3, 2023
1 parent 4269e6f commit 1cd42a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/spark/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spark-submit --conf "spark.extraListeners=io.openlineage.spark.agent.OpenLineage
--class com.mycompany.MySparkApp my_application.jar
```

The SparkListener reads its configuration from SparkConf parameters. These can be specified on the command line (e.g., `--conf "spark.openlineage.transporturl=http://{openlineage.client.host}/api/v1/namespaces/my_namespace/job/the_job"`) or from the `conf/spark-defaults.conf` file.
The SparkListener reads its configuration from SparkConf parameters. These can be specified on the command line (e.g., `--conf "spark.openlineage.transport.url=http://{openlineage.client.host}/api/v1/namespaces/my_namespace/job/the_job"`) or from the `conf/spark-defaults.conf` file.

#### Spark Config Parameters

Expand Down

0 comments on commit 1cd42a4

Please sign in to comment.