You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing, I can change conf, but it's not saved to hue.ini file and not working.
Am I supposed to get the content of pseudo-distributed conf and save it to hue.ini?
The text was updated successfully, but these errors were encountered:
Thanks for help. @EsharEditor@Cricket007 I'm using 3.12.0.
I'm fairly new to ambari and hue. I didn't see the pseudo content saved in the setup so just wanna make sure that I need to add it.
After adding
File(os.path.join(params.hue_conf_dir, 'hue.ini'),
owner=params.hue_user,
group=params.hue_group,
content=InlineTemplate(params.hue_pseudodistributed_content),
mode=0644,
) in setup_hue.py
and make a few fixs in this pseudo conf, it works.
After installing, I can change conf, but it's not saved to hue.ini file and not working.
Am I supposed to get the content of pseudo-distributed conf and save it to hue.ini?
The text was updated successfully, but these errors were encountered: