~bigdata-dev/charms/trusty/apache-hadoop-hdfs-master/ganglia_metrics

« back to all changes in this revision

Viewing changes to hooks/stop

  • Committer: Kevin W. Monroe
  • Date: 2015-06-29 14:19:09 UTC
  • mfrom: (82.1.7 apache-hadoop-hdfs-master)
  • Revision ID: kevin.monroe@canonical.com-20150629141909-tsk36o9h5cr12kco
bundle resources into charm for ease of install; add extended status messages; add actions to start/stop the cluster

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
 
 
14
"""
 
15
All hooks in this charm are managed by the Charm Framework.
 
16
The framework helps manage dependencies and preconditions to ensure that
 
17
steps are only executed when they can be successful.  As such, no additional
 
18
code should be added to this hook; instead, please integrate new functionality
 
19
into the 'callbacks' list in hooks/common.py.  New callbacks can be placed
 
20
in hooks/callbacks.py, if necessary.
 
21
 
 
22
See http://big-data-charm-helpers.readthedocs.org/en/latest/examples/framework.html
 
23
for more information.
 
24
"""
14
25
import common
15
26
common.manage()