Re: How to connect to a cluster by using eclipse

2012-07-04 Thread Jason Yang
all right, thanks~ 在 2012年7月5日星期四,Marcos Ortiz 写道: > Jason, > Ramon is right. > The best way to debug a MapReduce job is mounting a local cluster, and > then, when you have tested enough your code, then, you can > deploy it in a real distributed cluster. > On 07/04/2012 10

Re: How to connect to a cluster by using eclipse

2012-07-04 Thread Jason Yang
VM and can be easily > debugged using Eclipse. Hope this will be useful. > > > > *From:* Jason Yang [mailto:lin.yang.ja...@gmail.com 'cvml', 'lin.yang.ja...@gmail.com');>] > *Sent:* miércoles, 04 de julio de 2012 11:25 > *To:* mapreduce-user > *Subject:* Ho

How to connect to a cluster by using eclipse

2012-07-04 Thread Jason Yang
Hi, all I have a hadoop cluster with 3 nodes, the network topology is like this: 1. For each DataNode, its IP address is like :192.168.0.XXX; 2. For the NameNode, it has two network cards: one is connect with the DataNodes as a local LAN with IP address 192.168.0.110, while the other one is connec

Re: Would I call a DLL in MR by using JNI

2012-05-23 Thread jason Yang
.dll into the PATH. > And everything works. > > Zhu, Guojun > Modeling Sr Graduate > 571-3824370 > guojun_...@freddiemac.com > Financial Engineering > Freddie Mac > > > *jason Yang * > >05/23/2012 05:37 AM > Please respond to > mapreduce-user@had

Would I call a DLL in MR by using JNI

2012-05-23 Thread jason Yang
Hi, All~ Currently, I'm trying to rewrite an algorithm to MapReduce form. Since the algorithm depends on some third-party DLLs which are written in C++, I was wondering would I call a DLL in the Map() / Reduce() by using JNI? Thanks. -- YANG, Lin