On Fri, Jun 19, 2009 at 4:06 PM, Rakhi Khatwani <rakhi.khatw...@gmail.com>wrote:

>
> we want hadoop cluster 1 for collecting data n storing it in HDFS
> we want hadoop cluster 2 for using the stored data from HDFS and analysing
> it.
>

Why do you want to do this in the first place? It seems like you want
cluster1 to be a plain HDFS cluster and cluster2 to be a mapred cluster.
Doing something like that will be disastrous - Hadoop is all about sending
computation closer to your data. If you don't want that, you need not even
use hadoop.


-- 
Harish Mallipeddi
http://blog.poundbang.in

Reply via email to