elukey commented on pull request #831: URL: https://github.com/apache/bigtop/pull/831#issuecomment-997647131
I was able to build the package, and I tried to run the manual smoke test, but the STOCK_SYMBOL.sql file seems not present in the deb (the simpler test in #733 worked fine): ``` root@548bdf3628fe:/# dpkg -c /bigtop-home/output/phoenix/phoenix_5.1.2-1_all.deb drwxr-xr-x root/root 0 2021-12-19 20:22 ./ drwxr-xr-x root/root 0 2021-12-19 20:22 ./etc/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./etc/default/ -rw-r--r-- root/root 993 2021-12-19 20:22 ./etc/default/phoenix drwxr-xr-x root/root 0 2021-12-19 20:22 ./etc/phoenix/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./etc/phoenix/conf.dist/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/lib/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/bin/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/bin/argparse-1.4.0/ -rw-r--r-- root/root 89214 2021-12-19 20:22 ./usr/lib/phoenix/bin/argparse-1.4.0/argparse.py -rwxr-xr-x root/root 32864 2021-12-19 20:22 ./usr/lib/phoenix/bin/daemon.py -rwxr-xr-x root/root 1899 2021-12-19 20:22 ./usr/lib/phoenix/bin/end2endTest.py -rw-r--r-- root/root 1621 2021-12-19 20:22 ./usr/lib/phoenix/bin/hadoop-metrics2-hbase.properties -rw-r--r-- root/root 3056 2021-12-19 20:22 ./usr/lib/phoenix/bin/hadoop-metrics2-phoenix.properties -rw-r--r-- root/root 1886 2021-12-19 20:22 ./usr/lib/phoenix/bin/hbase-omid-client-config.yml -rw-r--r-- root/root 1084 2021-12-19 20:22 ./usr/lib/phoenix/bin/hbase-site.xml -rw-r--r-- root/root 2583 2021-12-19 20:22 ./usr/lib/phoenix/bin/log4j.properties -rwxr-xr-x root/root 5194 2021-12-19 20:22 ./usr/lib/phoenix/bin/performance.py -rwxr-xr-x root/root 2804 2021-12-19 20:22 ./usr/lib/phoenix/bin/pherf-standalone.py -rwxr-xr-x root/root 9037 2021-12-19 20:22 ./usr/lib/phoenix/bin/phoenix_utils.py -rwxr-xr-x root/root 2814 2021-12-19 20:22 ./usr/lib/phoenix/bin/psql.py -rw-r--r-- root/root 1823 2021-12-19 20:22 ./usr/lib/phoenix/bin/readme.txt -rwxr-xr-x root/root 4646 2021-12-19 20:22 ./usr/lib/phoenix/bin/sqlline.py -rwxr-xr-x root/root 7226 2021-12-19 20:22 ./usr/lib/phoenix/bin/traceserver.py drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/lib/ -rw-r--r-- root/root 151851727 2021-12-19 20:22 ./usr/lib/phoenix/phoenix-client-hbase-2.2-5.1.2.jar -rw-r--r-- root/root 11185569 2021-12-19 20:22 ./usr/lib/phoenix/phoenix-pherf-5.1.2.jar -rw-r--r-- root/root 67225842 2021-12-19 20:22 ./usr/lib/phoenix/phoenix-server-hbase-2.2-5.1.2.jar drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/share/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2021-12-19 20:22 ./usr/share/doc/phoenix/ -rw-r--r-- root/root 130 2021-12-19 20:22 ./usr/share/doc/phoenix/changelog.Debian.gz -rw-r--r-- root/root 25756 2021-05-30 15:25 ./usr/share/doc/phoenix/changelog.gz -rw-r--r-- root/root 318 2021-12-19 20:22 ./usr/share/doc/phoenix/copyright lrwxrwxrwx root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/phoenix-client.jar -> phoenix-client-hbase-2.2-5.1.2.jar lrwxrwxrwx root/root 0 2021-12-19 20:22 ./usr/lib/phoenix/phoenix-server.jar -> phoenix-server-hbase-2.2-5.1.2.jar ``` -- 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]
