You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Bolke de Bruin <bd...@gmail.com> on 2019/03/31 20:03:10 UTC

Master broken for Postgres?

Hi,

While working on the Presto authoriser (
https://github.com/bolkedebruin/ranger/tree/presto_plugin) I’m hitting
issues with the installation of Ranger on Postgres. The installation script
seems to enter and endless loop while trying to import the core db schema.

I have seen RANGER-2352
<https://github.com/apache/ranger/commit/a98bc87f84be631ec11f561c2daeea3724136078>
,
but I am on a more recent master (basically of today).

Anyone aware of this? Maybe I am doing something wrong?

Bolke

Re: Master broken for Postgres?

Posted by Bolke de Bruin <bd...@gmail.com>.
Continuing this:

There seem to be INSERTS missing in the core dB sql. Like DB_PATCH_VERSION, which is present in optimized/ (not for Oracle though it seems). I could not replace core with optimized as it starts complaining about other missing tables, so assume there is a mix up somewhere.

B.

Verstuurd vanaf mijn iPad

> Op 31 mrt. 2019 om 22:03 heeft Bolke de Bruin <bd...@gmail.com> het volgende geschreven:
> 
> Hi,
> 
> While working on the Presto authoriser (https://github.com/bolkedebruin/ranger/tree/presto_plugin) I’m hitting issues with the installation of Ranger on Postgres. The installation script seems to enter and endless loop while trying to import the core db schema.
> 
> I have seen RANGER-2352 , but I am on a more recent master (basically of today).
> 
> Anyone aware of this? Maybe I am doing something wrong?
> 
> Bolke
> 
>