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 4afb44e commit 8d981d3Copy full SHA for 8d981d3
FirstProgram/FirstProgram.py
@@ -0,0 +1,4 @@
1
+from pyspark.sql import *
2
+
3
+if __name__ == "__main__":
4
+ print("Starting First Program with Spark!")
0 commit comments