Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar

Some times though moving master wizard is completed still UI shows the message as "Move Master Wizard In Progress".

To fix this problem you can follow below steps.

Step-1)

curl -u admin:admin -i -H 'X-Requested-By: ambari' -X POST -d '{"wizard-data":"{\"userName\":\"admin\",\"controllerName\":\"reassignMasterController\"}"}'http://ambari.example.com:8080/api/v1/persist

Step-2). Login to the Ambari UI with "admin" user.

Step-3). Create a new "local" user with some name like "admin1" (any password like "admin1")

Step-4). Open another browser and login with the "admin1" user. User might see that the "Add Service Wizard in Progress" link is blinking at the top.

Step-5). Now from the earlier browser where we logged in with "admin" user. We will need to click on the "Actions" => "Add Service"

Step-6). Now if the "admin" user does nothing. Or Shuts down his/her laptop. Still the other admin users (like "admin1") will not be able to perform any action in the ambari UI and will keep seeing the "Add Service Wizard in Progress" link is blinking at the top.

Note:

*.This is tried and tested in Ambari-2.4.2 version.

3,199 Views
Comments
avatar
Visitor

There's a typo in the Step 1 command line - you need a space between the closing single quote and the Ambari URL.

Also please be advised that I just encountered this issue in both Ambari 2.6.0.0 and 2.6.2.2. YMMV.

Version history
Last update:
‎04-20-2017 12:59 PM
Updated by:
Contributors