<?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 execute hive query using LLAP in HDP 2.5 tech preview in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174800#M137063</link>
    <description>&lt;P&gt;I created a cluster using cloudbreak and the EDW-ANALYTICS 2.5 tech preview template.  The cluster is up and running and when I look at the Hive properties I can see the Interactive query settings enabled and an llap queue.&lt;/P&gt;&lt;P&gt;I am not able to set the llap configuration option in beeline.  Beeline says the hive.llap.execution.mode variable does not exist:&lt;/P&gt;&lt;P&gt;jdbc:hive2://localhost:10000&amp;gt; set hive.llap.execution.mode=all;&lt;/P&gt;&lt;P&gt;Error: Error while processing statement: hive configuration hive.llap.execution.mode does not exists. (state=42000,code=1)&lt;/P&gt;&lt;P&gt;The example demos I see on the web use their variable and the documentation references it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-LLAP" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-LLAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How do I start a hive query using LLAP?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2016 02:48:45 GMT</pubDate>
    <dc:creator>Carolyn</dc:creator>
    <dc:date>2016-08-16T02:48:45Z</dc:date>
    <item>
      <title>execute hive query using LLAP in HDP 2.5 tech preview</title>
      <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174800#M137063</link>
      <description>&lt;P&gt;I created a cluster using cloudbreak and the EDW-ANALYTICS 2.5 tech preview template.  The cluster is up and running and when I look at the Hive properties I can see the Interactive query settings enabled and an llap queue.&lt;/P&gt;&lt;P&gt;I am not able to set the llap configuration option in beeline.  Beeline says the hive.llap.execution.mode variable does not exist:&lt;/P&gt;&lt;P&gt;jdbc:hive2://localhost:10000&amp;gt; set hive.llap.execution.mode=all;&lt;/P&gt;&lt;P&gt;Error: Error while processing statement: hive configuration hive.llap.execution.mode does not exists. (state=42000,code=1)&lt;/P&gt;&lt;P&gt;The example demos I see on the web use their variable and the documentation references it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-LLAP" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-LLAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How do I start a hive query using LLAP?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 02:48:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174800#M137063</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-16T02:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: execute hive query using LLAP in HDP 2.5 tech preview</title>
      <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174801#M137064</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12116/cduby.html" nodeid="12116"&gt;@cduby&lt;/A&gt;&lt;P&gt;In order to use LLAP, you should connect to Hive2 HiveServer2. However, based on the jdbc url, it seems you are connecting to Hive1 HiveServer2. That's probably why you get the error, 'hive.llap.execution.mode variable does not exist'.&lt;/P&gt;&lt;P&gt;Hive2 HiveServer2 port is typically 10500. &lt;/P&gt;&lt;P&gt;You should figure out the Hive2 HiveServer2 host (whether it is localhost), get the correct jdbc url and connect to Hive2 HiveServer2 with the jdbc url.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 03:32:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174801#M137064</guid>
      <dc:creator>tsaito</dc:creator>
      <dc:date>2016-08-16T03:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: execute hive query using LLAP in HDP 2.5 tech preview</title>
      <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174802#M137065</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/333/tsaito.html" nodeid="333"&gt;@Takahiko Saito&lt;/A&gt;  Where should I look in Ambari to find the Hive2 HiveServer2 port?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 04:13:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174802#M137065</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-16T04:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: execute hive query using LLAP in HDP 2.5 tech preview</title>
      <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174803#M137066</link>
      <description>&lt;P&gt;I found the port by going to Ambari &amp;gt; Hive configs tab under Advanced hive-interactive-site HiveServer2 Port and it was set to the default 10500.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 04:30:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174803#M137066</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2016-08-16T04:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: execute hive query using LLAP in HDP 2.5 tech preview</title>
      <link>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174804#M137067</link>
      <description>&lt;P&gt;I would also add that the HiveServer2 Interactive service and HiveServer2 may be deployed to different hosts.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 01:54:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/execute-hive-query-using-LLAP-in-HDP-2-5-tech-preview/m-p/174804#M137067</guid>
      <dc:creator>slachterman</dc:creator>
      <dc:date>2016-09-11T01:54:33Z</dc:date>
    </item>
  </channel>
</rss>

