Hadoop Management tools HUE configuration-initial configuration
1 the interface is changed to Chinese
The default is English, which can be changed to Chinese
1. Modify the configuration file settings.py
Nano hue/desktop/core/src/desktop/settings.py
LANGUAGE_CODE = 'zh_CN'#LANGUAGE_CODE =' en-us'LANGUAGES = [('en-us', _' English'), ('zh_CN', _ (' Simplified Chinese')),]
two。 Recompile
Cd huemake apps
3. Start hue
Build/env/bin/supervisor &
4. You can see the beautiful Chinese interface: http://IP:8888
-it was circulated on the Internet, but my hue4.2 didn't work, and later found that you can use the following compile command--
Make locales
Compilation is complete.