@Dhilraj chembenThere is no method to achieve what you are asking here - the Name Node will replicate blocks to data nodes based upon rack configuration, replication factor and node availability, so even if you do managed to get a block on two particular data nodes, if one of those nodes goes down, the name node will replicate the block to another node.
Ideally, you cannot place the block on specific Data Node. You can set the replication to 1 to store the block on one Data Node alone.
hadoop fs -setrep 1 'file_name'