Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Static Service Pool Historical Data not showing

avatar
Rising Star

image.gif

 

May I know please how to enable this feature if we got this error/issue message?

2 ACCEPTED SOLUTIONS

avatar
Guru

Hi @Mondi,

 

Could you please share your Cloudera Manager version? There was a known bug which can cause the error you are seeing. Cloudera Manager 5.15.x and later should have the fix.

 

Thanks and hope this helps,

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum

View solution in original post

avatar
Guru

Hi @Mondi ,

 

The source of this issue is the interpretation of the $SERVICENAMEPATTERN variable which is being translated to yarnPATTERN in your case. In the code, there is a bug where a variable $SERVICENAMEPATTERN is clashed with the another variable name $SERVICENAME hence causes the probem.

 

Yes, Cloudera Manager 6.3.3 does have the bug fix.

 

Hope this helps!

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum

View solution in original post

4 REPLIES 4

avatar
Guru

Hi @Mondi,

 

Could you please share your Cloudera Manager version? There was a known bug which can cause the error you are seeing. Cloudera Manager 5.15.x and later should have the fix.

 

Thanks and hope this helps,

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum

avatar
Rising Star

@lwanghi Li, our version is 5.8.4, but we are planning to upgrade it to 6.3.3 so i think it will be manage once we have the upgrade, may I know please what specific bug is this? so I can share it with them as well. Thanks!

avatar
Guru

Hi @Mondi ,

 

The source of this issue is the interpretation of the $SERVICENAMEPATTERN variable which is being translated to yarnPATTERN in your case. In the code, there is a bug where a variable $SERVICENAMEPATTERN is clashed with the another variable name $SERVICENAME hence causes the probem.

 

Yes, Cloudera Manager 6.3.3 does have the bug fix.

 

Hope this helps!

Li

Li Wang, Technical Solution Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

Learn more about the Cloudera Community:

Terms of Service

Community Guidelines

How to use the forum

avatar
Rising Star

Got it. Thanks @lwang