Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1491 | 06-15-2020 05:23 AM | |
9642 | 01-30-2020 08:04 PM | |
1639 | 07-07-2019 09:06 PM | |
6824 | 01-27-2018 10:17 PM | |
3830 | 12-31-2017 10:12 PM |
08-17-2017
05:41 PM
1 Kudo
after adding new parameter and value to the ambari cluster , we need to restart the service to take affect from ambari GUI restart the service is required , and we can see that because restart button is colored with orange so my question is we need API command that restart only the services that restart is required?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-15-2017
04:45 PM
hi all in the Amabri GUI we have a lot of parameters that actually have different name from the json file (we generate json file from blueprint ) as the following example: DataNode failed disk tolerance - appears as dfs.datanode.failed.volumes.tolerated in ouput json DataNode maximum Java heap size - appears as dtnode_heapsiz in ouput json DataNode max data transfer threads - appears as dfs.datanode.max.transfer.threads in ouput json any idea if we can find some table that show the parameters from amabri and the equivalent parameters from json ? or any other advice ?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-15-2017
08:17 AM
Why not all parameters from ambari cluster not represented
by the blueprint json file ? I generated the blueprint json file as the foolwing: curl -u admin:admin -H "X-Requested-By:
ambari" -X GET
http://10.23.4.122:8080/api/v1/clusters/HDP26?format=blueprint -o
/tmp/HDP01_blueprint.json but when I access to the ambari GUI we noticed that many parameters
not appears in the blueprint json file example of parameters from HDFS – config that not appears in
the blueprint json file DataNode failed disk tolerance DataNode maximum Java heap size DataNode max data transfer threads
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-15-2017
08:00 AM
Hi all How to convert blueprint json file to csv file? My target is to convert all properties parameters to a csv
file from the amabri cluster Example – generate blueprint json file from my ambari
cluster curl -u admin:admin
-H "X-Requested-By: ambari" -X GET http://10.23.4.122:8080/api/v1/clusters/HDP26?format=blueprint
-o /tmp/HDP01_blueprint.json example of expected results: ( all parameters from all
config types should be in the csv file ) autopurge.purgeInterval,512 dataDir,/hadoop/zookeeper autopurge.snapRetainCount,10 clientPort,2181 initLimit,11 tickTime,2000 syncLimit,5
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-11-2017
10:08 AM
any new suggestion?
... View more
08-11-2017
08:59 AM
Jay - any suggestion?
... View more
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