Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Dec 8, 2024
1 parent 75bf3fa commit b300665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from pyspark.sql import SparkSession

if __name__ == "__main__":
SparkSession.builder.appName("geonosis").getOrCreate()
spark = SparkSession.builder.appName("geonosis").getOrCreate()

# EOF

0 comments on commit b300665

Please sign in to comment.