Created 05-26-2020 12:19 PM
Hi all,
im getting configuration issues
recently changed thrift server timeout and limit beewax to 10000
Created 05-27-2020 06:20 AM
Hue database requires UTF8 character set. Please refer below document
Regarding the alerts with hive and impala, please check below points:
1. Hive and Impala service should be enabled with Hue under Hue -> Configuration -> Hive/Impala Service
2. Add the respective hive server and Impala ports uder the below Hue configuration on Cloudera Manager.
Hope this helps,
Paras
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 06-24-2020 07:26 AM
Hi Paras,
i have existing database but in article it s for new database . my question how to apply utf8 to existing database
Thanks, Syed
Created 06-25-2020 08:52 PM
For existing DB, stop the hue service and alter the DB using below query:
ALTER DATABASE hue CHARACTER SET utf8 ;
ALTER DATABASE hue COLLATE = 'utf8_general_ci';
Start the hue service.
Hope this helps,
Paras
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.