Re: Enabling Tracing makes HMaster service fail to start

2017-11-09 Thread James Taylor
Please note that we're no longer doing releases for HBase 1.2 due to lack of interest. If this is important for you, I suggest you volunteer to be RM for this branch (4.x-HBase-1.2) and make sure to catch up the branch with the latest bug fixes from our upcoming 4.13 release (in particular

Re: Enabling Tracing makes HMaster service fail to start

2017-11-09 Thread Josh Elser
Phoenix-4.12.0-HBase-1.2 should be compatible with HBase 1.2.x. Similarly, HBase 1.2.5 should be compatible with Hadoop 2.7.2. I'll leave you to dig into the code to understand exactly why you're seeing the error. You should be able to find the interface/abstract-class that you see the error

Re: Enabling Tracing makes HMaster service fail to start

2017-11-09 Thread Mallieswari Dineshbabu
Hi Elser, Thanks for the update. I have tried with log4j.PROPERTIES as additional option only. Let me remove the changes from log4j.PROPERTIES; Regarding version compatibility, I hope I am using compatible version of Phoenix and HBase. Please find the details below, Hadoop - 2.7.2 HBase - 1.2.5

Re: Enabling Tracing makes HMaster service fail to start

2017-11-08 Thread Josh Elser
Please note that there is a difference between Phoenix Tracing and the TRACE log4j level. It appears that you're using a version of Phoenix which is incompatible with the version of HBase/Hadoop that you're running. The implementation of PhoenixMetricsSink is incompatible with the

Enabling Tracing makes HMaster service fail to start

2017-11-08 Thread Mallieswari Dineshbabu
Hi All, I am working with HBase-Phoenix, *everything works fine*. In addition trying to enable Tracing in Phoenix with the following steps, 1. Copy ‘hadoop-metrics2-hbase.PROPERTIES’ from Phoenix package to HBase conf folder. 2.