You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by pengwenwu2008 <pe...@163.com> on 2013/04/16 08:17:47 UTC

Re:any chance to make hadoop to tar.gz by "make hadoop" in CentOS?

OS is CentOS, even if I try to make all TGZs ,get the follow error:
/bin/bash: line 9: dpkg-buildpackage: command not found
 
so ,how can I make tar.gz in CentOS

Regards,
Wenwu,Peng




At 2013-04-16 14:06:52,pengwenwu2008 <pe...@163.com> wrote: >Hi, >  >I try to make hadoop in bigtop,however, look like only support rpm/deb, >" >    hadoop  [hadoop-version, hadoop-info, hadoop-relnotes, >           hadoop-srpm, hadoop-rpm] >           hadoop-sdeb, hadoop-deb] >" > >any chance to make hadoop to tar.gz  by "make hadoop" in bigtop? >  >Regards, >Wenwu,Peng

Re: any chance to make hadoop to tar.gz by "make hadoop" in CentOS?

Posted by Konstantin Boudnik <co...@apache.org>.
Firsly, there's 
  BIGTOP-730
where you can contribute something if you want.

Secondly, if you need to just create hadoop tgz file you don't need bigtop,
you can just run 
  mvn package -Pnative -DskipTests
from hadoop source tree.

Cos

On Tue, Apr 16, 2013 at 02:17PM, pengwenwu2008 wrote:
> OS is CentOS, even if I try to make all TGZs ,get the follow error:
> /bin/bash: line 9: dpkg-buildpackage: command not found
>  
> so ,how can I make tar.gz in CentOS
> 
> Regards,
> Wenwu,Peng
> 
> 
> 
> 
> At 2013-04-16 14:06:52,pengwenwu2008 <pe...@163.com> wrote: >Hi, >  >I try to make hadoop in bigtop,however, look like only support rpm/deb, >" >    hadoop  [hadoop-version, hadoop-info, hadoop-relnotes, >           hadoop-srpm, hadoop-rpm] >           hadoop-sdeb, hadoop-deb] >" > >any chance to make hadoop to tar.gz  by "make hadoop" in bigtop? >  >Regards, >Wenwu,Peng