Movatterモバイル変換


[0]ホーム

URL:


Provisioning Plugins

updated: 'Thu Jun 29 08:54:09 2017, commit 506f85b'

Provisioning Plugins

This page lists all available provisioning plugins. In general a pluginenables sahara to deploy a specific data processing framework (for example,Hadoop) or distribution, and allows configuration of topology andmanagement/monitoring tools.

Managing plugins

Since the Newton release a project admin can configure plugins by specifyingadditional values for plugin’s labels.

To disable a plugin (Vanilla Apache Hadoop, for example), the admincan run the following command:

cat update_configs.json{    "plugin_labels": {        "enabled": {            "status": true        }    }}openstack dataprocessing plugin update vanilla update_configs.json

Additionally, specific versions can be disabled by the following command:

cat update_configs.json{    "version_labels": {        "2.7.1": {            "enabled": {                "status": true            }        }    }}openstack dataprocessing plugin update vanilla update_configs.json

Finally, to see all labels of a specific plugin and to see the current statusof the plugin (is it stable or not, deprecation status) the following commandcan be executed from the CLI:

openstack dataprocessing plugin show vanilla

The same actions are available from UI respectively.

updated: 'Thu Jun 29 08:54:09 2017, commit 506f85b'
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed underCreative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

found an error? report a bug questions?

Contents


[8]ページ先頭

©2009-2026 Movatter.jp