Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-2162

phoenix-core-*-tests.jar should be located at $PHOENIX_HOME

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.1.0
    • None
    • None

    Description

      Got an error like this while I'm trying to run performance.py:

      $ /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
      

      Phoenix's performance.py requires phoenix-core-*-tests.jar at $PHOENIX_HOME (/usr/lib/phoenix)

      Attachments

        Issue Links

          Activity

            People

              warwithin YoungWoo Kim
              warwithin YoungWoo Kim
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: