Re: how to connect to remote hadoop dfs by eclipse plugin?

2009-05-13 Thread andy2005cst
, make sure both are same as your configuration in xml files 2009/5/12 andy2005cst andy2005...@gmail.com when i use eclipse plugin hadoop-0.18.3-eclipse-plugin.jar and try to connect to a remote hadoop dfs, i got ioexception. if run a map/reduce program it outputs: 09/05/12 16:53:52 INFO

how to connect to remote hadoop dfs by eclipse plugin?

2009-05-12 Thread andy2005cst
when i use eclipse plugin hadoop-0.18.3-eclipse-plugin.jar and try to connect to a remote hadoop dfs, i got ioexception. if run a map/reduce program it outputs: 09/05/12 16:53:52 INFO ipc.Client: Retrying connect to server: /**.**.**.**:9100. Already tried 0 time(s). 09/05/12 16:53:52 INFO

HELP: I wanna store the output value into a list not write to the disk

2009-04-02 Thread andy2005cst
I need to use the output of the reduce, but I don't know how to do. use the wordcount program as an example if i want to collect the wordcount into a hashtable for further use, how can i do? the example just show how to let the result onto disk. myemail is : andy2005...@gmail.com looking forward