Jaeyun Noh wrote:
Hi,
May I ask another question?
I'm running HBase/Hadoop on linux server, and implementing business
application with java, which runs on a different windows machine.
It looks like MapReduce job runs on a server node. Can I run the MapReduce
job built on windows client with an existing linux server? How can we get
result done by MapReduce job at the server?
You should be able to, yes. Make sure you use same java on both
machines. This page might help some:
http://wiki.apache.org/hadoop/Hbase/MapReduce.
St.Ack