You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "YoungWoo Kim (JIRA)" <ji...@apache.org> on 2015/12/03 06:22:11 UTC

[jira] [Assigned] (BIGTOP-2162) phoenix-core-*-tests.jar should be located at $PHOENIX_HOME

     [ https://issues.apache.org/jira/browse/BIGTOP-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YoungWoo Kim reassigned BIGTOP-2162:
------------------------------------

    Assignee: YoungWoo Kim

> phoenix-core-*-tests.jar should be located at $PHOENIX_HOME
> -----------------------------------------------------------
>
>                 Key: BIGTOP-2162
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2162
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: YoungWoo Kim
>            Assignee: YoungWoo Kim
>             Fix For: 1.1.0
>
>
> Got an error like this while I'm trying to run performance.py:
> {noformat}
> $ /usr/lib/phoenix/bin/performance.py zk 1000
> Phoenix Performance Evaluation Script 1.0
> -----------------------------------------
> Creating performance table...
> 15/12/03 10:19:18 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
> no rows upserted
> Time: 4.543 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_DPPI2L.csv
> {noformat}
> Phoenix's performance.py requires phoenix-core-*-tests.jar at $PHOENIX_HOME (/usr/lib/phoenix) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)