You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/09/06 18:09:58 UTC

[GitHub] [metron] mmiklavc commented on issue #1505: METRON-2250 Missing services in HDP 3.1 metron mpack and installer stuck

mmiklavc commented on issue #1505: METRON-2250 Missing services in HDP 3.1 metron mpack and installer stuck
URL: https://github.com/apache/metron/pull/1505#issuecomment-528957820
 
 
   ### Test Plan
   
   In order reproduce the error being fixed in this bug, pull the latest feature branch code without this fix and follow the following test plan that also verifies the fix.
   
   #### Testing in fulldev
   
   1. Spin up full dev with Centos 7
       ```
       cd ./metron-deployment/development/centos7/
       vagrant up
       ```
   
   #### Uninstall Metron service
   
   1. Once the install completes, open Ambari http://node1:8080 and stop all Metron services under the Metron service option. We need to do this in order to uninstall.
   2. Click Actions and choose delete service. Confirm.
   3. The Metron Ambari service should be deleted
   
   #### Re-install Metron service
   
   1. Click the ellipses next to "Services" in Ambari and choose "Add Service"
   2. Select Metron in the list of services to install. Accept the additional components by clicking "Ok" for each.
   3. The "Assign Masters" page is where the bug previously existed. The "Next" option was greyed out due to the hostname errors. At this point, you can accept the defaults (node1 for full dev) and click "Next."
   4. You can finish the installation if you like, but at this point the bug fix has been validated.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services