You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/02/21 01:35:22 UTC

[jira] [Commented] (BIGTOP-1214) Remove component version dependency for apache cross component

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

Andrew Purtell commented on BIGTOP-1214:
----------------------------------------

bq. The above dependency means hadoop-2.0.6-1.el6.x86_64.rpm can work with zookeeper 3.4.1, 3.4.2, 3.4.x. in fact, bigtop cannot support it 

I'm not sure I follow, because in fact Hadoop 2.0.6 can work with ZooKeeper 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5, and 3.4.6 and any other to follow. 

> Remove component version dependency  for apache cross component
> ---------------------------------------------------------------
>
>                 Key: BIGTOP-1214
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1214
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: RPM
>            Reporter: Guo Ruijing
>
> Bigtop is to build/package/test one distro including apache component with specific version. It cannot guarantee all component version combination can work so that cross component version dependency will confuse user.
> for example:
> rpm -qp --requires hadoop-2.0.6-1.el6.x86_64.rpm
> bigtop-utils >= 0.7
> zookeeper >= 3.4.0
> The above dependency means hadoop-2.0.6-1.el6.x86_64.rpm can work with zookeeper 3.4.1, 3.4.2, 3.4.x. in fact, bigtop cannot support it so that bigtop may remove all cross component version dependency like:
> rpm -qp --requires hadoop-2.0.6-1.el6.x86_64.rpm
> bigtop-utils
> zookeeper 
> for internal compoent, bigtop can keep existing dependency as:
> rpm -qp --requires hadoop-yarn-proxyserver-2.0.6-1.el6.x86_64.rpm 
> hadoop-yarn = 2.0.6-1.el6  (expected)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)