Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Spark : CANNOT FIND ADDRESS

avatar

Hi.

 

I've 1 Hive Query running on Spark engine and i see such metrics from History Server logs for the related Application Id:

CropperCapture[75].png

 

 

 

 

 

 

 

What is the reason to get : CANNOT FIND ADDRESS ?

 

Thx

1 ACCEPTED SOLUTION

avatar
Rising Star

 

CANNOT FIND ADDRESS for executors can come:

 

When executor either been killed (by yarn for example) or removed by dynamic allocation. It just means that the executor is not there anymore. That message doesn't mean there is anything wrong.

View solution in original post

1 REPLY 1

avatar
Rising Star

 

CANNOT FIND ADDRESS for executors can come:

 

When executor either been killed (by yarn for example) or removed by dynamic allocation. It just means that the executor is not there anymore. That message doesn't mean there is anything wrong.