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

Todd Lipcon commented on HDFS-2743:
-----------------------------------

This doesn't look quite right. The jar-with-dependencies has too many 
dependencies, including junit and extra copies of some things that Hadoop 
already depends on (eg commons-math, commons-logging, log4j, etc). It should 
include only the minimal dependencies, and probably better off shading them as 
well IMO.
                
> Streamline usage of bookkeeper journal manager
> ----------------------------------------------
>
>                 Key: HDFS-2743
>                 URL: https://issues.apache.org/jira/browse/HDFS-2743
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 0.24.0
>
>         Attachments: HDFS-2743.diff
>
>
> The current method of installing bkjournal manager involves generating a 
> tarball, and extracting it with special flags over the hdfs distribution. 
> This is cumbersome and prone to being broken by other changes (see 
> https://svn.apache.org/repos/asf/hadoop/common/trunk@1220940). I think a 
> cleaner way to doing this is to generate a single jar that can be placed in 
> the lib dir of hdfs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to