Skip to content

Commit

Permalink
feat(examples): standardise id naming format in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri committed Aug 9, 2024
1 parent aab0cf0 commit 072e74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/spark/PythonSubmit.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" user: root",
"master: spark://localhost:7077",
"args:",
"- \"10\"",
" - \"10\"",
"mainScript: |",
" import sys",
" from random import random",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/spark/SparkCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
title = "Submit a PySpark job to a master node.",
full = true,
code = """
id: spark-cli
id: spark_cli
namespace: company.team
tasks:
- id: hello
Expand Down

0 comments on commit 072e74d

Please # to comment.