Skip to content

Commit

Permalink
testing demo changes for SA
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-523 committed Jan 7, 2025
1 parent 23889fd commit 24e98a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_spark_run/demo_pyspark_script.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyspark.sql import SparkSession
spark = SparkSession.builder.appName("HelloWorldPySpark").getOrCreate()
spark = SparkSession.builder.appName("HelloWorldPySpark-Changed").getOrCreate()
df = spark.createDataFrame([("Hello",), ("World",)], ["message"])
df.show()
spark.stop()

0 comments on commit 24e98a2

Please sign in to comment.