yamasakisua opened a new pull request, #1068:
URL: https://github.com/apache/bigtop/pull/1068
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
Bigtop-3887: Fix Phoenix smoke-test is failed
Add a smoke-test for phoenix.
- The existing test TestPhoenixQueryServer doesn't work so I remove from
test.
- QueryServer is already separated from Phoenix and is not installed by
default.
- Add a simple test that use STOCK_SYMBOL.
- Use query sample in phoenix built package
- Change example install directory.
- Setup some environment for each OS.
### How was this patch tested?
I built and test following steps.
This example is about rockylinux-8, but also I tested in centos-7 and
debian-10.
```
$ ./gradlew -POS=rockylinux-8 clean allclean zookeeper-pkg-ind
hadoop-pkg-ind hbase-pkg-ind phoenix-pkg-ind bigtop-utils-pkg-ind
bigtop-jsvc-pkg-ind bigtop-groovy-pkg-ind repo-ind
$ ./docker-hadoop.sh -d -C config_rockylinux-8.yaml -c 3 -k "zookeeper,
hdfs, hbase, phoenix" -s "phoenix" -L -G
...snip...
:bigtop-tests:smoke-tests:phoenix:test (Thread[Daemon worker,5,main])
completed. Took 31.272 secs.
BUILD SUCCESSFUL in 1m 19s
```
--
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]