<?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: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172022#M134315</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the quick response. Yeah, that true we need to give export HBASE_CONF_PATH=HBASE_CONFIG_DIR where HBASE_CONF_PATH=/etc/hbase/conf but I have seen in the &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/configuring-phoenix-to-run-in-a-secure-cluster.html"&gt;link&lt;/A&gt; it was using both.&lt;/P&gt;&lt;P&gt;I'm familiar setting in /etc/profile but I don't want to make any OS level config changes. Is there anyway we can set it from Ambari? &lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2016 02:52:53 GMT</pubDate>
    <dc:creator>bandarusridhar1</dc:creator>
    <dc:date>2016-08-11T02:52:53Z</dc:date>
    <item>
      <title>Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172018#M134311</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To configure Phoenix to run in a secure Hadoop cluster, every time I need to set HBASE_CONF_PATH=/etc/hbase/conf:/etc/hadoop/conf&lt;/P&gt;&lt;P&gt;Is there anyway we can set that path in cluster level instead of running every time export HBASE_CONF_PATH=/etc/hbase/conf:/etc/hadoop/conf before making jdbc connection using PQS?&lt;/P&gt;&lt;P&gt;FYI... I have tried setting up in hbase-env-template.sh but it doesn't work.&lt;/P&gt;&lt;P&gt;Any help is highly appreciated and thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172018#M134311</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-08-11T02:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172019#M134312</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/5746/bandarusridhar1.html" nodeid="5746"&gt;@SBandaru&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Per documentation:&lt;/P&gt;&lt;P&gt;Alternately, you can use the pre-2.2 method:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Link the HBase configuration file with the Phoenix libraries:&lt;P&gt;&lt;CODE&gt;ln -sf &amp;lt;HBASE_CONFIG_DIR&amp;gt;/hbase-site.xml /usr/hdp/current/phoenix-client/bin/hbase-site.xml&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Link the Hadoop configuration file with the Phoenix libraries:&lt;P&gt;&lt;CODE&gt;ln -sf &amp;lt;HADOOP_CONFIG_DIR&amp;gt;/core-site.xml /usr/hdp/current/phoenix-client/bin/core-site.xml&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;ln -sf &amp;gt;HADOOP_CONFIG_DIR&amp;gt;/hdfs-site.xml /usr/hdp/current/phoenix-client/bin/hdfs-site.xml&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:13:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172019#M134312</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-08-11T02:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172020#M134313</link>
      <description>&lt;P&gt;You can set it globally for the shell in something like /etc/profile (or even better, a file in /etc/profile.d/), but..&lt;/P&gt;&lt;P&gt;Why are you setting HBASE_CONF_PATH to be two values? It should just be the value "/etc/hbase/conf" which the script will default to when you do not have HBASE_CONF_DIR or HBASE_CONF_PATH defined already in the environment. /etc/hbase/conf should also already have a copy of core-site.xml and hdfs-site.xml managed by Ambari.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:14:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172020#M134313</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-08-11T02:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172021#M134314</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the information, I have seen that but we are using the HDP 2.3, So I would like to know is there any better way instead of symoblic links&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:47:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172021#M134314</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-08-11T02:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172022#M134315</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the quick response. Yeah, that true we need to give export HBASE_CONF_PATH=HBASE_CONFIG_DIR where HBASE_CONF_PATH=/etc/hbase/conf but I have seen in the &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/configuring-phoenix-to-run-in-a-secure-cluster.html"&gt;link&lt;/A&gt; it was using both.&lt;/P&gt;&lt;P&gt;I'm familiar setting in /etc/profile but I don't want to make any OS level config changes. Is there anyway we can set it from Ambari? &lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:52:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172022#M134315</guid>
      <dc:creator>bandarusridhar1</dc:creator>
      <dc:date>2016-08-11T02:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent HBASE_CONF_PATH setup for Phoenix to run in a secure Hadoop cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172023#M134316</link>
      <description>&lt;P&gt;That documentation does not look correct to me, but maybe I am missing something &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No, there is no way to change your shell profiles via Ambari.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 03:14:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Permanent-HBASE-CONF-PATH-setup-for-Phoenix-to-run-in-a/m-p/172023#M134316</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-08-11T03:14:22Z</dc:date>
    </item>
  </channel>
</rss>

