Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config is not saved to hue.ini #20

Open
zyfo2 opened this issue Jun 1, 2017 · 3 comments
Open

config is not saved to hue.ini #20

zyfo2 opened this issue Jun 1, 2017 · 3 comments

Comments

@zyfo2
Copy link

zyfo2 commented Jun 1, 2017

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?

@EsharEditor
Copy link
Owner

Hi zyfo2:
What‘s the version you are using for hue? if the version is 3.11.0+,the conf of pseudo-distributed can be used.

@OneCricketeer
Copy link

@zyfo2 All ini files under $HUE_HOME/desktop/conf are treated equally.

At least that is what it says in the files.

@zyfo2
Copy link
Author

zyfo2 commented Jun 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants