Skip to content

Commit

Permalink
clear up message for when running on a different port or server
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgittin committed Jul 24, 2012
1 parent 028b4f5 commit 5077aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/cloudsoft/mapr/m3/MasterNode.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class MasterNode extends AbstractM3Node {
log.info("${this} waiting for MapR LICENSE"+"""
**********************************************************************
* LICENSE must be accepted manually at:
* https://${getAttribute(HOSTNAME)}:8443
* MapR console -- https://${getAttribute(HOSTNAME)}:8443
* THEN invoke effector setLicenseApproved true at:
* http://localhost:8081
* Brooklyn console -- e.g. http://localhost:8081
**********************************************************************""");
execution.submit(DependentConfiguration.attributeWhenReady(this, LICENSE_APPROVED)).get();
log.info("MapR LICENSE accepted, proceeding");
Expand Down

0 comments on commit 5077aa9

Please sign in to comment.