Installation Guide
Pulse 4.x.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Troubleshooting
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Grant MySQL Permissions
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
To enable Pulse to collect Hive and Oozie metadata stored in MySQL, you must grant the required permissions.
- Log in to MySQL as the root or an administrative user.
Bash
mysql -u root -p- Create the users (if they do not already exist):
Bash
x
"CREATE USER 'hive'@'pulse_host' IDENTIFIED BY 'password'""CREATE USER 'oozie'@'pulse_host' IDENTIFIED BY 'password'"- Grant read-only (SELECT) privileges (replace placeholders with actual values):
Bash
GRANT SELECT ON hive_database.* TO 'hive_user'@'pulse_host' IDENTIFIED BY 'password';GRANT SELECT ON oozie_database.* TO 'oozie_user'@'pulse_host' IDENTIFIED BY 'password';The commands vary depending on the MySQL version.
- hive_database / oozie_database: Names of the Hive and Oozie metadata databases.
- hive_user / oozie_user: Usernames Pulse uses to access these databases.
- Pulse_host: Hostname or IP address of the Pulse server. Use % to allow access from any host.
- Password: Password assigned to the database user.
- Apply changes.
Bash
FLUSH PRIVILEGES;Example:
Bash
GRANT SELECT ON hive.* TO 'hivepulse'@'192.168.1.10' IDENTIFIED BY 'Hive@123';GRANT SELECT ON oozie.* TO 'ooziepulse'@'192.168.1.10' IDENTIFIED BY 'Oozie@123';Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Configure ODP Cluster Services for PulseFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message