Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
spark [2022/12/14 12:42] straka [Getting Started] |
spark [2024/09/27 09:17] (current) straka [Basic Information] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Spark: Framework for Distributed Computations | + | ====== Spark: Framework for Distributed Computations ====== |
[[http:// | [[http:// | ||
Line 11: | Line 11: | ||
All Python, Scala and Java bindings work well in UFAL Environment. The displayed examples here are in Python and Scala. We do not discuss the Java binding, because it has the same API as Spark (and if you are a Java fan or know Java substantially better than Spark, you will be able to use it by yourself). | All Python, Scala and Java bindings work well in UFAL Environment. The displayed examples here are in Python and Scala. We do not discuss the Java binding, because it has the same API as Spark (and if you are a Java fan or know Java substantially better than Spark, you will be able to use it by yourself). | ||
- | Currently (Dec 2022), Spark 3.3.1 is available. | + | Currently (Oct 2024), Spark 3.5.3 is available. |
===== Getting Started ===== | ===== Getting Started ===== | ||
Line 24: | Line 24: | ||
Latest supported version of Spark is available in ''/ | Latest supported version of Spark is available in ''/ | ||
- | export PATH="/ | + | export PATH="/ |
to your '' | to your '' | ||
export PATH="/ | export PATH="/ |