<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ufal.ms.mff.cuni.cz/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ufal.ms.mff.cuni.cz/feed.php">
        <title>ufal wiki spark</title>
        <description></description>
        <link>https://wiki.ufal.ms.mff.cuni.cz/</link>
        <image rdf:resource="https://wiki.ufal.ms.mff.cuni.cz/lib/tpl/ufal/images/favicon.ico" />
       <dc:date>2026-04-18T18:09:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ufal.ms.mff.cuni.cz/spark:running-spark-on-single-machine-or-on-cluster?rev=1699357718&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ufal.ms.mff.cuni.cz/spark:spark-introduction?rev=1671020919&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ufal.ms.mff.cuni.cz/spark:using-python?rev=1671020729&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ufal.ms.mff.cuni.cz/spark:using-scala?rev=1727421684&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ufal.ms.mff.cuni.cz/lib/tpl/ufal/images/favicon.ico">
        <title>ufal wiki</title>
        <link>https://wiki.ufal.ms.mff.cuni.cz/</link>
        <url>https://wiki.ufal.ms.mff.cuni.cz/lib/tpl/ufal/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.ufal.ms.mff.cuni.cz/spark:running-spark-on-single-machine-or-on-cluster?rev=1699357718&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-07T12:48:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spark:running-spark-on-single-machine-or-on-cluster</title>
        <link>https://wiki.ufal.ms.mff.cuni.cz/spark:running-spark-on-single-machine-or-on-cluster?rev=1699357718&amp;do=diff</link>
        <description>Running Spark on Single Machine or on Cluster

In order to use Spark, environment has to bee set up according to Using Spark in UFAL Environment.

When Spark computation starts, it uses environment variable MASTER to determine the mode of computation. The following values are possible:</description>
    </item>
    <item rdf:about="https://wiki.ufal.ms.mff.cuni.cz/spark:spark-introduction?rev=1671020919&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-14T13:28:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spark:spark-introduction</title>
        <link>https://wiki.ufal.ms.mff.cuni.cz/spark:spark-introduction?rev=1671020919&amp;do=diff</link>
        <description>Spark Introduction

This introduction shows several simple examples to give you an idea what programming in Spark is like. See the official Quick Start or Spark Programming Guide or Python API Reference/Scala API Reference for more information.

Running Spark Shell in Python

To run interactive Python shell in local Spark mode, run (on your local workstation or on cluster using</description>
    </item>
    <item rdf:about="https://wiki.ufal.ms.mff.cuni.cz/spark:using-python?rev=1671020729&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-14T13:25:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spark:using-python</title>
        <link>https://wiki.ufal.ms.mff.cuni.cz/spark:using-python?rev=1671020729&amp;do=diff</link>
        <description>Using Python

In order to use Spark in Python, environment has to bee set up according to Using Spark in UFAL Environment.

Starting Interactive Shell

Interactive shell can be started using:

pyspark

Better interactive shell with code completion using ipython3 (do `pip3 install</description>
    </item>
    <item rdf:about="https://wiki.ufal.ms.mff.cuni.cz/spark:using-scala?rev=1727421684&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-27T09:21:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>spark:using-scala</title>
        <link>https://wiki.ufal.ms.mff.cuni.cz/spark:using-scala?rev=1727421684&amp;do=diff</link>
        <description>Using Scala

In order to use Spark in Scala, environment has to bee set up according to Using Spark in UFAL Environment (including the sbt).

Starting Interactive Shell

Interactive shell can be started using:

spark-shell

As described in Running Spark on Single Machine or on Cluster, environmental variable MASTER specifies which Spark master to use (or whether to start a local one).</description>
    </item>
</rdf:RDF>
