aakashnand / trino-ranger-demo

Tutorial on how to setup Trino and Apache Ranger using docker
Apache License 2.0
41 stars 22 forks source link

Ranger not running #4

Closed ankitagupta122 closed 1 year ago

ankitagupta122 commented 1 year ago

I have cloned this code and trying to run all the services. But Apache Ranger is not accessible on localhost. Getting below logs in docker.

Screenshot 2023-03-03 at 13 28 40

Also, how can I integrate Ranger in my existing production Trino setup. @aakashnand Please help.

aakashnand commented 1 year ago

@ankitagupta122 I have tested this setup and it is working for me. Can you tell me the steps to reproduce this issue? Can you clone the repo and try to fresh start again and see if it solves your problem?

Regarding integrating the ranger with the existing trino setup. You need to have the following things running

  1. Ranger Admin
  2. Trino Server
  3. Trino Ranger Plugin tar file

Using setup from tar file you need to configure the plugin to connect to ranger-admin and the existing running trino cluster, these steps have already been explained the in the tutorial so I recommend you to go through the tutorial and get it working first. Try to understand how these components are connected then you should be able to configure it in your production environment as well.

Tutorial Link: https://towardsdatascience.com/integrating-trino-and-apache-ranger-b808f6b96ad8

aakashnand commented 1 year ago

closing this issue as its stale