[ 
https://issues.apache.org/jira/browse/ACCUMULO-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Elser resolved ACCUMULO-1492.
----------------------------------

    Resolution: Fixed
    
> bin/accumulo should follow symbolic links
> -----------------------------------------
>
>                 Key: ACCUMULO-1492
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1492
>             Project: Accumulo
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 1.5.0
>         Environment: MapR 2.1.1
>            Reporter: Keys Botzum
>            Assignee: Josh Elser
>            Priority: Trivial
>             Fix For: 1.5.1, 1.6.0
>
>
> The accumulo script runs the find command on $HADOOP_PREFIX/lib to look for a 
> log4j jar file. In some environments (such as with MapR) there may be 
> symbolic links in the Accumulo configuration. Thus we need 'find' to follow 
> links. So add the -H option:
>     LOG4J_JAR=$(find -H $HADOOP_PREFIX/lib 
> $HADOOP_PREFIX/share/hadoop/common/lib -name 'log4j*.jar' -print 2>/dev/null 
> | head -1)

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