iwasakims commented on PR #977:
URL: https://github.com/apache/bigtop/pull/977#issuecomment-1209569354

   manually tested on Rocky Linux 8 x86_64:
   
   ```
   $ ./docker-hadoop.sh \
             --create 1 \
             --image bigtop/puppet:trunk-rockylinux-8 \
             --memory 16g \
             --repo file:///bigtop-home/output \
             --disable-gpg-check \
             --stack hdfs,yarn,mapreduce,hbase
   $ ./docker-hadoop.sh --exec 1 /bin/bash
   [root@3c8e98456fa2 /]# yum install -y phoenix python3
   [root@3c8e98456fa2 /]# ln -s /usr/lib/phoenix/phoenix-server.jar 
/usr/lib/hbase/lib/phoenix-server.jar
   [root@3c8e98456fa2 /]# systemctl restart hbase-master hbase-regionserver
   [root@3c8e98456fa2 /]# python3 /usr/lib/phoenix/bin/psql.py 
/usr/share/doc/phoenix-5.1.2/examples/STOCK_SYMBOL.sql 
/usr/share/doc/phoenix-5.1.2/examples/STOCK_SYMBOL.csv
   [root@3c8e98456fa2 /]# python3 /usr/lib/phoenix/bin/sqlline.py
   ...
   0: jdbc:phoenix:> SELECT * FROM stock_symbol;
   +--------+----------------------+
   | SYMBOL |       COMPANY        |
   +--------+----------------------+
   | AAPL   | APPLE Inc.           |
   | CRM    | SALESFORCE           |
   | GOOG   | Google               |
   | HOG    | Harlet-Davidson Inc. |
   | HPQ    | Hewlett Packard      |
   | INTC   | Intel                |
   | MSFT   | Microsoft            |
   | WAG    | Walgreens            |
   | WMT    | Walmart              |
   +--------+----------------------+
   9 rows selected (0.052 seconds)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to