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 >
