Comment on Ask HN: Does (or why does) anyone use MapReduce anymore?parentComments−DeathArrow2yCan you point, please, to the better abstractions?−willvarfar2ySQL comes to mind.Every time you run an SQL query on BigQuery, for example, you are executing those same fundamental map shuffle primitives on underlying data, it's just that the interface is very different.
Comments
Can you point, please, to the better abstractions?
SQL comes to mind.
Every time you run an SQL query on BigQuery, for example, you are executing those same fundamental map shuffle primitives on underlying data, it's just that the interface is very different.