One more thing. :) And this one might be a little bit more out there, but maybe worth considering. We've proposed making a cloud image tailored for big data. Maybe, instead, we should produce _Docker_ images tailored in that way, and suggest running those on our Fedora Atomic host.
(Looking here at https://github.com/scollier/Fedora-Dockerfiles/pull/29)
+1 for x86_64 bits only image. +0 for docker only
Could you Cc the big data list ? I think that they should provide us better insight about this.
Sorry for the laconic answer: i'm currently one-armed at a dev conference on my phone.
Regards, H. Le 30 avr. 2014 18:00, "Matthew Miller" mattdm@fedoraproject.org a écrit :
One more thing. :) And this one might be a little bit more out there, but maybe worth considering. We've proposed making a cloud image tailored for big data. Maybe, instead, we should produce _Docker_ images tailored in that way, and suggest running those on our Fedora Atomic host.
(Looking here at https://github.com/scollier/Fedora-Dockerfiles/pull/29)
-- Matthew Miller -- Fedora Project -- mattdm@fedoraproject.org "Tepid change for the somewhat better!" _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
On 2014-04-30 21:59, Matthew Miller wrote:
One more thing. :) And this one might be a little bit more out there, but maybe worth considering. We've proposed making a cloud image tailored for big data. Maybe, instead, we should produce _Docker_ images tailored in that way, and suggest running those on our Fedora Atomic host.
I'm hesitant about doing a docker-only image for big data. The main reason is that a lot of the big-data applications (cassandra, hadoop, etc.) store large amounts of state on the node which seems less ideal to handle in docker than just a plain instance running atop a hypervisor.
(Looking here at https://github.com/scollier/Fedora-Dockerfiles/pull/29)
I also am hesitant about a big-data docker image as I don't know how much interest there is to use docker for big data application.
On Wed, Apr 30, 2014 at 12:15 PM, Sam Kottler s@shk.io wrote:
On 2014-04-30 21:59, Matthew Miller wrote:
One more thing. :) And this one might be a little bit more out there, but maybe worth considering. We've proposed making a cloud image tailored for big data. Maybe, instead, we should produce _Docker_ images tailored in that way, and suggest running those on our Fedora Atomic host.
I'm hesitant about doing a docker-only image for big data. The main reason is that a lot of the big-data applications (cassandra, hadoop, etc.) store large amounts of state on the node which seems less ideal to handle in docker than just a plain instance running atop a hypervisor.
(Looking here at https://github.com/scollier/Fedora-Dockerfiles/pull/29)
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
pile on!
big data applications are generally scale-out, which is currently not easy to do w/ docker images.
best,
matt
On 04/30/2014 12:33 PM, Julien Eid wrote:
I also am hesitant about a big-data docker image as I don't know how much interest there is to use docker for big data application.
On Wed, Apr 30, 2014 at 12:15 PM, Sam Kottler <s@shk.io mailto:s@shk.io> wrote:
On 2014-04-30 21:59, Matthew Miller wrote: One more thing. :) And this one might be a little bit more out there, but maybe worth considering. We've proposed making a cloud image tailored for big data. Maybe, instead, we should produce _Docker_ images tailored in that way, and suggest running those on our Fedora Atomic host. I'm hesitant about doing a docker-only image for big data. The main reason is that a lot of the big-data applications (cassandra, hadoop, etc.) store large amounts of state on the node which seems less ideal to handle in docker than just a plain instance running atop a hypervisor. (Looking here at https://github.com/scollier/__Fedora-Dockerfiles/pull/29 <https://github.com/scollier/Fedora-Dockerfiles/pull/29>) _________________________________________________ cloud mailing list cloud@lists.fedoraproject.org <mailto:cloud@lists.fedoraproject.org> https://admin.fedoraproject.__org/mailman/listinfo/cloud <https://admin.fedoraproject.org/mailman/listinfo/cloud> Fedora Code of Conduct: http://fedoraproject.org/code-__of-conduct <http://fedoraproject.org/code-of-conduct>
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
On Wed, Apr 30, 2014 at 02:03:42PM -0400, Matthew Farrellee wrote:
pile on! big data applications are generally scale-out, which is currently not easy to do w/ docker images.
Okay. I retract this one.
Maybe we'll revisit in a couple of years. :)