Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 201ce23

Browse files
medbleahecole
andauthored
Remove redundant config (GoogleCloudPlatform#7353)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent 4670906 commit 201ce23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsublite/spark-connector/spark_streaming_to_pubsublite_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def spark_streaming_to_pubsublite(
2929
# location = "us-central1-a"
3030
# topic_id = "your-topic-id"
3131

32-
spark = SparkSession.builder.appName("write-app").master("yarn").getOrCreate()
32+
spark = SparkSession.builder.appName("write-app").getOrCreate()
3333

3434
# Create a RateStreamSource that generates consecutive numbers with timestamps:
3535
# |-- timestamp: timestamp (nullable = true)

0 commit comments

Comments
 (0)