Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2093 | 06-15-2020 05:23 AM | |
| 17438 | 01-30-2020 08:04 PM | |
| 2254 | 07-07-2019 09:06 PM | |
| 8717 | 01-27-2018 10:17 PM | |
| 4913 | 12-31-2017 10:12 PM |
04-15-2018
11:26 AM
namenode should be defined on this machine , all we want is to minimize all in one machine ( amster + worker + kafka )
... View more
04-15-2018
10:57 AM
until now we build every ambari cluster , as the following structure: 3 Journal nodes machines ( inside each journal node we build the kafka ) 3 workers machines (data-node machines) but in order to minimize the costs we want to build one linux machine that includes one Journal node machine ( master ) + worker + kafka dose HORTON-WORKS have procedure for this structure - to build Journal node + worker + kafka on one single machine ?
... View more
Labels:
04-15-2018
07:58 AM
hi all, we have ambari cluster on customer site ( version 2.6.1 ) cluster include the following machines: master01 , master02 , master03 , worker01-worker64 , kafka01 - kafka03 while customer want to change to these hostnames to the following: master01-03 to JNserver01-03
worker01-worker64 to DNserver01-64
kafka01-03 to KBserver01-03 what is the procedure to change all these hostnames ?
... View more
Labels:
04-12-2018
10:29 AM
@Jay , first thank you so much you are really one of the best here your knowledge is impressive , I just thinking about case , for example what
we can do in case we activate the stop API , and from some reason one or
more services not stooped , do we can give the API retry option that will try
to stop again in case some services not stopped ?
... View more
04-12-2018
10:04 AM
@Jay , ok can you refer my comments on - https://community.hortonworks.com/questions/185974/how-to-change-ips-on-all-machine-sin-ambari-cluste.html
... View more
04-12-2018
09:56 AM
@Jay on which case service auto start will start the services?
... View more
04-12-2018
09:41 AM
@Jay just to summary the steps my steps are 1. stop all services in the cluster ( by API in the script) 2. stop ambari agent on all hosts 3. change the IP's on all machines - masters, workers , kafka's , ( by the script ) 4. start agent on all hosts 5. start services in the cluster ( by API in the script ) do you agree with this steps? second and very important question - dose the API that stop/start the services in the cluster do it with the right order ? because non order service shutdown service could be problematic ( we are working on production systems ) @Jay I will happy to know your opinion about my automations procesdure ....
... View more
04-12-2018
09:34 AM
we enabled the service auto start on all services and we make a simple test we stop the service MapReduce2 and we wait some time to see if service will start automatically but after one hour service still down dose service auto if relevant in this case ?
... View more
Labels:
04-12-2018
09:22 AM
@Jay so if we need to stop all components on each host , then its better to stop all services on the cluster because we need to change the IP's on all hosts - do you agree ? second do you have API that stop all services in the cluster automatically ? ( I mean all services will stoped accorording to the service priority ) @Jay for you information we want to develop automation scripts that will first stop all services and ambari-agent and then will change the IP's and then will start all services in the cluster
... View more
04-12-2018
08:45 AM
@Jay , something isn't clearly , lets say we want to change the IP on master01 node ( JournalNode ) the article say to "Shutdown all services" dose this mean to stop all components on master01 as App Timeline server , Hive , namenode , resource manager , Webcat ... etc ? regarding to stop the agent its clearly but not clearly if we need to stop all componets on the machine ?
SupportKB To change the IP address of a client node in a cluster the following procedure can be followed: Shutdown all services on the node including the Ambari Agent Update the DNS entry for the node with the new IP address Restart networking on the node so that it gets its new IP address. Ensure the hostname is reported correctly using On the node: hostname # should return the short name of the host hostname -s # should return the short name of the host hostname -f # should return the FQDN On the Ambari Server: nslookup nodename.fqdn # should return the new IP address of the node Start up the Ambari Agent on the node Check in Ambari that the node is registered and showing as up Start all the services on the node
... View more