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:35] – [Install/Configure WinUtils] 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 45: | Line 46: | ||
| ===== Run it ===== | ===== Run it ===== | ||
| < | < | ||
| - | C: | + | cd C: |
| + | spark-shell2.cmd | ||
| + | </code> | ||
| + | |||
| + | Custom run... (local master, 2 cores) | ||
| + | < | ||
| + | spark-shell2.cmd | ||
| + | </ | ||
| + | |||
| + | Output: | ||
| + | < | ||
| Using Spark' | Using Spark' | ||
| Setting default log level to " | Setting default log level to " | ||
| Line 68: | Line 79: | ||
| Type :help for more information. | Type :help for more information. | ||
| </ | </ | ||
| + | |||
| + | Test command: | ||
| + | < | ||
| + | spark.range(1).withColumn(" | ||
| + | </ | ||
| + | |||
| + | exit: | ||
| + | < | ||
| + | sys.exit | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | * Web Interface: [[http:// | ||
| + | * Configuration: | ||