Description
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
ClientConfiguration.loadDefault()
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.