[ https://issues.apache.org/jira/browse/AMBARI-12112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598563#comment-14598563 ]
Jayush Luniya commented on AMBARI-12112: ---------------------------------------- 6415 tests complete (11 seconds) 86 tests pending [INFO] [INFO] --- apache-rat-plugin:0.11:check (default) @ ambari-web --- [INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: .idea/** [INFO] Exclude: package.json [INFO] Exclude: public/** [INFO] Exclude: public-static/** [INFO] Exclude: app/assets/** [INFO] Exclude: vendor/** [INFO] Exclude: node_modules/** [INFO] Exclude: node/** [INFO] Exclude: npm-debug.log [INFO] 1190 resources included (use -debug for more details) Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 1190 licence. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 36.835s [INFO] Finished at: Tue Jun 23 16:25:50 PDT 2015 [INFO] Final Memory: 11M/309M [INFO] ------------------------------------------------------------------------ > Add FALCON service stalls during "Add Service Wizard" > ----------------------------------------------------- > > Key: AMBARI-12112 > URL: https://issues.apache.org/jira/browse/AMBARI-12112 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.1.0 > Reporter: Jayush Luniya > Assignee: Jayush Luniya > Priority: Critical > Fix For: 2.1.0 > > Attachments: AMBARI-12112.patch > > > 1. Install latest Ambari bits > 2. Deploy HDP 2.2.0.0-2041 cluster with HDFS, ZOOKEEPER, YARN, OOZIE services > 3. Add FALCON service > 4. Notice deployment stalls during "Add Service Wizard" . > 5. The installAdditionalClients gets called but installSelectedServices in > AddServiceController never got calle. So only "Install Oozie Client" request > was scheduled. "Install Services" request to install Falcon Server and Falcon > Client was never requested. > {noformat} > /** > * main method for installing additional clients and services > * @param {function} callback > * @method installServices > */ > installServices: function (callback) { > var self = this; > this.set('content.cluster.oldRequestsId', []); > this.installAdditionalClients().done(function () { > self.installSelectedServices(callback); > }); > }, > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)