[
https://issues.apache.org/jira/browse/ACCUMULO-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890914#comment-13890914
]
Bill Havanki commented on ACCUMULO-2317:
----------------------------------------
Also, I'm seeing the shell crash out on startup:
{noformat}
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot
locate configuration source null
...
at
org.apache.accumulo.core.util.shell.ShellOptionsJC.getClientConfiguration(ShellOptionsJC.java:269)
at org.apache.accumulo.core.util.shell.Shell.setInstance(Shell.java:414)
{noformat}
I never pass --config-file to the shell, so the corresponding option field is
null and the config cannot be built. I think with the change in
{{ShellOptionsJC}} it lost the ability to load from the default search path.
> remove ClientConfiguration loadDefault(String)
> ----------------------------------------------
>
> Key: ACCUMULO-2317
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2317
> Project: Accumulo
> Issue Type: Improvement
> Reporter: Keith Turner
> Assignee: John Vines
> Fix For: 1.6.0
>
>
> ClientConfiguration loadDefault(String) is just calling new
> org.apache.commons.configuration.PropertiesConfiguration(). Users could do
> this themselves. Also there are many different ways to construct a
> PropertiesConfiguration object and there is no need for Accumulo to duplicate
> that.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)