~ubuntu-branches/ubuntu/vivid/sahara/vivid-proposed

« back to all changes in this revision

Viewing changes to sahara/plugins/default_templates/hdp/version_1_3_2/worker.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-04-09 15:13:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150409151304-ds2wzht638m8c74k
Tags: 2015.1~rc1-0ubuntu1
* New upstream milestone release:
  - debian/control: Align with upstream dependencies.
  - debian/patches/fix-alembic-migration-for-sqlite-1.patch: Refreshed.
  - debian/rules: Install the correct sample configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "plugin_name": "hdp",
 
3
    "hadoop_version": "1.3.2",
 
4
    "node_processes": [
 
5
        "TASKTRACKER",
 
6
        "DATANODE"
 
7
    ],
 
8
    "name": "hdp-132-default-worker",
 
9
    "floating_ip_pool": "{floating_ip_pool}",
 
10
    "flavor_id": "{flavor_id}"
 
11
}