Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

CDH 5.2 Impala query fails with llama exception RESERVATION_ASKING_UNKNOWN_NODE

avatar
New Contributor

Trying to get Impala working under CDH 5.2 (was working fine under CDH 5.1.3). Can query hbase table via hive fine (and was fine using Impala under CDH 5.13) but run do same query (SELECT * FROM <table>) using Impala (via 'Hue) under CDH 5.2 now, get the following Llama related error - any clues what is wrong/how to get this working ? The node (lo1-qdw-fi-9) is the host on which all the impala services (including the impala daemon) are running and all are reported green in CM.

 

vember 14 2014 4:30 PMLlamaAMServiceImpl
Reserve() error: com.cloudera.llama.util.LlamaException: RESERVATION_ASKING_UNKNOWN_NODE - Reservation 'c5475dd5e0b4cfb9:5e7ccad4e7a11ba6', expansion 'null' asking for a resource on node 'lo1-qdw-fi-9.fidessanet.com' that does not exist.
com.cloudera.llama.util.LlamaException: RESERVATION_ASKING_UNKNOWN_NODE - Reservation 'c5475dd5e0b4cfb9:5e7ccad4e7a11ba6', expansion 'null' asking for a resource on node 'lo1-qdw-fi-9.fidessanet.com' that does not exist.
	at com.cloudera.llama.am.impl.ExpansionReservationsLlamaAM.checkAndUpdateCapacity(ExpansionReservationsLlamaAM.java:153)
	at com.cloudera.llama.am.impl.ExpansionReservationsLlamaAM.reserve(ExpansionReservationsLlamaAM.java:129)
	at com.cloudera.llama.am.impl.APIContractLlamaAM.reserve(APIContractLlamaAM.java:144)
	at com.cloudera.llama.am.LlamaAMServiceImpl.Reserve(LlamaAMServiceImpl.java:132)
	at com.cloudera.llama.am.MetricLlamaAMService.Reserve(MetricLlamaAMService.java:140)
	at com.cloudera.llama.thrift.LlamaAMService$Processor$Reserve.getResult(LlamaAMService.java:512)
	at com.cloudera.llama.thrift.LlamaAMService$Processor$Reserve.getResult(LlamaAMService.java:497)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
	at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
View Log File
Who agreed with this topic