[ https://issues.apache.org/jira/browse/ACCUMULO-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647349#comment-13647349 ]
Hudson commented on ACCUMULO-1371: ---------------------------------- Integrated in Accumulo-Trunk-Hadoop-2.0 #208 (See [https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/208/]) ACCUMULO-1371: Improve message in config.sh when HADOOP_PREFIX is not a directory. (Revision 1478254) Result = ABORTED medined : Files : * /accumulo/trunk/bin/config.sh > 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, 1.6.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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira