<?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 Re: Why Databricks spark is faster than AWS EMR Spark ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27988#M19826</link>
    <description>&lt;P&gt;&lt;/P&gt; 
&lt;P&gt;@kali.tummala@gmail.com in general though the answers you want are too complicated to be explained in a forum post, do you have a point of contact at Databricks that you could setup time with? If not, you can reach out to me at fish@databricks.com&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 18:13:51 GMT</pubDate>
    <dc:creator>User16817872376</dc:creator>
    <dc:date>2019-06-10T18:13:51Z</dc:date>
    <item>
      <title>Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27984#M19822</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://databricks.com/blog/2017/07/12/benchmarking-big-data-sql-platforms-in-the-cloud.html" target="test_blank"&gt;https://databricks.com/blog/2017/07/12/benchmarking-big-data-sql-platforms-in-the-cloud.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi All, &lt;/P&gt;
&lt;P&gt;just wondering why Databricks Spark is lot faster on S3 compared with AWS EMR spark both the systems are on spark version 2.4 , is Databricks have another version of optimized spark which is not committed to open source spark ?&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 18:29:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27984#M19822</guid>
      <dc:creator>kali_tummala</dc:creator>
      <dc:date>2019-06-06T18:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27985#M19823</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At its core, EMR just launches Spark applications, whereas Databricks is a higher-level platform that also includes multi-user support, an interactive UI, security, and job scheduling. Specifically, Databricks runs standard Spark applications inside a user’s AWS account, similar to EMR, but it adds a variety of features to create an end-to-end environment for working with Spark. These include:&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Interactive UI (includes a workspace with notebooks, dashboards, a job scheduler, point-and-click cluster management)&lt;/LI&gt;&lt;LI&gt;Cluster sharing (multiple users can connect to the same cluster, saving cost)&lt;/LI&gt;&lt;LI&gt;Security features (access controls to the whole workspace, clusters)&lt;/LI&gt;&lt;LI&gt;Collaboration (multi-user access to the same notebook, revision control, and IDE and GitHub integration)&lt;/LI&gt;&lt;LI&gt;Data management (support for connecting different data sources to Spark, caching service to speed up queries)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The idea is that a lot of Spark deployments soon need to bring in multiple users, different types of jobs, etc, and we want to have these built-in. But if you just want to connect to existing data and run jobs, that also works. Databricks adds several features, such as allowing multiple users to run commands on the same cluster and running multiple versions of Spark. Because Databricks is also the team that initially built Spark, the service is very up to date and tightly integrated with the newest Spark features -- e.g. you can run previews of the next release, any data in Spark can be displayed visually, etc.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 04:54:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27985#M19823</guid>
      <dc:creator>Chandan</dc:creator>
      <dc:date>2019-06-08T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27986#M19824</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;OL&gt;&lt;LI&gt;nope that's not the answer I want the features what you gave doesn't help with spark performance (faster), If I do a code diff between open source spark 2.4 and Databricks latest spark version will I see differences? if I see differences why not data bricks version is open sourced yet ? did data bricks dont want to open source time to time? do they want spark outside databricks to be slower &lt;/LI&gt;&lt;/OL&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 21:00:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27986#M19824</guid>
      <dc:creator>kali_tummala</dc:creator>
      <dc:date>2019-06-09T21:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27987#M19825</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;@kali.tummala@gmail.com Databricks Runtime is very similar to open source spark, completely API compatible. Any open source Spark (OSS) code you've written will run the same against the equivalent Databricks Runtime version. There are some features we've built which were requested by our customers and do not have open source equivalents. Since open source Spark is an Apache Project, it is governed by the Apache rules of project governance, whereas Databricks Runtime is proprietary software that Databricks has 100% control over. Any correctness bugs identified will be immediately fixed in OSS.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 17:58:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27987#M19825</guid>
      <dc:creator>User16817872376</dc:creator>
      <dc:date>2019-06-10T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27988#M19826</link>
      <description>&lt;P&gt;&lt;/P&gt; 
&lt;P&gt;@kali.tummala@gmail.com in general though the answers you want are too complicated to be explained in a forum post, do you have a point of contact at Databricks that you could setup time with? If not, you can reach out to me at fish@databricks.com&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 18:13:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27988#M19826</guid>
      <dc:creator>User16817872376</dc:creator>
      <dc:date>2019-06-10T18:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why Databricks spark is faster than AWS EMR Spark ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27989#M19827</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I think you can get some pretty good insight into the optimizations on Databricks here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;A href="https://docs.databricks.com/delta/delta-on-databricks.html" target="test_blank"&gt;https://docs.databricks.com/delta/delta-on-databricks.html&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Specifically, check out the sections on caching, z-ordering, and join optimization. There's also a great, detailed blog post here: Processing Petabytes of Data in Seconds with Databricks Delta&lt;/P&gt;
&lt;P&gt;Hope this helps! @kali.tummala@gmail.com&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 01:59:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-databricks-spark-is-faster-than-aws-emr-spark/m-p/27989#M19827</guid>
      <dc:creator>RafiKurlansik</dc:creator>
      <dc:date>2019-06-12T01:59:36Z</dc:date>
    </item>
  </channel>
</rss>

