Ok, in this case its the main program that has a Swing GUI, the Map-Reduce Jobs 
have no GUIs at all. But yeah, it's always good to separate the GUI code from 
the logic.


--- En date de : Dim 21.9.08, Ted Dunning <[EMAIL PROTECTED]> a écrit :

> De: Ted Dunning <[EMAIL PROTECTED]>
> Objet: Re: Mahout on EC2
> À: mahout-dev@lucene.apache.org
> Date: Dimanche 21 Septembre 2008, 23h08
> For the master machine that launches the map-reduce
> computation, you can
> tunnel an X display from somewhere else to display swing
> applications.
> 
> You will also need to do the separation for the reason that
> Sean says... you
> will be running on many machines.
> 
> On Sat, Sep 20, 2008 at 2:34 AM, Sean Owen
> <[EMAIL PROTECTED]> wrote:
> 
> > I think you can run a program that uses Swing - unless
> I am wrong this
> > no longer result in an error when running on a
> 'headless' machine -
> > for example a box without X11.
> >
> > But no I don't think there is anyway to interact
> with it, especially
> > considering you might be running on many machines at
> once.
> >
> > But the same is true of the console - you won't be
> able to interact
> > with the program that way either.
> >
> > It does sound good, in any event, to separate out
> Swing client code
> > from the core logic.
> >
> > On 9/20/08, deneche abdelhakim
> <[EMAIL PROTECTED]> wrote:
> > > Sounds cool :)
> > >
> > > I'll do the TSP part, but it may take some
> time because I'm a bit busy
> > > (PhD's administrative stuff).
> > >
> > > There are many available large TSP benchmarks,
> and it seems that there is
> > a
> > > common file format for them TSPLIB
> > > (
> >
> http://www.informatik.uni-heidelberg.de/groups/comopt/software/TSPLIB95/DOC.PS
> > ).
> > > So the TSP example should be modified to load
> those benchmark files.
> > >
> > > I have a question about EC2 : can you run Java
> Swing programs and see the
> > > GUI because the TSP example has a Swing GUI, or
> should we should make a
> > > console version of the example ?
> > >
> > > --- En date de : Ven 19.9.08, Grant Ingersoll
> <[EMAIL PROTECTED]> a
> > > écrit :
> > >
> > >> De: Grant Ingersoll
> <[EMAIL PROTECTED]>
> > >> Objet: Mahout on EC2
> > >> À: mahout-dev@lucene.apache.org
> > >> Date: Vendredi 19 Septembre 2008, 17h18
> > >> Amazon has generously donated some credits,
> so I plan on
> > >> putting
> > >> Mahout up and doing some testing.  Was
> wondering if people
> > >> had
> > >> suggestions on things they would like to see
> from Mahout.
> > >> For
> > >> starters, I'm going to put up a public
> image containing
> > >> 0.1 when it's
> > >> ready, but I'd also like to wiki up some
> examples.
> > >> I.e. go here, get
> > >> this data, put it in this format and then do
> X.  We have
> > >> some simple
> > >> examples, but I think it would be cool to
> show how to do
> > >> something a
> > >> bit more complex, like maybe classify web
> pages according
> > >> to DMOZ or
> > >> to cluster on stuff, or maybe put in a large
> traveling
> > >> salesman
> > >> problem using the GA stuff Deneche did.
> > >>
> > >> Thoughts?  Anyone else interested in setting
> up some use
> > >> cases?
> > >>
> > >> -Grant
> > >
> > >
> > >
> > >
> >
> 
> 
> 
> -- 
> ted



Reply via email to