Hi All, I am running a Map reduce program that scans the HBase and takes the required data from it. Both the hbase and the MR program runs in the same hadoop cluster. In this case after running 950 Map tasks, the MR gets stuck without running the remaining 5 map tasks. The 5 map tasks were not even attempted and also not killed.
I tried with speculative execution enabled and then with disabled mode. But still facing the same issue. I don't see any exceptions. Any ideas plz.. Thanks, V.Sriram