[
https://issues.apache.org/jira/browse/BIGTOP-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222035#comment-14222035
]
jay vyas edited comment on BIGTOP-1497 at 11/22/14 4:40 PM:
------------------------------------------------------------
FYI, testing puppet stuff now. I added it to huamin's branch on github. There
is a nice vagrant workflow for this.
- ON YOUR HOST:
{{vagrant up}} to create a vm from vm/bigtop-deploy/vagrant-puppet, then
{{gradlew tacyhon-yum}} to create a yum repo for the tachyon package from
source
then {{vagrant ssh}}
- Now, ON THE VM:
run {{sudo yum-config-manager --add-repo file:///bigtop-home/output/}} .
The result is that now you can test puppet recipes against your locally created
bigtop packages, by just running {{puppet apply -d
--confdir=/bigtop-home/bigtop-deploy/puppet/
--modulepath=/bigtop-home/bigtop-deploy/puppet/modules
/bigtop-home/bigtop-deploy/puppet/manifests/site.pp}} inside of your VM.
So, you can iteratively rebuild the package and update puppet recipes in your
host, and just run the puupet command in the VM to develop bigtop packaging and
puppet code. It actually makes puppet integration *fun* :) Not anything
novel, but just making a note of this for those hacking on this. will leave
update shortly.
was (Author: jayunit100):
FYI, testing puppet stuff now. I added it to huamin's branch on github. There
is a nice vagrant workflow for this.
{{vagrant up}} to create a vm from vm/bigtop-deploy/vagrant-puppet, then
{{gradlew tacyhon-yum}} to create a yum repo for the tachyon package from
source
then {{vagrant ssh}} and run {{sudo yum-config-manager --add-repo
file:///bigtop-home/output/}} .
The result is that now you can test puppet recipes against your locally created
bigtop packages.
Not anything novel, but just making a note of this for those hacking on this.
will leave update shortly.
> Add tachyon to bigtop
> ----------------------
>
> Key: BIGTOP-1497
> URL: https://issues.apache.org/jira/browse/BIGTOP-1497
> Project: Bigtop
> Issue Type: Bug
> Components: build, debian, rpm
> Affects Versions: 0.8.0
> Reporter: jay vyas
> Labels: patch
> Fix For: 1.0.0
>
> Attachments: bigtop-1497.patch
>
>
> Lets package apache tachyon into bigtop. Its synergistic for both mapreduce,
> yarn, and spark , which are the dominant processing engines in big data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)