You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2014/03/29 07:03:14 UTC

[jira] [Commented] (AMBARI-5265) Add Accumulo to Ambari stack definition

    [ https://issues.apache.org/jira/browse/AMBARI-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951777#comment-13951777 ] 

Mahadev konar commented on AMBARI-5265:
---------------------------------------

[~billie.rinaldi] any reason the following code is needed in java codebase? 

{code}
   }
+    if (event.getServiceComponentName().equals("ACCUMULO_CLIENT")) {
+      configHelper.applyCustomConfig(configurations, "accumulo-site",
+        "instance.secret", "", true);
+      configHelper.applyCustomConfig(configurations, "accumulo-site",
+        "trace.token.property.password", "", true);
+      configHelper.applyCustomConfig(configurations, "global",
+        "accumulo_root_password", "", true);
{code}

This means we are lacking something in the configurability of stacks. 

> Add Accumulo to Ambari stack definition
> ---------------------------------------
>
>                 Key: AMBARI-5265
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5265
>             Project: Ambari
>          Issue Type: Sub-task
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>         Attachments: AMBARI-5265.1.patch
>
>
> Adding Accumulo to the stack definition would enable installing and starting Accumulo through Ambari's REST API, but would not provide any UI support.



--
This message was sent by Atlassian JIRA
(v6.2#6252)