Member since
10-08-2018
12
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
621 | 08-14-2019 10:04 AM |
08-14-2019
10:04 AM
Hello Team, I got the solution it's very simple that when we use curl - we are not supposed to use special character.
... View more
08-09-2019
12:54 PM
I could see the below configurations coming from desired config output from configuration dump through ambari. usersync-properties slider-client ranger-site hst-common-conf capture-levels But when i used to get the properties output usings config.py its throwing the below error. File "/usr/lib64/python2.7/site.py", line 556, in
main()
File "/usr/lib64/python2.7/site.py", line 538, in main
known_paths = addusersitepackages(known_paths)
File "/usr/lib64/python2.7/site.py", line 266, in addusersitepackages
user_site = getusersitepackages()
File "/usr/lib64/python2.7/site.py", line 255, in getusersitepackages
USER_SITE = get_path('purelib', '%s_user' % os.name)
File "/usr/lib64/python2.7/sysconfig.py", line 437, in get_path
return get_paths(scheme, vars, expand)[name]
File "/usr/lib64/python2.7/sysconfig.py", line 428, in get_paths
return _expand_vars(scheme, vars)
File "/usr/lib64/python2.7/sysconfig.py", line 156, in _expand_vars
_extend_dict(vars, get_config_vars())
File "/usr/lib64/python2.7/sysconfig.py", line 147, in _extend_dict
for key, value in other_dict.items():
... View more
Labels:
- Labels:
-
Apache Ambari
07-15-2019
07:25 PM
As curl wont support special case, it will fail your request as invalid password. You could see this in ambari-server.log too. https://cleanprogrammer.net/specify-username-and-password-with-special-characters-for-curl-command/ The above link is for reference in curl u/p approach.
... View more
07-03-2019
05:48 AM
@Jay Any updates below
... View more
07-01-2019
03:06 PM
I tried with admin access which i try to open ambari. It's failing as below: response = accessor(DESIRED_CONFIGS_URL.format(cluster)) File "/var/lib/ambari-server/resources/scripts/configs.py", line 89, in do_request raise Exception('Problem with accessing api. Reason: {0}'.format(exc)) Exception: Problem with accessing api. Reason: HTTP Error 403: Unable to sign in. Invalid username/password combination.
... View more
07-01-2019
03:05 PM
Is ambari admin credential is enough to execute the above script. Because when i try to do so it's failing with the below cause. But i can access ambari with same admin credential. ERROR: response = accessor(DESIRED_CONFIGS_URL.format(cluster)) File "/var/lib/ambari-server/resources/scripts/configs.py", line 89, in do_request raise Exception('Problem with accessing api. Reason: {0}'.format(exc)) Exception: Problem with accessing api. Reason: HTTP Error 403: Unable to sign in. Invalid username/password combination.
... View more
07-01-2019
01:13 PM
How to get configuration dump usings configs.py Earlier we had configs.sh to get dump like below. /var/lib/ambari-server/resources/scripts/configs.sh -u $username -p $passwd get $hostname $clustername activity-conf how to use the below configs.py like the above. /var/lib/ambari-server/resources/scripts/configs.py --user=admin --password=admin --port=8080 --action=get --host=localhost
--cluster=plain_ambari --config-type=yarn-site
... View more
Labels:
- Labels:
-
Apache Ambari
04-22-2019
10:12 AM
@Kam mak Generally in cases, dependency services may be affected due to some new configuration on the latest system. It is advisable to read the release document and bugs related to new version before the upgrade.
... View more
10-11-2018
10:19 AM
Worked !! Thanks for the Work Around
... View more
10-09-2018
01:19 PM
@Yair Ogen: What is your yarn.scheduler.capacity.maximum-am-resource-percent configuration
... View more
10-08-2018
12:38 PM
Is there any configuration parameter related to heap configuration for n number of watches and znode count ?
... View more