You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/05/31 07:09:17 UTC

[jira] [Updated] (ACCUMULO-3873) Ambari-installed client.conf not loaded by default

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

Josh Elser updated ACCUMULO-3873:
---------------------------------
    Attachment: 0001-ACCUMULO-3873-Add-ambari-installed-client.conf-locat.patch

Simple patch which also includes the ambari configuration location

cc/ [~billie.rinaldi]

> Ambari-installed client.conf not loaded by default
> --------------------------------------------------
>
>                 Key: ACCUMULO-3873
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3873
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.7.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Critical
>             Fix For: 1.6.3, 1.7.1
>
>         Attachments: 0001-ACCUMULO-3873-Add-ambari-installed-client.conf-locat.patch
>
>
> Billie did a bunch of great work to bring Accumulo into Ambari recently. In working on the Hive integration again for Accumulo, I noticed that I was having problems getting the client configuration file Ambari installed for me picked up in Hive.
> Hive was just doing a normal
> {code}
> ClientConfiguration.loadDefault()
> {code}
> The problem is that Accumulo was looking for {{/etc/accumulo/client.conf}} when Ambari has another level of directories in the path {{/etc/accumulo/conf/client.conf}}.
> I believe that we should also add this to the default search path for Accumulo.



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