[
https://issues.apache.org/jira/browse/AMBARI-21807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140648#comment-16140648
]
Hudson commented on AMBARI-21807:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7933 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7933/])
AMBARI-21807. 'Move Hive Metastore' wizard is stuck while configuring (jaimin:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f5f9a7581df7e4eb880f3da7f6248a29d332b3b7])
* (edit) ambari-web/app/controllers/main/service/reassign/step1_controller.js
> 'Move Hive Metastore' wizard is stuck while configuring MYSQL_SERVER
> --------------------------------------------------------------------
>
> Key: AMBARI-21807
> URL: https://issues.apache.org/jira/browse/AMBARI-21807
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.5.2
> Reporter: Vivek Sharma
> Assignee: Jaimin Jetly
> Priority: Blocker
> Fix For: 2.6.0
>
> Attachments: AMBARI-21807.patch
>
>
> *STR*
> * Tried to move Hive Metastore host from host-4 to host-7
> The UI is stuck with below JS error
> {code}
> Uncaught TypeError: Cannot read property 'get' of undefined
> at Class.configureMySqlServer (app.js:33617)
> at Class.runTask (app.js:76614)
> at Class.loadTasks (app.js:76497)
> at Class.initStep (app.js:76308)
> at Class.loadStep (app.js:76291)
> at Class.loadStep (app.js:33218)
> at Class.newFunc [as loadStep] (vendor.js:2608)
> at Class.didInsertElement (app.js:212098)
> at Class.newFunc [as didInsertElement] (vendor.js:2608)
> at Class.trigger (vendor.js:15180)
> {code}
> Looks like the issue is because this call returns 'undefined'
> {code}
> App.HostComponent.find().findProperty('componentName', 'MYSQL_SERVER')
> undefined
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)