Phase
Everything on SkillVeris tagged Phase — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
The Map Phase
How Hadoop turns raw input splits into intermediate key-value pairs, including input splitting, mapper lifecycle, local aggregation, and partitioning.
The Reduce Phase
How reducers consume grouped intermediate data, apply the reduce() contract, and commit final output, including reducer count tuning and fault tolerance.
The Shuffle and Sort Phase
The often-invisible middle stage of MapReduce that transfers, merges, and sorts intermediate data from every mapper to the right reducer.
Secure SDLC Overview
How security practices integrate into every phase of the software development lifecycle, from requirements gathering through deployment and maintenance.
Distributed Transactions
Distributed transactions coordinate atomic, all-or-nothing updates across multiple independent services or databases, using protocols like two-phase commit or…