<?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 the difference between a Transformation and Action in Spark? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-transformation-and-action-in/m-p/22133#M15126</link>
    <description />
    <pubDate>Sun, 20 Jun 2021 03:31:09 GMT</pubDate>
    <dc:creator>aladda</dc:creator>
    <dc:date>2021-06-20T03:31:09Z</dc:date>
    <item>
      <title>What is the difference between a Transformation and Action in Spark?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-transformation-and-action-in/m-p/22133#M15126</link>
      <description />
      <pubDate>Sun, 20 Jun 2021 03:31:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-transformation-and-action-in/m-p/22133#M15126</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-20T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between a Transformation and Action in Spark?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-transformation-and-action-in/m-p/22134#M15127</link>
      <description>&lt;P&gt;Spark's execution engine is designed to be Lazy. In effect, you're first up build up your analytics/data processing request through a series of Transformations which are then executed by an Action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transformations are kind of operations which will transform your RDD data from one form to another. And when you apply this operation on any RDD, you will get a new RDD with transformed data  Operations like&amp;nbsp;map, filter are transformations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transformations create RDDs from each other, but when we want to work with the actual dataset, at that point action is performed. When the action is triggered after the result, new RDD is not formed like transformation. Ex:- count on a DF&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 03:37:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-is-the-difference-between-a-transformation-and-action-in/m-p/22134#M15127</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-20T03:37:50Z</dc:date>
    </item>
  </channel>
</rss>

