Turn on Ranger Admin UI HTTPs using self-signed certificate
1 | [root@ranger-server01 conf]# keytool -genkey -keyalg RSA -alias rangeradmin -keystore ranger-admin-keystore.jks -storepass xasecure -validity 360 -keysize 2048 |
Reset the environment for Ranger
If ranger configuration is wrong, we can
- backup the ranger database
- stop ranger
- drop the database, recreate, give corresponding PRIVILEGES
- start ranger
The table will be automatically recreated and configured.