[ 
https://issues.apache.org/jira/browse/ACCUMULO-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806537#comment-13806537
 ] 

Josh Elser commented on ACCUMULO-1818:
--------------------------------------

Ah, so there is lack of functionality. I thought you were saying that there was 
just dead code. My bad.

We'll have to see what happens to 1.4 when we release 1.6. I'm not sure how to 
address these. I imagine over time fixes to 1.4 will fall more and more into 
the "patches accepted" category until it's EOL'ed completely. That's really 
neither here nor there, it was just on my mind.

> 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)

Reply via email to