Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021 02:54 AM
@Werner Stinckens you can execute spark.sql("...") in the cluster but I want to execute this for example:
collection = [1, 2, 3, 4, 5]
sum = 0
for x in collection:
sum += xstupid example!