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

Billie Rinaldi resolved ACCUMULO-1339.
--------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.5.0)

I'm going to close this as won't fix, we can reopen if we find an actual Hadoop 
release that has the log4j jar in another place.
                
> 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
>
> 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

Reply via email to