Skip to content
Discussion options

You must be logged in to vote

I believe I’ve found a solution for this issue.

In s3g-statefulset.yaml, we need to update the livenessProbe by replacing the httpGet check with a tcpSocket check, like this:

...
        livenessProbe:
          tcpSocket:
            port: 9870
...

Additionally, to resolve the impersonation issue in httpfs, we should add the following core-site.xml settings in config-configmap.yaml to ensure they take effect:

  CORE-SITE.XML_hadoop.proxyuser.hadoop.groups: '*'
  CORE-SITE.XML_hadoop.proxyuser.hadoop.hosts: '*'

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kerneltime
Comment options

@roach231428
Comment options

Answer selected by ivandika3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants