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

Damon A. Brown commented on ACCUMULO-1071:
------------------------------------------

Also normalized all blocks, whitespace:
 - uses 3-space indentation
 - control structure initial statement all on one line: if ...; then, while 
...; do
 - fixed matching logic for slaves and masters file to skip blank lines: egrep 
-v '(^#|^\s*$)' $FILE
 - normalized use of quotes
 - used $() for shell execution as appropriate
                
> Finding ACCUMULO_HOME and programs in scripts is broken for symbolic links
> --------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1071
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1071
>             Project: Accumulo
>          Issue Type: Bug
>         Environment: bash
>            Reporter: Damon A. Brown
>            Assignee: Damon A. Brown
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: AccumuloBinScripts-1.patch
>
>
> Finding the home $bin location for the accumulo/bin scripts needs to be 
> iterative to traverse symbolic links.  Also, using 'locationByProgram' within 
> bin/accumulo doesn't work for symbolic links.

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

Reply via email to