Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by ChristopheTaton: http://wiki.apache.org/lucene-hadoop/EclipsePlugIn ------------------------------------------------------------------------------ == Hadoop Map/Reduce locations == + The location view allows the creation, edition and deletion of Map/Reduce locations. + + To create a new location click on the "New Hadoop location..." button in the view toolbar or in the contextual menu. + + drawing:LocationContextualMenu + + A wizard pops up and asks for the location parameters. + + drawing:NewLocationWizard + + You must at least fill the following entries: + * the location name (avoid ponctuation marks), + * the masters addresses: hostname or IP address and TCP port numbers for the Map/Reduce master (the JobTracker) and for the Distributed File System (the NameNode). + The Map/Reduce and the DFS masters are colocated by default (i.e. run on the same host). + + A SOCKS proxy can be configured if you cannot access the Map/Reduce location directly because your machine is not directly connected to the location. See section "How to use SOCKS proxies" for more details. + + Not implemented yet: user name, validation button, load from file button. + + + == How to use SOCKS proxies == + + To do. +