guyuqi commented on PR #977: URL: https://github.com/apache/bigtop/pull/977#issuecomment-1210603413
+1, LGTM. Tested it following your test procedures on my local Arm64 Rockylinux-8 against Hadoop-3.3.4: ``` [root@c8b0eb43e96e /]# arch aarch64 ``` ``` [root@c8b0eb43e96e /]# 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 .... .. csv columns from database. CSV Upsert complete. 9 rows upserted Time: 0.034 sec(s) ``` ``` [root@c8b0eb43e96e /]# python3 /usr/lib/phoenix/bin/sqlline.py .... .. sqlline version 1.9.0 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.057 seconds) 0: jdbc:phoenix:> ``` -- 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]
