~jose/charms/precise/hbase/add-icon

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: James Page
  • Date: 2012-03-02 12:29:25 UTC
  • Revision ID: james.page@canonical.com-20120302122925-rr6h7xr7fex4d202
Make charm more reliable and easier to use

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
  juju add-relation hbase-master:master hbase-regioncluster-01:regionserver
78
78
 
79
 
At this point the role of each service is fixed and CANNOT be changed.
80
 
 
81
 
If each of the services has not been related to both a zookeeper service and
82
 
a hdfs-namenode service then adding the relation between master and
83
 
regionserver will error - it can be removed safely and added when you have
84
 
added the required relations::
85
 
 
86
 
  juju remove-relation hbase-master:master hbase-regioncluster-01:regionserver
87
 
  .. sort out stuff ..
88
 
  juju add-relation hbase-master:master hbase-regioncluster-01:regionserver
 
79
At this point the role of each service is fixed and CANNOT be changed. ever.
 
80
period.
89
81
 
90
82
Its also possible to run with more that one hbase master service unit::
91
83