Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
spark:windows_dev_environment [2017/11/27 13:45] – [Run it] david | spark:windows_dev_environment [2025/03/27 15:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Inspiration stolen/ | Inspiration stolen/ | ||
+ | ====== Download ====== | ||
Download: | Download: | ||
* Spark: [[https:// | * Spark: [[https:// | ||
Line 46: | Line 47: | ||
< | < | ||
cd C: | cd C: | ||
- | C: | + | spark-shell2.cmd |
+ | </ | ||
+ | |||
+ | Custom run... (local master, 2 cores) | ||
+ | <code> | ||
+ | spark-shell2.cmd | ||
</ | </ | ||
Line 77: | Line 83: | ||
< | < | ||
spark.range(1).withColumn(" | spark.range(1).withColumn(" | ||
+ | </ | ||
+ | |||
+ | exit: | ||
+ | < | ||
+ | sys.exit | ||
</ | </ | ||