Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670906 commit 201ce23Copy full SHA for 201ce23
pubsublite/spark-connector/spark_streaming_to_pubsublite_example.py
@@ -29,7 +29,7 @@ def spark_streaming_to_pubsublite(
29
# location = "us-central1-a"
30
# topic_id = "your-topic-id"
31
32
- spark = SparkSession.builder.appName("write-app").master("yarn").getOrCreate()
+ spark = SparkSession.builder.appName("write-app").getOrCreate()
33
34
# Create a RateStreamSource that generates consecutive numbers with timestamps:
35
# |-- timestamp: timestamp (nullable = true)
0 commit comments