[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
spark [2014/11/10 15:12]
straka
spark [2017/10/16 20:56]
ufal [Basic Information]
Line 10: Line 10:
  
 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, Spark 2.1 is available.
  
 ===== Getting Started ===== ===== Getting Started =====
Line 16: Line 18:
   * Official [[http://spark.apache.org/docs/latest/quick-start.html|Quick Start]]   * Official [[http://spark.apache.org/docs/latest/quick-start.html|Quick Start]]
   * Official [[http://spark.apache.org/docs/latest/programming-guide.html|Spark Programming Guide]]   * Official [[http://spark.apache.org/docs/latest/programming-guide.html|Spark Programming Guide]]
 +  * Official [[http://spark.apache.org/docs/latest/mllib-guide.html|MLlib Programming Guide]] (Spark’s scalable machine learning library consisting of common learning algorithms and utilities, including classification, regression, clustering, collaborative filtering, dimensionality reduction, as well as underlying optimization primitives)
   * Official [[http://spark.apache.org/docs/latest/api/python/index.html|Python API Reference]]/[[http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.package|Scala API Reference]]   * Official [[http://spark.apache.org/docs/latest/api/python/index.html|Python API Reference]]/[[http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.package|Scala API Reference]]
  

[ Back to the navigation ] [ Back to the content ]