<?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: Impala - alternative way to install in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170557#M45740</link>
    <description>&lt;P&gt;Hi Xu Zhe,&lt;/P&gt;&lt;P&gt;I have executed steps mentioned below URL. All steps completed successfully but still not able to view Impala in Ambari UI.&lt;/P&gt;&lt;P&gt;May I know what is causing issue?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt; by &lt;A href="https://community.hortonworks.com/users/12041/geniuszhe.html"&gt;Xu Zhe&lt;/A&gt;  Dec 13, 2016 at 12:58 AM&lt;/P&gt;&lt;P&gt;Offical HDP does not support Impala.But I have written a impala service that can make impala on HDP enabled.&lt;/P&gt;&lt;P&gt;See：&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cas-bigdatalab/ambari-impala-service"&gt;https://github.com/cas-bigdatalab/ambari-impala-service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 00:25:33 GMT</pubDate>
    <dc:creator>Ravikiran</dc:creator>
    <dc:date>2018-02-06T00:25:33Z</dc:date>
    <item>
      <title>Impala - alternative way to install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170554#M45737</link>
      <description>&lt;P&gt;Hi. I'm trying to install Impala in my cluster. I found two ways to do that:&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://gist.github.com/rampage644/4e24ee5014d3d6d8bee8"&gt;HDP + Impala.&lt;/A&gt; There is a problem with two libraries: &lt;/P&gt;&lt;PRE&gt;Error: Package: impala-shell-2.7.0+cdh5.9.0+0-1.cdh5.9.0.p0.32.el6.x86_64 (cloudera-cdh5)
           Requires: libpython2.6.so.1.0()(64bit)
Error: Package: impala-2.7.0+cdh5.9.0+0-1.cdh5.9.0.p0.32.el6.x86_64 (cloudera-cdh5)
           Requires: libsasl2.so.2()(64bit)
&lt;/PRE&gt;&lt;P&gt;I don't know where is the problem. I think it might be a problem with OS or differences between HDP and CDH.&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala"&gt;Official wiki instruction.&lt;/A&gt; But, as you can see, prerequisite is Ubuntu. I use CentOS 7.&lt;/P&gt;&lt;P&gt;Does anyone know alternative way to install Impala?&lt;/P&gt;&lt;P&gt;My cluster: HDP 2.4, CentOS 7&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 22:01:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170554#M45737</guid>
      <dc:creator>grabowski14</dc:creator>
      <dc:date>2016-11-09T22:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Impala - alternative way to install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170555#M45738</link>
      <description>&lt;P&gt;HDP does not support Impala so thus it should not be installed.&lt;/P&gt;&lt;P&gt; Hortonworks is committed to Hive LLAP which provides Impala capabilities (in-memory).  It comes with the platform out of the box, but needs a few configurations to get it up and running.&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://hortonworks.com/blog/llap-enables-sub-second-sql-hadoop/" target="_blank"&gt;http://hortonworks.com/blog/llap-enables-sub-second-sql-hadoop/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://hortonworks.com/hadoop-tutorial/interactive-sql-hadoop-hive-llap/" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/interactive-sql-hadoop-hive-llap/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://hortonworks.com/blog/announcing-apache-hive-2-1-25x-faster-queries-much/" target="_blank"&gt;http://hortonworks.com/blog/announcing-apache-hive-2-1-25x-faster-queries-much/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/LLAP" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/LLAP&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 09 Nov 2016 23:57:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170555#M45738</guid>
      <dc:creator>gkeys</dc:creator>
      <dc:date>2016-11-09T23:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Impala - alternative way to install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170556#M45739</link>
      <description>&lt;P&gt;Offical HDP does not support Impala.But I have written a impala service that can make impala on HDP enabled.&lt;/P&gt;&lt;P&gt;See：&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cas-bigdatalab/ambari-impala-service" target="_blank"&gt;https://github.com/cas-bigdatalab/ambari-impala-service&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 08:58:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170556#M45739</guid>
      <dc:creator>geniuszhe</dc:creator>
      <dc:date>2016-12-13T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Impala - alternative way to install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170557#M45740</link>
      <description>&lt;P&gt;Hi Xu Zhe,&lt;/P&gt;&lt;P&gt;I have executed steps mentioned below URL. All steps completed successfully but still not able to view Impala in Ambari UI.&lt;/P&gt;&lt;P&gt;May I know what is causing issue?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt; by &lt;A href="https://community.hortonworks.com/users/12041/geniuszhe.html"&gt;Xu Zhe&lt;/A&gt;  Dec 13, 2016 at 12:58 AM&lt;/P&gt;&lt;P&gt;Offical HDP does not support Impala.But I have written a impala service that can make impala on HDP enabled.&lt;/P&gt;&lt;P&gt;See：&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cas-bigdatalab/ambari-impala-service"&gt;https://github.com/cas-bigdatalab/ambari-impala-service&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rav&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 00:25:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170557#M45740</guid>
      <dc:creator>Ravikiran</dc:creator>
      <dc:date>2018-02-06T00:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Impala - alternative way to install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170558#M45741</link>
      <description>&lt;P&gt;Impala rely on Cloudrea Hbase Jar ,please use relevant jar.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:23:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-alternative-way-to-install/m-p/170558#M45741</guid>
      <dc:creator>geniuszhe</dc:creator>
      <dc:date>2018-02-06T09:23:54Z</dc:date>
    </item>
  </channel>
</rss>

