Re: [Pharo-users] Pharo and Hadoop

2015-04-30 Thread p...@highoctane.be
fingers crossed. Le 30 avr. 2015 10:45, "stepharo" a écrit : > Phil > > I proposed to the head of the engineer to see if one of the guys working > on databases could be interested > by a one month project. Now I have no idea if they will like it/have the > time. > > Stef > > Le 29/4/15 14:57, p..

Re: [Pharo-users] Pharo and Hadoop

2015-04-30 Thread stepharo
Phil I proposed to the head of the engineer to see if one of the guys working on databases could be interested by a one month project. Now I have no idea if they will like it/have the time. Stef Le 29/4/15 14:57, p...@highoctane.be a écrit : I am involved in some Hadoop deployments and there

Re: [Pharo-users] Pharo and Hadoop

2015-04-30 Thread p...@highoctane.be
For getting a start on this, one can download this: http://hortonworks.com/products/hortonworks-sandbox/ There is all of Hadoop stuff in there, including YARN, ZooKeeper etc. I'll start doing a YARN app to run one Pharo node on the cluster and move from there. One done, more nodes. Then REST cal

Re: [Pharo-users] Pharo and Hadoop

2015-04-30 Thread Marcus Denker
Definitly interesting! > On 29 Apr 2015, at 14:57, p...@highoctane.be wrote: > > I am involved in some Hadoop deployments and there is a very interesting > possiblity for Pharo in that ecosystem. > > Namely, there is a YARN thing in there which is a scheduler for distributing > computing on a

Re: [Pharo-users] Pharo and Hadoop

2015-04-29 Thread Ben Coman
And (as I've picked up listening to other conversations) with Sista doing hotspot optimisation *in-image* deployed images will be able to start hot rather than taking cycles to determine hot spots after startup. cheers -ben On Wed, Apr 29, 2015 at 9:55 PM, Esteban A. Maringolo wrote: > Having P

Re: [Pharo-users] Pharo and Hadoop

2015-04-29 Thread Esteban A. Maringolo
Having Pharo playing there seems to be a good place to show its strengths. However, you mentioned too many acronyms of technologies I don't understand (but hear a lot about). The only thing I can agree with is that the self-contained nature of Pharo is a true advantage when deploying extra nodes.