Thank you Tim and Lars. These issues got resolved. Problem was with jars being corrupted and /tmp needed cleanup.
Thanks again, Nishidha From: Tim Armstrong <[email protected]> To: [email protected] Cc: Sudarshan Jagadale/Austin/Contr/IBM@IBMUS, Nishidha Panpaliya/Austin/Contr/IBM@IBMUS Date: 04/22/2016 09:17 PM Subject: Re: Issues while getting Services running for Impala I missed this earlier. The output you pasted tells you the location of the hbase logs, those will have more information. It's saying "Error: Could not find or load main class", which suggests some jar files are missing, weren't built, or are in the wrong place. Were you able to get it running on an x86 machine? It's sometimes a little finicky getting the test cluster setup so that would help make sure the process was correct before trying to debug PPC-specific issues. On Wed, Apr 20, 2016 at 1:30 PM, Lars Volker <[email protected]> wrote: Hi Valencia, Have you tried setting up a new environment before calling run-all? You can do that like so: source bin/impala-config.sh source bin/set-pythonpath.sh source bin/set-classpath.sh Best wishes, Lars On Tue, Apr 19, 2016 at 9:57 AM, Valencia Serrao <[email protected]> wrote: > > Hi, > > I'm trying to build Impala on RHELppc64le machine. I've been able to get > the build done completely. However, I'm facing issues with starting the > HBase(version 5.8) and Metatstore(version 5.8) services. The error is as > follows: > > _________________________________________ > Starting all cluster services... > --> Starting mini-DFS cluster > Stopping kms > Stopping llama > Stopping yarn > Stopping hdfs > Starting hdfs (Web UI - http://localhost:5070) > Starting yarn (Web UI - http://localhost:8088) > Starting llama (Web UI - http://localhost:1501) > Starting kms (Web UI - http://localhost:16000) > The cluster is running > --> Starting HBase > Error: Could not find or load main class > org.apache.hadoop.hbase.util.HBaseConfTool > Error: Could not find or load main class > org.apache.hadoop.hbase.zookeeper.ZKServerTool > starting master, logging > to > /root/nishidha/Impala/cluster_logs/hbase/hbase-root-master-pts00432-vm7.out > Error: Could not find or load main class > org.apache.hadoop.hbase.master.HMaster > starting regionserver, logging > to > /root/nishidha/Impala/cluster_logs/hbase/hbase-root-1-regionserver-pts00432-vm7.out > Error: Could not find or load main class > org.apache.hadoop.hbase.regionserver.HRegionServer > Waiting for HBase Master > ...............................Failure > Hbase master did NOT write /hbase/rs in 30.5s > ___________________________________________ > > Environment variables like HBASE_HOME are set. > > I had also tried downgrading the HBase version to 5.7, and with that the > flow went ahead, however, i faced issue with starting Hive Metastore. > > > Kindly guide me on this issue. Also, is it ok if I continue with HBase > version 5.7 ? > > Regards, > Valencia >
