[
https://issues.apache.org/jira/browse/ACCUMULO-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-1371:
----------------------------------------
Affects Version/s: (was: 1.6.0)
> Improve message in config.sh when HADOOP_PREFIX is not a directory.
> -------------------------------------------------------------------
>
> Key: ACCUMULO-1371
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1371
> Project: Accumulo
> Issue Type: Improvement
> Affects Versions: 1.5.0
> Reporter: David Medinets
> Assignee: David Medinets
> Priority: Minor
> Fix For: 1.6.0
>
>
> The message displayed when HADOOP_PREFIX is not a directory does not mention
> "HADOOP_PREFIX" leading the user to dig through shell scripts to determine
> the problem.
> {code}
> if [ ! -d "$HADOOP_PREFIX" ]
> then
> echo "$HADOOP_PREFIX is not a directory."
> exit 1
> fi
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)