Masatake Iwasaki
Masatake Iwasaki
> Do we need to do any testing against new Hive features? I would like to focus on whether existing use case works or not here. All unit tests of...
> Did you attempt to compile this against Hive3? No. I'm working on this for [BIGTOP-3123](https://issues.apache.org/jira/browse/BIGTOP-3123) which assumes Hadoop 2.10.0. Hive 3.x does not support Hadoop 2.x. We are planning...
Thanks for working on this, @sekikn. ``` ln -s /usr/lib/phoenix/phoenix-server.jar /usr/lib/hbase/lib/ ``` Should this symbolic link be contained in the phoenix package? Creating the symbolic link by scriptlet could be...
``` $ rpm -qlp output/phoenix/noarch/phoenix-5.1.0-1.el7.noarch.rpm /etc/default/phoenix /usr/lib/phoenix/phoenix-pherf-5.1.0.jar /usr/lib/phoenix/phoenix-server-hbase-2.2-5.1.0.jar /usr/lib/phoenix/phoenix-server.jar ``` * Should this package be phoenix-server rather than phoenix? * There seems to be no init script using the /etc/default/phoenix.
``` $ rpm -qlp output/phoenix/noarch/phoenix-client-5.1.0-1.el7.noarch.rpm /etc/phoenix/conf.dist ... /usr/lib/phoenix/bin/traceserver.py ``` * /etc/phoenix/conf.dist seems not to be used. * traceserver.py looks not client-side module. It will not work because relevant Java classes...
Thanks for the contribution, @pageman. Could you file a issue on ASF JIRA first? The title of pull request must be prefixed with the issue id like "BIGTOP-xxxx. Fix typo...
@vivostar Thanks for the contribution. This patch can not be merged because it breaks the deployment on distros other than CentOS 7. We must take care of all supported distros...
The patch worked for me on Rocky Linux 8 (x86_64), CentOS 7 (aarch64), Ubuntu 18.04 (aarch64). > https://lists.apache.org/thread/gbgox39m9wks50hjl986h0syb41b7n3k. I don't know the context of the thread. If you know the...
Tested this by running smoke-tests of hdfs, yarn, mapreduce, hbase on Rocky Linux 8 x86_64 and Ubuntu 18.04 aarch64.
> I chose the way that has small impact, I think there are other ways to tell the selection of JDK to the container (like -P{project}-java-version=... and swich JAVA_HOME by...