<?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: hbase phoenix install in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23254#M4380</link>
    <description>I haven't used Phoenix, so this is just a shot in the dark. As per&lt;BR /&gt;this stackoverflow post, you might need to use a more recent JDK. If&lt;BR /&gt;you have more than one JDK installed, try ensuring you are using JDK&lt;BR /&gt;1.7&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/12028166/java-lang-unsupportedclassversionerror-unsupported-major-minor-version-51-0-un"&gt;http://stackoverflow.com/questions/12028166/java-lang-unsupportedclassversionerror-unsupported-major-minor-version-51-0-un&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 03 Jan 2015 01:26:53 GMT</pubDate>
    <dc:creator>GautamG</dc:creator>
    <dc:date>2015-01-03T01:26:53Z</dc:date>
    <item>
      <title>hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23252#M4379</link>
      <description>&lt;P&gt;read about apache phoenix on&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://blog.cloudera.com/blog/2013/03/phoenix-in-15-minutes-or-less/"&gt;http://blog.cloudera.com/blog/2013/03/phoenix-in-15-minutes-or-less/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.cloudera.com/content/cloudera/en/resources/library/hbasecon2014/taming-hbase-with-apache-phoenix-and-sql.html"&gt;http://www.cloudera.com/content/cloudera/en/resources/library/hbasecon2014/taming-hbase-with-apache-phoenix-and-sql.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the instructions on&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://phoenix.apache.org/download.html#Installation"&gt;http://phoenix.apache.org/download.html#Installation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Since I am on CDH5 I downloaded&amp;nbsp;Phoenix 4.2.2 - HBase 0.98.1+&lt;/P&gt;&lt;P&gt;I untared the packaged and copied the&amp;nbsp;phoenix-4.2.2-server.jar to lib/hbase/lib to every region server and restarted the cluster&lt;/P&gt;&lt;P&gt;but when I invoke phoenix via sqlline (they now include the package) &amp;nbsp;bin/sqlline.py localhost&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setting property: [isolation, TRANSACTION_READ_COMMITTED]&lt;BR /&gt;issuing: !connect jdbc:phoenix:zookeeper.local none none org.apache.phoenix.jdbc.PhoenixDriver&lt;BR /&gt;Connecting to jdbc:phoenix:localhost&lt;BR /&gt;java.lang.UnsupportedClassVersionError: org/apache/phoenix/jdbc/PhoenixDriver : Unsupported major.minor version 51.0&lt;BR /&gt;at java.lang.ClassLoader.defineClass1(Native Method)&lt;BR /&gt;at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)&lt;BR /&gt;at java.lang.ClassLoader.defineClass(ClassLoader.java:615)&lt;BR /&gt;at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)&lt;BR /&gt;at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)&lt;BR /&gt;at java.net.URLClassLoader.access$000(URLClassLoader.java:58)&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:197)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;BR /&gt;at java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.lang.Class.forName(Class.java:169)&lt;BR /&gt;at sqlline.SqlLine$DatabaseConnection.connect(SqlLine.java:4608)&lt;BR /&gt;at sqlline.SqlLine$DatabaseConnection.getConnection(SqlLine.java:4701)&lt;BR /&gt;at sqlline.SqlLine$Commands.connect(SqlLine.java:3942)&lt;BR /&gt;at sqlline.SqlLine$Commands.connect(SqlLine.java:3851)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:597)&lt;BR /&gt;at sqlline.SqlLine$ReflectiveCommandHandler.execute(SqlLine.java:2810)&lt;BR /&gt;at sqlline.SqlLine.dispatch(SqlLine.java:817)&lt;BR /&gt;at sqlline.SqlLine.initArgs(SqlLine.java:633)&lt;BR /&gt;at sqlline.SqlLine.begin(SqlLine.java:680)&lt;BR /&gt;at sqlline.SqlLine.mainWithInputRedirection(SqlLine.java:441)&lt;BR /&gt;at sqlline.SqlLine.main(SqlLine.java:424)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody try to install phoenix on CDH - Can you share instructions&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:17:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23252#M4379</guid>
      <dc:creator>scratch28</dc:creator>
      <dc:date>2022-09-16T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23254#M4380</link>
      <description>I haven't used Phoenix, so this is just a shot in the dark. As per&lt;BR /&gt;this stackoverflow post, you might need to use a more recent JDK. If&lt;BR /&gt;you have more than one JDK installed, try ensuring you are using JDK&lt;BR /&gt;1.7&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/12028166/java-lang-unsupportedclassversionerror-unsupported-major-minor-version-51-0-un"&gt;http://stackoverflow.com/questions/12028166/java-lang-unsupportedclassversionerror-unsupported-major-minor-version-51-0-un&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jan 2015 01:26:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23254#M4380</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-01-03T01:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23317#M4381</link>
      <description>&lt;P&gt;Upgraded my cluster to use &amp;nbsp;java 7 and it works fine now&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2015 20:52:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/23317#M4381</guid>
      <dc:creator>scratch28</dc:creator>
      <dc:date>2015-01-05T20:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/25217#M4382</link>
      <description>&lt;P&gt;Hi Scratch28,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where you able to connect to phoenix from your local machine? I have the Phonenix 4.2 on CDH 5.3.1 same as yourself but I'm having a problem described here.&amp;nbsp;&lt;SPAN&gt;I've read here that there is an issue on AWS where&amp;nbsp;internal and external IPs were get confused and zookeeper can't connect to HBase properly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="https://community.cloudera.com/t5/Storage-Random-Access-HDFS/Apache-phoenix-cloudera-cluster-phoenix-client-zookeeper-error/m-p/25186#U25186"&gt;https://community.cloudera.com/t5/Storage-Random-Access-HDFS/Apache-phoenix-cloudera-cluster-phoenix-client-zookeeper-error/m-p/25186#U25186&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 21:39:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/25217#M4382</guid>
      <dc:creator>orange100</dc:creator>
      <dc:date>2015-03-02T21:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/35916#M4383</link>
      <description>&lt;P&gt;are you problem slove?&lt;/P&gt;&lt;P&gt;I have the same proble. &amp;nbsp;useing CDH5.47 and install &amp;nbsp;phoenix version is (&amp;nbsp;phoenix-4.5.2-HBase-1.0-bin).&lt;/P&gt;&lt;P&gt;my java jdk version is&amp;nbsp;1.7.0_79, .use&amp;nbsp;[root@node2 bin]# ./sqlline.py node2:2181&lt;/P&gt;&lt;P&gt;but, it worng &amp;nbsp;append:&lt;/P&gt;&lt;P&gt;issuing: !connect jdbc:phoenix:node2:2181 none none org.apache.phoenix.jdbc.PhoenixDriver&lt;BR /&gt;Connecting to jdbc:phoenix:node2:2181&lt;BR /&gt;16/01/07 10:46:17 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;BR /&gt;Error: ERROR 1102 (XCL02): Cannot get all table regions (state=XCL02,code=1102)&lt;BR /&gt;java.sql.SQLException: ERROR 1102 (XCL02): Cannot get all table regions&lt;/P&gt;&lt;P&gt;&amp;nbsp;what can I do!&lt;/P&gt;&lt;P&gt;Any idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 03:27:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/35916#M4383</guid>
      <dc:creator>ptbx</dc:creator>
      <dc:date>2016-01-07T03:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: hbase phoenix install</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/37848#M4384</link>
      <description>&lt;P&gt;Hi all I have question:&lt;/P&gt;&lt;P&gt;can I install phoenix on&amp;nbsp;cdh5.5.x without parcels, I never used the parcels before, I installed cdh cluster using apt package manager on ubuntu servers&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:32:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-phoenix-install/m-p/37848#M4384</guid>
      <dc:creator>shota</dc:creator>
      <dc:date>2016-02-25T08:32:25Z</dc:date>
    </item>
  </channel>
</rss>

