Member since
09-30-2015
83
Posts
57
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
15394 | 02-26-2016 11:19 PM |
02-09-2016
06:33 PM
2 Kudos
I am using Firefox 44.0 and here is the trace from it.
TRACE: The url is: /api/v1/clusters/hwtest?fields=Clusters/health_report,Clusters/total_hosts,alerts_summary_hosts&minimal_response=true app.js:154162:7
Status code 200: Success. app.js:54173:3
App.componentsStateMapper execution time: timer started app.js:55315
App.componentsStateMapper execution time: 29.04ms app.js:55360
TRACE: The url is: /api/v1/clusters/hwtest/host_components?fields=HostRoles/component_name,HostRoles/host_name&minimal_response=true app.js:154162:7
Status code 200: Success. app.js:54173:3
TRACE: The url is: /api/v1/clusters/hwtest/configurations?type=cluster-env app.js:154162:7
Status code 200: Success. app.js:54173:3
App.componentConfigMapper execution time: timer started app.js:55076
App.componentConfigMapper execution time: 5.95ms app.js:55125
Config validation failed: Object { readyState: 4, setRequestHeader: .ajax/v.setRequestHeader(), getAllResponseHeaders: .ajax/v.getAllResponseHeaders(), getResponseHeader: .ajax/v.getResponseHeader(), overrideMimeType: .ajax/v.overrideMimeType(), abort: .ajax/v.abort(), done: f.Callbacks/p.add(), fail: f.Callbacks/p.add(), progress: f.Callbacks/p.add(), state: .Deferred/h.state(), 14 more… } error Internal Server Error Object { type: "POST", timeout: 180000, dataType: "json", statusCode: Object, headers: Object, url: "/api/v1/stacks/HDP/versions/2.3/val…", data: "{"hosts":["falbdcdq0001v.farmersinsurance.com","falbdcdq0002v.farmersinsurance.com","falbdcdq0003v.farmersinsurance.com","falbdcdq0004v.farmersinsurance.com","falbdcdq0005v.farmersinsurance.com","falbdcdq0006v.farmersinsurance.com","falbdcdq0007v.farmersinsurance.com"],"services":["AMBARI_METRICS","ATLAS","FALCON","FLUME","HBASE","HDFS","HIVE","KAFKA","KNOX","MAPREDUCE2","OOZIE","PIG","RANGER","RANGER_KMS","SPARK","SQOOP","STORM","TEZ","YARN","ZOOKEEPER"],"validate":"configurations","recommendations":{"blueprint":{"host_groups":[{"name":"host-group-1","components":[{"name":"FALCON_CLIENT"},{"name":"HBASE_CLIENT"},{"name":"HDFS_CLIENT"},{"name":"HCAT"},{"name":"HIVE_CLIENT"},{"name":"MAPREDUCE2_CLIENT"},{"name":"OOZIE_CLIENT"},{"name":"PIG"},{"name":"SPARK_CLIENT"},{"name":"SQOOP"},{"name":"TEZ_CLIENT"},{"name":"YARN_CLIENT"},{"name":"ZOOKEEPER_CLIENT"},{"name":"METRICS_MONITOR"},{"name":"FALCON_CLIENT"},{"name":"HBASE_CLIENT"},{"name":"HCAT"},{"name":"HDFS_CLIENT"},{"name":"HIVE_CLIENT"[…], context: Object, beforeSend: ajax<.send/opt.beforeSend(), success: ajax<.send/opt.success(), 2 more… } app.js:64175:5
Error code 500: Internal Error on server side. app.js:54195:3
Config validation failed. Going ahead with saving of configs app.js:64188:7
TRACE: The url is: /api/v1/clusters?fields=Clusters/provisioning_state app.js:154162:7
Status code 200: Success. app.js:54173:3
TRACE: The url is: /api/v1/clusters/hwtest/requests?to=end&page_size=10&fields=Requests app.js:154162:7
Status code 200: Success. app.js:54173:3
... View more
02-09-2016
06:11 PM
2 Kudos
I installed Ambari 2.1.2.1 and HDP 2.3.2 on RH Linux 6.6. Installation went fine and services are all up and running but when I try to make any config change on Ambari UI, I see the following message. The configuration changes could not be validated for consistency due to an unknown error. Your changes have not been saved yet. Would you like to proceed and save the changes? How to get rid of this error?
... View more
Labels:
- Labels:
-
Apache Ambari
02-08-2016
07:37 PM
1 Kudo
I dont any option to remove this hadoop.security.key.provider.path. please see the attached image
... View more
02-08-2016
07:21 PM
sorry if it is a dumb question but how do i remove those entries from Ambari? I dont see any option to delete.
... View more
02-08-2016
07:03 PM
Hi @Neeraj Sabharwal I checked those two entries on ambari both of them set to blank. There are no values for those two entries. What exactly you mean by disable them?
... View more
02-08-2016
06:42 PM
2 Kudos
I installed Ranger and Ranger KMS on a cluster. Ranger started fine but Ranger KMS is failing to start, so i would like to remove it for now and install it later. So I tried to remove it using the following command FALBDCDQ0001V:~#curl -u admin:xxxxxx -H "X-Requested-By: ambari" -X DELETE http://localhost:8080/api/v1/clusters/hwtest/services/RANGER_KMS but it failed to remove with the following exception
"status" : 500,
"message" : "org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Cannot remove hwtest/RANGER_KMS. RANGER_KMS_SERVER is in a non-removable state." I logged into the Ambari database to see if Ranger KMS is in a good state to remove. but the desired_state is showing as started eventhough it failed to start. So I updated the state using the following command and tried to remove the service again but i still got the same error as above. update servicedesiredstate set desired_state='INSTALLED' where service_name='RANGER_KMS'; Here is the error when I try to restart Ranger KMS .. 2016-02-05 17:12:37,755 - Error : unknown url type: falbdcdq0001v.farmersinsurance.com
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms_server.py", line 82, in <module>
KmsServer().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 216, in execute
method(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 484, in restart
self.start(env)
File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms_server.py", line 55, in start
enable_kms_plugin()
File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms.py", line 274, in enable_kms_plugin
raise Fail('Ranger service is not started on given host')
resource_management.core.exceptions.Fail: Ranger service is not started on given host
... View more
Labels:
02-05-2016
05:28 PM
1 Kudo
@Neeraj Sabharwal I modified oozie_url but there is no difference. I am thinking to re-install HUE on this box, so do you have any document which would help me install HUE manually? This cluster has no internet, so i need to download all the binaries before I can install manually.
... View more
02-04-2016
08:20 PM
@Neeraj Sabharwal I configured hue.ini as per the link i posted above, i checked it again but I could not see anything out of ordinary.. Is there a particular section/config I should be looking at? or is it okay if I upload the .ini file for your review?
... View more