<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What is difference between Action and Transformation in Spark? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-difference-between-action-and-transformation-in-spark/m-p/26612#M18638</link>
    <description />
    <pubDate>Wed, 02 Jun 2021 23:28:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-02T23:28:54Z</dc:date>
    <item>
      <title>What is difference between Action and Transformation in Spark?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-difference-between-action-and-transformation-in-spark/m-p/26612#M18638</link>
      <description />
      <pubDate>Wed, 02 Jun 2021 23:28:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-difference-between-action-and-transformation-in-spark/m-p/26612#M18638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-02T23:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between Action and Transformation in Spark?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-difference-between-action-and-transformation-in-spark/m-p/26613#M18639</link>
      <description>An Action in Spark is any operation that does not return an RDD. Evaluation is executed when an action is taken. Actions trigger the scheduler, which build a directed acyclic graph (DAG) as a plan of execution. The plan of execution is created by working backward to define the series of steps required to produce the final distributed dataset (each Partition). A transformation are functions that return another RDD.</description>
      <pubDate>Fri, 04 Jun 2021 11:32:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-difference-between-action-and-transformation-in-spark/m-p/26613#M18639</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2021-06-04T11:32:00Z</dc:date>
    </item>
  </channel>
</rss>

