<?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: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point in DELETE</title>
    <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26888#M1017</link>
    <description>&lt;P&gt;Yes, in later updates Hive did get a Spark backend engine, but at that time it was largely obsolete.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL endpoints have many advantages.  They are cloud optimized and there is a C++ engine (photon) that is faster than the traditional spark engine.  The endpoints are more compute environments, where hive was more of a syntax and query engine.  Also, Spark SQL became more Ansi compatible in recent releases.  &lt;A href="https://spark.apache.org/docs/latest/sql-ref-ansi-compliance.html" target="test_blank"&gt;https://spark.apache.org/docs/latest/sql-ref-ansi-compliance.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 13:47:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-28T13:47:09Z</dc:date>
    <item>
      <title>Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26884#M1013</link>
      <description />
      <pubDate>Sun, 27 Feb 2022 10:40:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26884#M1013</guid>
      <dc:creator>BasavarajAngadi</dc:creator>
      <dc:date>2022-02-27T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26885#M1014</link>
      <description>&lt;P&gt;Hive metastore is semantic layer, it is like mapping so you have folder with delta or json etc. and it is mapped as table so you can query your data using SQL syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL endpoint is is server address for incoming SQL queries (like jdbc/odbc) so you can query tables registered in hive metastore from any application (PowerBI, qlikview, looker, or just from own code using jdbc/odbc driver)&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 14:05:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26885#M1014</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-02-27T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26886#M1015</link>
      <description>&lt;P&gt;What Hubert said is correct.  I'd also add that Apache Hive is an old/obsolete tool created at Facebook and open sourced that was a SQL interface for MapReduce.  &lt;A href="https://hive.apache.org/" target="test_blank"&gt;https://hive.apache.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's often helpful to think of SparkSQL as the modern or evolved version of Hive.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Endpoint is more of a cluster to run SQL queries on &lt;A href="https://docs.databricks.com/sql/admin/sql-endpoints.html" target="test_blank"&gt;https://docs.databricks.com/sql/admin/sql-endpoints.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 12:54:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26886#M1015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-28T12:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26887#M1016</link>
      <description>&lt;P&gt;@Joseph Kambourakis​&amp;nbsp; hi can we not run hive queries with Spark as execution engine ?  what difference does it make when compared with data bricks SQL end point ... apart from delta engine .&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 13:19:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26887#M1016</guid>
      <dc:creator>BasavarajAngadi</dc:creator>
      <dc:date>2022-02-28T13:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26888#M1017</link>
      <description>&lt;P&gt;Yes, in later updates Hive did get a Spark backend engine, but at that time it was largely obsolete.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL endpoints have many advantages.  They are cloud optimized and there is a C++ engine (photon) that is faster than the traditional spark engine.  The endpoints are more compute environments, where hive was more of a syntax and query engine.  Also, Spark SQL became more Ansi compatible in recent releases.  &lt;A href="https://spark.apache.org/docs/latest/sql-ref-ansi-compliance.html" target="test_blank"&gt;https://spark.apache.org/docs/latest/sql-ref-ansi-compliance.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 13:47:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26888#M1017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-28T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26889#M1018</link>
      <description>&lt;P&gt;@Basavaraj Angadi​&amp;nbsp;- Does @Joseph Kambourakis​'s response answer your question well enough to mark it as best? If not, how may we help you more?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 21:50:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26889#M1018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-08T21:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26890#M1019</link>
      <description>&lt;P&gt;Thank you for sharing your valuable solution, it's work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.myloweslife.mobi/" alt="https://www.myloweslife.mobi/" target="_blank"&gt;lowes employee portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 10:13:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26890#M1019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T10:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hi experts , I am new to data bricks and want to know what is the difference between 
HIVE vs Databricks SQL end point</title>
      <link>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26891#M1020</link>
      <description>&lt;P&gt;Great to hear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 10:50:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/delete/hi-experts-i-am-new-to-data-bricks-and-want-to-know-what-is-the/m-p/26891#M1020</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-29T10:50:50Z</dc:date>
    </item>
  </channel>
</rss>

