Hi, I am using hdp 2.4.3.0-227. I am trying to enable phoenix tracing to monitor the queries and to analyze performance. I followed steps outlined here - https://phoenix.apache.org/tracing.html i placed the hadoop-metrics2-hbase.properties in /etc/hbase/conf hadoop-metrics2-phoenix.properties in /usr/hdp/2.4.3.0-227/phoenix/bin in all regions servers
Aslo added following properties to hbase.site <name>phoenix.trace.statsTableName</name> <value>SYSTEM.TRACING_STATS</value> <name>phoenix.trace.frequency</name> <value>always</value>. After this I am not clear where to place the ddl for SYSTEM.TRACING_STATS. Also i could not see ./bin/traceserver.py to start Please advice. Thanks, Pradheep
