Josh Elser created ACCUMULO-3873:
------------------------------------
Summary: 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
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)