You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/05/02 14:10:31 UTC

[phoenix-queryserver] branch master updated (4e1ab1f -> 22885c6)

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


    from 4e1ab1f  PHOENIX-6869 DependencyManage test hbase and hadoop dependency versions in PQS
     add 22885c6  PHOENIX-6931 Switch queryserver to log4j2

No new revisions were added by this update.

Summary of changes:
 bin/log4j.properties                               | 76 ---------------------
 bin/log4j2.properties                              | 78 ++++++++++++++++++++++
 bin/phoenix_queryserver_utils.py                   |  8 ++-
 bin/queryserver.py                                 |  2 +-
 bin/sqlline-thin.py                                |  3 +-
 phoenix-queryserver-assembly/pom.xml               | 16 +++--
 .../src/assembly/cluster.xml                       | 18 ++---
 pom.xml                                            | 32 ++++++---
 8 files changed, 123 insertions(+), 110 deletions(-)
 delete mode 100644 bin/log4j.properties
 create mode 100644 bin/log4j2.properties