Hi all,
We are building and distributing Phoenix in a stack derived from Apache
Hadoop and Hbase.
We are having a very minor issue with the QueryServer and I'm curious of
your opinions.
The provided `queryserver.py` script uses "#!/usr/bin/env python".
However this does not resolve on our RHEL8 as Red Hat declares that the
OS should not be opinionated on using python2 or 3 as the "default
python major version".
The issue is easily fixable on the OS by setting "python" to "python3"
(but creates some controversy !).
I was curious if there are plans to drop python2 support in these
scripts and just sets the shebang to python3. We might do that in our
fork but we try to deviate as little as possible from Apache Upstream.
Again this is a very minor issue.
Thanks
Regards
PA Cordonnier