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

Create product test environment with HDP and KMS #1652

Closed
findepi opened this issue Oct 2, 2019 · 0 comments · Fixed by #18931
Closed

Create product test environment with HDP and KMS #1652

findepi opened this issue Oct 2, 2019 · 0 comments · Fixed by #18931
Assignees
Labels
enhancement New feature or request test

Comments

@findepi
Copy link
Member

findepi commented Oct 2, 2019

Currently, the KMS tests:

presto-product-tests/bin/run_on_docker.sh \
    singlenode-kerberos-kms-hdfs-no-impersonation \
    -g storage_formats

presto-product-tests/bin/run_on_docker.sh \
    singlenode-kerberos-kms-hdfs-impersonation \
    -g storage_formats

... run on CDH only.
This is because in https://github.com/prestosql/docker-images we have CDH with KMS but no HDP with KMS.

  1. create docker image with HDP 2.6 (3.1) with KMS (this needs to be based on kerberized HDP image).
  2. run the above tests with ${HADOOP_BASE_IMAGE} so that they can be run on both HDP and CDH.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test
2 participants