Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


To make Postgres aware of these changes, either restart the service or run: pg_ctl reload

 

If the script fails to start postgresql due to a missing snakeoil SSL cert, do:

sudo make-ssl-cert generate-default-snakeoil



Creating the Hive metastore user

...

Code Block
CREATE ROLE hiveuser LOGIN PASSWORD 'password';
ALTER ROLE hiveuser WITH CREATEDB;

Maven 3

On some older systems you may need to install Maven 3 from https://maven.apache.org/ and install it:

...