Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1971 | 06-15-2020 05:23 AM | |
| 16081 | 01-30-2020 08:04 PM | |
| 2110 | 07-07-2019 09:06 PM | |
| 8250 | 01-27-2018 10:17 PM | |
| 4676 | 12-31-2017 10:12 PM |
08-11-2017
07:36 AM
the main target is to find the config type because one of the script ( config.sh) arguments is the config type , so when we want to change the parameter value by the script we need the config type , but I not have the config type info , so how to know the config type when we want to change the parameter ?
... View more
08-11-2017
07:23 AM
ok now I get all mapreduce.map.memory.mb parameters but not the config type ( I used grep to match them ) , still not get the config type for the parameter
... View more
08-11-2017
07:13 AM
from some reason I get - {
"status" : 404,
"message" : "The requested resource doesn't exist: Cluster not found, clusterName=plain_ambari" ( when I run this - curl -u admin:admin -H "X-Requested-By: ambari" -X GET http://ambarir02.urs.com:8080/api/v1/clusters/plain_ambari
... View more
08-11-2017
07:06 AM
yes by mistake - how to remove this one?
... View more
08-11-2017
07:00 AM
just to clear my question , we have parameter but we not know to which configyuration type this parameter is belong
... View more
08-11-2017
06:57 AM
thank you Jay SenSharma your example print all parameters that belong to he configuration type , but we need to know the configuration type for the parameter , I mean lets say we have some parameter how to know under which configuration type parameter is belong ?
... View more
08-11-2017
06:46 AM
How to know the configuration type for parameter in ambari cluster by API examples of configuration type - core-site, hdfs-site, mapred-queue-acls lets say I want to find the configuration type for the parameter - "mapreduce.map.memory.mb” , in this case configuration type is mapred-site
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-11-2017
06:45 AM
How to know the configuration type for parameter in ambari cluster by API examples of configuration type - core-site, hdfs-site, mapred-queue-acls lets say I want to find the configuration type for the parameter - "mapreduce.map.memory.mb” , in this case configuration type is mapred-site
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-10-2017
11:47 AM
dear Geoffrey Shelton Okot you right , but during all my process I noticed about little issues that need to resolved , I am new in hadoop world , but any way I choose to work with other approach in order to configure the ambari cluster - see this https://cwiki.apache.org/confluence/display/AMBARI/Modify+configurations
... View more
08-09-2017
06:52 PM
I want to upload the new bluprint.json file to my ambari cluster as the following curl -u admin:admin -H "X-Requested-By: ambari"-X GET http://10.14.5.40:8080/api/v1/clusters/HDP6?format=blueprint -o /tmp/1-HDP6_blueprint.json when I run it , seems that every thing is ok because we not get any warning /error but when I read the ambari GUI parameters I see that the new bluprint.json not affected the ambari cluster with the new configuration how to debug this ?, or how to get notification from the curl ... syntax about what happens ? and why ambari cluster not get affected after I upoload the new blueprint.json file???
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop