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

« back to all changes in this revision

Viewing changes to hooks/secondary-relation-changed

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:
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
 
 
16
26
common.manage()