Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] Ambari Agent DistroConf Select Versions #17

Open
zainal-abidin-assegaf opened this issue May 10, 2021 · 2 comments
Open

[Error] Ambari Agent DistroConf Select Versions #17

zainal-abidin-assegaf opened this issue May 10, 2021 · 2 comments

Comments

@zainal-abidin-assegaf
Copy link

Kubernetes: v1.19.10
Helm: v3.5.1
value.yaml:
values.yaml.txt

image

image

This error is critical, but it's only ambari agent.

My questions:

  • will this error effect HDP componens like HDFS, YARN, MR2, Hive, Oozie, ZK, kafka, spark and spark2 ??
  • is it possibe to resolve this error, i have tried several times but failed

Thank you

@zainal-abidin-assegaf
Copy link
Author

zainal-abidin-assegaf commented May 10, 2021

image

This error has been resolved by below steps:

Follow two steps:

1)
CODE: SELECT ALL

su - hdfs
hadoop fs -mkdir /user/admin
hadoop fs -chown admin /user/admin


2)
CODE: SELECT ALL

In Ambari Web, browse to Services > HDFS > Configs.
Under the Advanced tab, navigate to the Custom core-site section.
Click Add Property… to add the following custom properties:

hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*

And restart HDFS, YARN, MR2 and oozie

image

@zainal-abidin-assegaf
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant