Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1497 | 06-15-2020 05:23 AM | |
9735 | 01-30-2020 08:04 PM | |
1645 | 07-07-2019 09:06 PM | |
6854 | 01-27-2018 10:17 PM | |
3841 | 12-31-2017 10:12 PM |
08-20-2017
09:57 AM
so it will be ok if I will return the value as the first version ? (V1) - "hive.metastore.local=false,hive.metastore.uris=thrift://%HOSTGROUP::host_group_1%:9083\\,thrift://%HOSTGROUP::host_group_4%:9083,hive.metastore.sasl.enabled=false,hive.metastore.execute.setugi=true"
... View more
08-20-2017
08:42 AM
@Jay SenSharma did you saw my previos question ? (https://community.hortonworks.com/questions/127804/ambari-vlaue-from-ambari-gui-is-diff-from-the-conf.html)
... View more
08-20-2017
07:58 AM
we have Ambari cluster version 2.5 how to verify by API all services that are stop ( not started )
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-18-2017
02:17 PM
Hi all I am using the script - /var/lib/ambari-server/resources/scripts/configs.sh
get localhost cluster_name config_type ** about the script - https://cwiki.apache.org/confluence/display/AMBARI/Modify+configurations To read parameters and values from the ambari cluster But we noticed that some parameters that script
read the values , are diff from - Values from ambari GUI i For example let’s take the parameter - templeton.hive.properties
(hive service ) From ambari GUI we get the value: hive.metastore.local=false,hive.metastore.uris=thrift://master98.tube13.com:9083\,thrift://%HOSTGROUP::host_group_4%:9083,hive.metastore.sasl.enabled=false,hive.metastore.execute.setugi=true but when we run the script we get /var/lib/ambari-server/resources/scripts/configs.sh get
localhost HDP01 webhcat-site |grep templeton.hive.properties "templeton.hive.properties" :
"hive.metastore.local=false,hive.metastore.uris=thrift://%HOSTGROUP::host_group_1%:9083\\,thrift://%HOSTGROUP::host_group_4%:9083,hive.metastore.sasl.enabled=false,hive.metastore.execute.setugi=true", Why from ambari GUI value is different ?? ** as we can see the diff is about server name defined in the value ( from ambari GUI ) Second if we want to update the value of templeton.hive.properties
parameter , from the script , so what is the real value ?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
08-18-2017
11:06 AM
now I see the req ID , all is right now
... View more
08-18-2017
10:49 AM
do you mean to see the progress like this - curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"_PARSE_.START.ALL_SERVICES","operation_level":{"level":"CLUSTER","cluster_name":"plain_ambari"}},"Body":{"ServiceInfo":{"state":"STARTED"}}}' http://198.23.45.23:8080/api/v1/clusters/HDP01/requests/134
... View more
08-18-2017
10:46 AM
can you please defined all the syntax with -
http://amb25101.example.com:8080/api/v1/clusters/plain_ambari/requests/134
... View more
08-18-2017
10:36 AM
this is great answer , I will test the syntax above , thank you so much for your fast response and your professional knowledge ,
... View more
08-18-2017
10:26 AM
after we install new ambari cluster some of the ambari services are down I know how to start the service by API but in case there more services that are down or all them , then need to start according to start priority is it possible to start all services that are down by API and according to priority , without manual startup?
... View more
Labels:
- Labels:
-
Apache Ambari
08-18-2017
09:29 AM
is it possible to print all config type from ambari cluster by API or by other aprotch what is the config type - example: mapred-site hdfs-site
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop