~admcleod/charms/trusty/apache-hadoop-hdfs-secondary/hadoop-upgrade

« back to all changes in this revision

Viewing changes to hooks/install

bundle resources into charm for ease of install; add extended status messages; use updated java-installer.sh that ensures java is on the path

Show diffs side-by-side

added added

removed removed

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