Re: Configuration for building phoenix master

2016-05-23 Thread Ayola Jayamaha
Hi All, The errors were removed when the correct version of phoenix-*-server.jar (phoenix-4.8.0-HBase-1.2-SNAPSHOT-server.jar,phoenix-server-4.8.0-HBase-1.2-SNAPSHOT.jar and phoenix-server-4.8.0-HBase-1.2-SNAPSHOT-runnable.jar ) When PHOENIX_OPTS is removed and run the script works fine. I went

Re: Configuration for building phoenix master

2016-05-23 Thread Mujtaba Chohan
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

Re: Configuration for building phoenix master

2016-05-21 Thread Ayola Jayamaha
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-26

Re: Configuration for building phoenix master

2016-05-20 Thread Ayola Jayamaha
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

Re: Configuration for building phoenix master

2016-05-19 Thread Mujtaba Chohan
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 wrote: > Hi All, > > I used below configura

Configuration for building phoenix master

2016-05-19 Thread Ayola Jayamaha
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 descripto