~craig.magina/charms/trusty/apache-hadoop/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: amir sanjar
  • Date: 2014-12-03 21:43:22 UTC
  • Revision ID: amir.sanjar@canonical.com-20141203214322-bi3miv3afb6n97co
Apache hadoop changes for POWER-part 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  platform_arch:
3
3
    type: string
4
 
    default: x86
 
4
    default: POWER
5
5
    description: |
6
6
     Platform architecture: currently supported platforms are x86 and POWER. 
7
7
     Note: for POWER you **MUST** select IBM as the Java vendor
8
8
  JAVA_vendor:
9
9
    type: string
10
 
    default: openjdk
 
10
    default: IBM
11
11
    description: |
12
12
     Valid selections-"IBM" for POWER and "OPENJDK" for x86
13
13
  JAVA_version:
17
17
     Enter java version
18
18
  hadoop_version:
19
19
    type: string
20
 
    default: 2.2.0
 
20
    default: 2.4.1
21
21
    description: |
22
22
     Apache hadoop version
23
23
  dfs_namenode_handler_count: