Istvan Toth created PHOENIX-7523: ------------------------------------ Summary: Parse hbase-env.sh in PQS scripts, and add _OPTS environment variables for pqs and sqlline-thin Key: PHOENIX-7523 URL: https://issues.apache.org/jira/browse/PHOENIX-7523 Project: Phoenix Issue Type: Improvement Components: queryserver Reporter: Istvan Toth
We can tune the thick client JVM settings via PHOENIX_OPTS, and with the changes in PHOENIX-7520 HBASE_OPTS is also applied. However, there is no similar mechanism for PQS. The plan: - Parse and apply hbase-env.*, just like Phoenix does - Define new env. variables PHOENIX_QUERYSERVER_OPTS and PHOENIX_SQLLINE_THIN_OPTS - Apply $HBASE_OPTS and and PHOENIX_QUERYSERVER_OPTS when starting PQS. - Apply $PHOENIX_SQLLINE_THIN_OPTS when starting sqlline-thin. -- This message was sent by Atlassian Jira (v8.20.10#820010)