[
https://issues.apache.org/jira/browse/ACCUMULO-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806516#comment-13806516
]
Josh Elser commented on ACCUMULO-1818:
--------------------------------------
I'll make the general statement that I don't think it's really fruitful to keep
back-porting changes to the 1.4 series. 1.5 has been out for about a year, and
we're looking at 1.6 within the next two months.
Unless it's a critical bugfix, I'd much rather we try to look forward than
behind as much as possible.
> 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)