[
https://issues.apache.org/jira/browse/ACCUMULO-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13807137#comment-13807137
]
Christopher Tubbs commented on ACCUMULO-1818:
---------------------------------------------
{quote}I think we'll make the time until we stop supporting 1.4 easier by
keeping it inline with 1.5/master when possible{quote}
For bugfixes, I'd agree. But... let's be careful not to introduce any changes
that diverge from behavior established by the first release in that series (in
this case, 1.4.0), as a general statement. The general goal shouldn't be to
keep it up with a later branch... the goal should be to fix bugs that diverge
from the intended behavioral and API contract for that series.
> 1.4.x bin/accumulo never uses locationByProgram
> -----------------------------------------------
>
> Key: ACCUMULO-1818
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1818
> Project: Accumulo
> Issue Type: Bug
> Components: scripts
> Affects Versions: 1.4.4
> Reporter: Sean Busbey
> Priority: Minor
> Labels: newbie
>
> In the 1.5.x and master versions of hte bin/accumulo script, we use the
> following pattern to find support library locations:
> # run bin/config.sh
> # if JAVA_HOME, HADOOP*, or ZOOKEEPER_HOME aren't set, use locationByProgram
> to guess
> # if any of the above still aren't set, error out
> # export the above
> In the [1.4.4
> version|https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=bin/accumulo;h=66428180fdcb07b9fae31181940dfc398508681f;hb=refs/heads/1.4.5-SNAPSHOT],
> instead the following happens:
> # run bin/config.sh
> # if any of JAVA_HOME, HADOOP*, ZOOKEEPER_HOME aren't set error out
> # export the above
> # if any of the above aren't set, use locationByProgram to guess and export
> so step #4 never happens.
> we should update 1.4.x to be consistent with the other two versions.
--
This message was sent by Atlassian JIRA
(v6.1#6144)