You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@bigtop.apache.org by Sam Stoelinga <sa...@gmail.com> on 2015/12/10 06:51:40 UTC

Bigtop repo for Ubuntu (Trusty) packages

Hi there,

It's great to see that there packages being made by the community itself. I
would like to deploy Hadoop / Spark / Tachyon through the Bigtop packages
but using my own Ansible playbook.

So I do not want pre-made VMs, puppet modules etc I just want the ubuntu
packages for trusty. None of the documentation that I found online
mentioned how to use the repos and install the packages manually on Trusty.
Anybody have some pointers?

I tried using
http://www.apache.org/dist/bigtop/bigtop-1.0.0/repos/trusty/bigtop.list
but after inspecting further it links to
deb http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64
bigtop
contrib
and accessing
http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64
shows Access Denied.

Thanks,
Sam Stoelinga

Re: Bigtop repo for Ubuntu (Trusty) packages

Posted by Konstantin Boudnik <co...@apache.org>.
On Thu, Dec 10, 2015 at 02:03PM, Sam Stoelinga wrote:
> I'm a noob with all these Java related build tools but will give it a try.
> Just confirming: you're saying there is no ppa or public repo that I can
> just simply add to /etc/apt/repos.d?

Yes, there's. The file you pointed initially is the repo file. Just download
and drop
    http://www.apache.org/dist/bigtop/bigtop-1.0.0/repos/trusty/bigtop.list

into /etc/apt/sources.list.d/, followed by 'apt-get update' and you'll have
the packages available for install. Then do whatever the Ansible is doing (I
have no idea how that works though). The reason you're getting permission
denied on those pages as because these directories  aren't configured for
web-browsing.

You can build your own repo as Jay suggested, but if you're ok with the
composition of release 1.0 - just use the ready repo.

Hope it helps,
  Cos

> 
> It seems like a minor thing to provide but a big plus in usability.
> 
> Thanks for the quick response.
> 
> Sam
> 
> On Thu, Dec 10, 2015 at 2:00 PM, Jay Vyas <ja...@gmail.com>
> wrote:
> 
> > The gradle goals have I believe a apt build goal.
> >
> > Just run gradlew and it should show you the options.
> >
> > Once the apt repo is made you can easily copy it somewhere .
> >
> > On Dec 10, 2015, at 12:51 AM, Sam Stoelinga <sa...@gmail.com> wrote:
> >
> > Hi there,
> >
> > It's great to see that there packages being made by the community itself.
> > I would like to deploy Hadoop / Spark / Tachyon through the Bigtop packages
> > but using my own Ansible playbook.
> >
> > So I do not want pre-made VMs, puppet modules etc I just want the ubuntu
> > packages for trusty. None of the documentation that I found online
> > mentioned how to use the repos and install the packages manually on Trusty.
> > Anybody have some pointers?
> >
> > I tried using
> > http://www.apache.org/dist/bigtop/bigtop-1.0.0/repos/trusty/bigtop.list
> > but after inspecting further it links to
> > deb
> > http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64 bigtop
> > contrib
> > and accessing
> > http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64
> > shows Access Denied.
> >
> > Thanks,
> > Sam Stoelinga
> >
> >

Re: Bigtop repo for Ubuntu (Trusty) packages

Posted by Sam Stoelinga <sa...@gmail.com>.
I'm a noob with all these Java related build tools but will give it a try.
Just confirming: you're saying there is no ppa or public repo that I can
just simply add to /etc/apt/repos.d?

It seems like a minor thing to provide but a big plus in usability.

Thanks for the quick response.

Sam

On Thu, Dec 10, 2015 at 2:00 PM, Jay Vyas <ja...@gmail.com>
wrote:

> The gradle goals have I believe a apt build goal.
>
> Just run gradlew and it should show you the options.
>
> Once the apt repo is made you can easily copy it somewhere .
>
> On Dec 10, 2015, at 12:51 AM, Sam Stoelinga <sa...@gmail.com> wrote:
>
> Hi there,
>
> It's great to see that there packages being made by the community itself.
> I would like to deploy Hadoop / Spark / Tachyon through the Bigtop packages
> but using my own Ansible playbook.
>
> So I do not want pre-made VMs, puppet modules etc I just want the ubuntu
> packages for trusty. None of the documentation that I found online
> mentioned how to use the repos and install the packages manually on Trusty.
> Anybody have some pointers?
>
> I tried using
> http://www.apache.org/dist/bigtop/bigtop-1.0.0/repos/trusty/bigtop.list
> but after inspecting further it links to
> deb
> http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64 bigtop
> contrib
> and accessing
> http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64
> shows Access Denied.
>
> Thanks,
> Sam Stoelinga
>
>

Re: Bigtop repo for Ubuntu (Trusty) packages

Posted by Jay Vyas <ja...@gmail.com>.
The gradle goals have I believe a apt build goal.

Just run gradlew and it should show you the options.

Once the apt repo is made you can easily copy it somewhere .

> On Dec 10, 2015, at 12:51 AM, Sam Stoelinga <sa...@gmail.com> wrote:
> 
> Hi there,
> 
> It's great to see that there packages being made by the community itself. I would like to deploy Hadoop / Spark / Tachyon through the Bigtop packages but using my own Ansible playbook.
> 
> So I do not want pre-made VMs, puppet modules etc I just want the ubuntu packages for trusty. None of the documentation that I found online mentioned how to use the repos and install the packages manually on Trusty. Anybody have some pointers?
> 
> I tried using http://www.apache.org/dist/bigtop/bigtop-1.0.0/repos/trusty/bigtop.list
> but after inspecting further it links to
> deb http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64	bigtop contrib
> and accessing 
> http://bigtop-repos.s3.amazonaws.com/releases/1.0.0/ubuntu/trusty/x86_64
> shows Access Denied.
> 
> Thanks,
> Sam Stoelinga