-1. Need to fix PHOENIX-4582 or 4.x clients would attempt to connect to 5.x server.
On Fri, Feb 2, 2018 at 8:45 PM, Artem Ervits <[email protected]> wrote: > -1 (nonbinding) > > md5 binary: OK > > Centos 7.4 > jdk: 1.8.0_161 > hadoop 2.7.5 > hbase 2.0 > > ran example > $PHOENIX_HOME/bin/psql.py localhost:2181:/hbase-unsecure > $PHOENIX_HOME/examples/WEB_STAT.sql $PHOENIX_HOME/examples/WEB_STAT.csv > $PHOENIX_HOME/examples/WEB_STAT_QUERIES.sql > > OK > > ran example in https://phoenix.apache.org/Phoenix-in-15-minutes-or-less. > html > > OK > > tried to run performance.py script > > getting the same results as in > https://issues.apache.org/jira/browse/PHOENIX-4510 > > [vagrant@hadoop ~]$ $PHOENIX_HOME/bin/performance.py > localhost:2181:/hbase-unsecure 1000 > Phoenix Performance Evaluation Script 1.0 > ----------------------------------------- > > Creating performance table... > 18/02/03 04:23:48 WARN util.NativeCodeLoader: Unable to load native-hadoop > library for your platform... using builtin-java classes where applicable > no rows upserted > Time: 4.59 sec(s) > > Query # 1 - Count - SELECT COUNT(1) FROM PERFORMANCE_1000; > Query # 2 - Group By First PK - SELECT HOST FROM PERFORMANCE_1000 GROUP BY > HOST; > Query # 3 - Group By Second PK - SELECT DOMAIN FROM PERFORMANCE_1000 GROUP > BY DOMAIN; > Query # 4 - Truncate + Group By - SELECT TRUNC(DATE,'DAY') DAY FROM > PERFORMANCE_1000 GROUP BY TRUNC(DATE,'DAY'); > Query # 5 - Filter + Count - SELECT COUNT(1) FROM PERFORMANCE_1000 WHERE > CORE<10; > > Generating and upserting data... > Error: Invalid or corrupt jarfile /tmp/data_akuell.csv > > > NOT OK > > > > sqlline still shows version 4.13 > > Connected to: Phoenix (version 4.13) > Driver: PhoenixEmbeddedDriver (version 4.13) > > NOT OK > > On Fri, Feb 2, 2018 at 10:58 AM, Josh Elser <[email protected]> wrote: > > > Hello Everyone, > > > > This is a call for a vote on Apache Phoenix 5.0.0-alpha rc0. This release > > is only targeting Apache HBase 2.0 and is known to have lacking > > functionality as compared to previous releases (e.g. transactional > tables, > > Hive integration, full local indexing support). It is presented as-is in > an > > attempt to encourage the community at large to get involved. > > > > The RC is available at the standard location: > > > > https://dist.apache.org/repos/dist/dev/phoenix/apache-phoeni > > x-5.0.0-alpha-HBase-2.0-rc0 > > > > RC0 is based on the following commit: a2053c1d3b64a9cc2f35b1f83faa54 > > e421bb20f1 > > > > Signed with my key: 9E62822F4668F17B0972ADD9B7D5CD454677D66C, > > http://pgp.mit.edu/pks/lookup?op=get&search=0xB7D5CD454677D66C > > > > Vote will be open for at least 72 hours (2018/02/05 1600GMT). Please > vote: > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Thanks, > > The Apache Phoenix Team > > >
