Member since
05-21-2016
5
Posts
3
Kudos Received
0
Solutions
06-12-2016
11:32 AM
Thank you for your response @Timothy Spann
... View more
06-12-2016
07:57 AM
2 Kudos
As Spark has much more advantages over the Map-Reduce framework like in-memory processing, Faster Real-time data analysis and also it claims to process data 100x faster than MapReduce, while 10x faster with the disks. So, Will it be replacing the Map-Reduce? or will it be used paralelly?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Spark
05-23-2016
05:03 PM
1 Kudo
Lets assume a NameNode crashes in the HDFS HA (High Availability) setup and the Secondary/Fallback NameNode takes over, What will happen to the currently running MapReduce Jobs? Will they also fail? > Also will the secondary NameNode takes over for the failed Primary NameNode automatically or do we need any administrator to manually redirect the client requests to the Secondary NameNode? Thanks.
... View more
Labels:
- Labels:
-
Apache Hadoop