<?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>question Re: Where can we find the SQL syntax reference for Atlas Metadata search? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95039#M8332</link>
    <description>&lt;PRE&gt;Is this SQL framework based on any existing libraries within Gremlin? Or was this custom built for Atlas?&lt;/PRE&gt;&lt;P&gt;This is a custom syntax that translates to gremlin behind the scenes.&lt;/P&gt;&lt;PRE&gt;Trying to understand if there is documentation on the proper SQL syntax for these searches?&lt;/PRE&gt;&lt;P&gt;&lt;A target="_blank" href="http://atlas.incubator.apache.org/0.5.0-incubating/Search.html"&gt;Search Syntax&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2015 01:14:13 GMT</pubDate>
    <dc:creator>venkatesh1</dc:creator>
    <dc:date>2015-10-23T01:14:13Z</dc:date>
    <item>
      <title>Where can we find the SQL syntax reference for Atlas Metadata search?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95037#M8330</link>
      <description>&lt;P&gt;Atlas UI allows us to search for entities with SQL like syntax, for example 'table where name = "sales_fact"'. Is this SQL framework based on any existing libraries within Gremlin? Or was this custom built for Atlas?&lt;/P&gt;&lt;P&gt;Trying to understand if there is documentation on the proper SQL syntax for these searches?&lt;/P&gt;&lt;P&gt;Doc Reference: &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_data_governance/content/section_metadata_store_mgmt_with_atlas_ui.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_data_governance/content/section_metadata_store_mgmt_with_atlas_ui.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 20:13:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95037#M8330</guid>
      <dc:creator>wfloyd</dc:creator>
      <dc:date>2015-10-07T20:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the SQL syntax reference for Atlas Metadata search?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95038#M8331</link>
      <description>&lt;P&gt;These two links should help you get started.

Docs: &lt;A href="http://atlas.incubator.apache.org/Search.html" target="_blank"&gt;http://atlas.incubator.apache.org/Search.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Query parser code: &lt;A href="https://github.com/hortonworks/atlas/blob/2.3-maint/repository/src/main/scala/org/apache/atlas/query/QueryParser.scala" target="_blank"&gt;https://github.com/hortonworks/atlas/blob/2.3-maint/repository/src/main/scala/org/apache/atlas/query/QueryParser.scala&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 20:52:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95038#M8331</guid>
      <dc:creator>vzlatkin</dc:creator>
      <dc:date>2015-10-07T20:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the SQL syntax reference for Atlas Metadata search?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95039#M8332</link>
      <description>&lt;PRE&gt;Is this SQL framework based on any existing libraries within Gremlin? Or was this custom built for Atlas?&lt;/PRE&gt;&lt;P&gt;This is a custom syntax that translates to gremlin behind the scenes.&lt;/P&gt;&lt;PRE&gt;Trying to understand if there is documentation on the proper SQL syntax for these searches?&lt;/PRE&gt;&lt;P&gt;&lt;A target="_blank" href="http://atlas.incubator.apache.org/0.5.0-incubating/Search.html"&gt;Search Syntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 01:14:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95039#M8332</guid>
      <dc:creator>venkatesh1</dc:creator>
      <dc:date>2015-10-23T01:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the SQL syntax reference for Atlas Metadata search?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95040#M8333</link>
      <description>&lt;P&gt;Instead of calling it SQL, we can put it as DSL (Domain Specific Language) of Atlas.When the DSL query has any syntax error and is not properly formed, Atlas considers it as a Full text search. &lt;/P&gt;&lt;P&gt;Most commonly used DSL examples are :  &lt;/P&gt;&lt;P&gt;1) hive_db where name = 'default'  (Selecting the database knowing the name of the database)&lt;/P&gt;&lt;P&gt;2) hive_table where name='default.table_1@cluster1'  (Selecting the table knowing the name of the table)&lt;/P&gt;&lt;P&gt;3) hive_table where name='db2.tab4@cluster1' select owner,name,createTime,comment,tableType (selecting attributes of a table)&lt;/P&gt;&lt;P&gt;4) from hive_table where name='default.table_1@cluster1',columns  (listing all the columns of the table)&lt;/P&gt;&lt;P&gt;5) hive_table where db.name = 'default' (listing all tables in the database )&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 01:49:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95040#M8333</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2016-03-10T01:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where can we find the SQL syntax reference for Atlas Metadata search?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95041#M8334</link>
      <description>&lt;P&gt;Updating link above.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/incubator-atlas/blob/master/repository/src/main/scala/org/apache/atlas/query/QueryParser.scala" target="_blank"&gt;https://github.com/apache/incubator-atlas/blob/master/repository/src/main/scala/org/apache/atlas/query/QueryParser.scala&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 03:23:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Where-can-we-find-the-SQL-syntax-reference-for-Atlas/m-p/95041#M8334</guid>
      <dc:creator>andrew_sears</dc:creator>
      <dc:date>2016-03-16T03:23:09Z</dc:date>
    </item>
  </channel>
</rss>

