Are you still getting class MetaDataEndpointImpl cannot be loaded? If so check you HBase logs if you see following log or any related exception when you restart your cluster: coprocessor.CoprocessorHost - Loading coprocessor class org.apache.phoenix.coprocessor.MetaDataEndpointImpl ...
For PHOENIX_OPTS issue. Just try with this variable removed. On Sat, May 21, 2016 at 10:18 PM, Ayola Jayamaha <[email protected]> wrote: > Hi All, > > Small changes to traceserver.py (removing $PHOENIX_OPTS) as brought up in > jira issue [1] was required to start the tracing webapp without giving the > error > Could not find or load main class $PHOENIX_OPTS > What is needed to be done? > Thanks > > [1] https://issues.apache.org/jira/browse/PHOENIX-2659 > > On Sat, May 21, 2016 at 10:26 AM, Ayola Jayamaha <[email protected]> > wrote: > > > Hi Mujtaba, > > > > I built Phoenix master without any issue. I used HBase 1.2.0 and copied > phoenix-*-server.jar > > to HBase lib. hadoop-metrics2-hbase.properties > > and hadoop-metrics2-phoenix.properties are saved on hbase and phoenix > bins. > > The above error occurs during connection when connecting phoenix with > HBase. > > > > Thanks in advance. > > > > On Fri, May 20, 2016 at 2:28 AM, Mujtaba Chohan <[email protected]> > > wrote: > > > >> Hi Ayola, > >> > >> Need more context. When do you get this error? While connecting to HBase > >> or building Phoenix? If it's on connection, is phoenix-*-server.jar on > >> HBase classpath and server bounced? > >> > >> - mujtaba > >> > >> > >> > >> On Thu, May 19, 2016 at 10:44 AM, Ayola Jayamaha < > [email protected]> > >> wrote: > >> > >>> Hi All, > >>> > >>> I used below configurations to build phoenix master. > >>> > >>> hbase 1.2.0 > >>> zookeeper 3.4.8 > >>> > >>> It gives the Error: org.apache.hadoop.hbase.DoNotRetryIOException: > Class > >>> org.apache.phoenix.coprocessor.MetaDataEndpointImpl cannot be loaded > Set > >>> hbase.table.sanity.checks to false at conf or table descriptor if you > >>> want > >>> to bypass sanity checks > >>> at > >>> > >>> > org.apache.hadoop.hbase.master.HMaster.warnOrThrowExceptionForFailure(HMaster.java:1680) > >>> ... > >>> > >>> -- > >>> Best Regards, > >>> Ayola Jayamaha > >>> http://ayolajayamaha.blogspot.com/ > >>> > >> > >> > > > > > > -- > > Best Regards, > > Ayola Jayamaha > > http://ayolajayamaha.blogspot.com/ > > > > > > > > > -- > Best Regards, > Ayola Jayamaha > http://ayolajayamaha.blogspot.com/ >
