You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/04/24 22:49:15 UTC

[jira] [Commented] (ACCUMULO-1339) log4j jar is required to be in a specific place

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

Christopher Tubbs commented on ACCUMULO-1339:
---------------------------------------------

Where else can it be, and in what circumstances?
                
> log4j jar is required to be in a specific place
> -----------------------------------------------
>
>                 Key: ACCUMULO-1339
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1339
>             Project: Accumulo
>          Issue Type: Bug
>          Components: scripts
>            Reporter: Billie Rinaldi
>            Assignee: John Vines
>             Fix For: 1.5.0
>
>
> We are no longer packaging log4j, and it needs to be on our classpath before the classloader can read modifications to general.classpaths in the accumulo-site.xml file.  Line 84 of the accumulo script looks for the log4j in two possible hadoop subdirectories, but if it isn't in either of those accumulo init will not run (thanks to [~vines] for tracking this down).
> {noformat}
> LOG4J_JAR=$(find $HADOOP_PREFIX/lib $HADOOP_PREFIX/share/hadoop/common/lib -name 'log4j*.jar' -print 2>/dev/null | head -1)
> {noformat}
> If we can't come up with a reasonable way to address the issue, we should at least document that the log4j jar must exist in one of those locations.

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