Member since
01-03-2024
4
Posts
3
Kudos Received
0
Solutions
05-07-2024
11:23 PM
1 Kudo
I already create this: mysql> create database hmsdb;
Query OK, 1 row affected (0.01 sec)
mysql> CREATE USER 'swg_mysql'@'cdp-utility.swgemilang.com.local' IDENTIFIED BY 'xxxxx';
Query OK, 0 rows affected (0.01 sec)
mysql> REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'swg_mysql'@'cdp-utility.swgemilang.com.local';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON hmsdb.* TO 'swg_mysql'@'cdp-utility.swgemilang.com.local';
Query OK, 0 rows affected (0.01 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec) but it still like this:
... View more
05-06-2024
09:32 PM
1 Kudo
Hi thanks for answering. But i still get stuck. How do I install JDBC driver? should I install from Cloudera Documentation?
... View more
05-02-2024
09:05 PM
1 Kudo
I was deleted hive services with some tools (livy, hue, kudu, oozie, hive on tez) because I forgot to keep All of the password. Now I want to re-add services that I deleted. but I have no clue for this. I don't know username and password. Please help
... View more
02-21-2024
12:09 AM
>>[21/Feb/2024 16:06:55 +0800] 2712551 MainThread agent ERROR Heartbeating to master:7182 failed I am getting this error, so I cant continue installation. I am using RHEL 8 btw.
... View more
Labels:
- Labels:
-
Cloudera Data Platform (CDP)