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.

TaskTracker not starting -CDH5.8.1

avatar
Rising Star

Dear Team,

 

Task tracker is not starting on one of the datanode. It showing "error found before invoking supervisord: dictionary update sequence element #84 has legth 1;2 is required” in CDH5.8.1 cluster. Attached is the screenshot of an error.

Capture1.JPG

 

 

 

 

 

1 ACCEPTED SOLUTION

avatar
Mentor
Try stopping all roles and restarting your CM agent on just this host and ensure you do not use the init.d script directly, and that instead you use the recommended service command approach:

~> service cloudera-scm-agent restart

(i.e., never do this: "~> /etc/init.d/cloudera-scm-agent restart")

View solution in original post

1 REPLY 1

avatar
Mentor
Try stopping all roles and restarting your CM agent on just this host and ensure you do not use the init.d script directly, and that instead you use the recommended service command approach:

~> service cloudera-scm-agent restart

(i.e., never do this: "~> /etc/init.d/cloudera-scm-agent restart")