What are NIST’s 5 essential characteristics for cloud computing?
On-demand self-service
Broad network access
Resource pooling
Rapid elasticity
Measured service
How are the MapReduce functions defined?
map (in_key, in_value) -> list(out_key, intermediate_value)
reduce (out_key, list(intermediate_value)) -> list(out_value)
What are cloud computing architectural principles?
10, may not need to know