~bigdata-dev/charms/trusty/apache-hadoop-compute-slave/trunk

1 by Cory Johns
First pass at a-h-compute-slave charm using framework and resources
1
options:
5 by Cory Johns
Improve resource handling and add component dependency between hadoop-base and compute-slave
2
  output_dir: /home/ubuntu/resources
1 by Cory Johns
First pass at a-h-compute-slave charm using framework and resources
3
resources:
25 by Cory Johns
Updated jujuresources
4
  pathlib:
5
    pypi: path.py>=7.0
76 by Cory Johns
Refactored to use jujubigdata
6
  jujubigdata:
98 by Kevin W. Monroe
update to jujubigdata v4 to support HDFS-only plugin environments.
7
    pypi: jujubigdata>=4.0.0,<5.0.0
43 by Cory Johns
Updated charmhelpers to convert Java to use installer script instead of hard-coded logic
8
  java-installer:
9
    # This points to a script which manages installing Java.
10
    # If replaced with an alternate implementation, it must output *only* two
11
    # lines containing the JAVA_HOME path, and the Java version, respectively,
12
    # on stdout.  Upon error, it must exit with a non-zero exit code.
93 by Kevin W. Monroe
update java-installer to pull ppc64le jdk from git
13
    url: https://git.launchpad.net/bigdata-data/plain/common/noarch/java-installer.sh?id=baa0b74b86587f97b446f255deb96c8420021dd8
14
    hash: f7df6937bdb4dcc60de559252b4e6b65c77959f871c7ef2e59af57832d7ddfca
20 by Cory Johns
Vendored in jujuresources and tagged charmhelpers
15
    hash_type: sha256
5 by Cory Johns
Improve resource handling and add component dependency between hadoop-base and compute-slave
16
optional_resources:
33 by Kevin W. Monroe
adding aarch64 hadoop resource
17
  hadoop-aarch64:
90 by Kevin W. Monroe
update resource link to point to git.lp.net
18
    url: https://git.launchpad.net/bigdata-data/plain/apache/aarch64/hadoop-2.4.1.tar.gz?id=c34a21c939f5fce9ab89b95d65fe2df50e7bbab0
33 by Kevin W. Monroe
adding aarch64 hadoop resource
19
    hash: 03ad135835bfe413f85fe176259237a8
20
    hash_type: md5
21
  hadoop-ppc64le:
90 by Kevin W. Monroe
update resource link to point to git.lp.net
22
    url: https://git.launchpad.net/bigdata-data/plain/apache/ppc64le/hadoop-2.4.1-ppc64le.tar.gz?id=c34a21c939f5fce9ab89b95d65fe2df50e7bbab0
33 by Kevin W. Monroe
adding aarch64 hadoop resource
23
    hash: 09942b168a3db0d183b281477d3dae9deb7b7bc4b5783ba5cda3965b62e71bd5
24
    hash_type: sha256
5 by Cory Johns
Improve resource handling and add component dependency between hadoop-base and compute-slave
25
  hadoop-x86_64:
90 by Kevin W. Monroe
update resource link to point to git.lp.net
26
    url: https://git.launchpad.net/bigdata-data/plain/apache/x86_64/hadoop-2.4.1.tar.gz?id=c34a21c939f5fce9ab89b95d65fe2df50e7bbab0
5 by Cory Johns
Improve resource handling and add component dependency between hadoop-base and compute-slave
27
    hash: a790d39baba3a597bd226042496764e0520c2336eedb28a1a3d5c48572d3b672
28
    hash_type: sha256