Skip to content

Commit

Permalink
Issue #9: adding print statement before populating configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkrishnan committed Oct 25, 2013
1 parent 7adf91a commit c0ed150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion genie-web/src/test/python/utils/populateEMRConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def populateCluster():

# driver method for populating configs on master node of EMR
if __name__ == "__main__":


print "Registering EMR cluster\n"
print "################################"
print "Adding config for prodhive:\n"
populateProdHive()
Expand Down

0 comments on commit c0ed150

Please sign in to comment.