You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Krisztian Horvath (JIRA)" <ji...@apache.org> on 2014/09/01 13:23:20 UTC

[jira] [Updated] (AMBARI-6040) Modify configuration with Ambari Shell

     [ https://issues.apache.org/jira/browse/AMBARI-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Horvath updated AMBARI-6040:
--------------------------------------
    Attachment: AMBARI-6040-1.patch

The patch contains some refactors as well, to avoid duplications.

new commands:
configuration show --type core-site | prints the selected configuration (config types are TAB completed/no typing)
configuration modify --type core-site --key fs.trash.interval --value 300 | modifies a single property of a config
configuration set --type core-site --url https://gist.githubusercontent.com/keyki/f102313f2ca8b5bfada4/raw/core-site.xml | sets the configuration to the desired
configuration set --type core-site --file core-site.xml | sets the configuration to the desired
configuration download --type core-site | downloads the selected config as XML

> Modify configuration with Ambari Shell
> --------------------------------------
>
>                 Key: AMBARI-6040
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6040
>             Project: Ambari
>          Issue Type: Sub-task
>          Components: ambari-shell
>            Reporter: Janos Matyas
>            Assignee: Janos Matyas
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-6040-1.patch
>
>
> Add the ability to modify component/service configuration with Ambari shell - e.g change a property in *-site, apply then restart service. 
> Add autocomplete for the particular *-site property list.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)