|
ProgrammingGuideBasicConcept
SSS Mapreduce Programming Guide - Basic Concept
ja , en Basic ConceptFirst, this chapter explains basic concepts which is required to user SSS Mapreduce. TupleGroupKey/value store records key-value pairs in flat space normaly. but when key-value pairs is recorded in flat space, Inconveniences, like input and output of the data processing are undistinguishable and the output of a certain data processing and the output of another data processing are undistinguishable occur. Thus, storage server of SSS Mapreduce groups and records key-value pairs. The group is called "TupleGroup". And a key/value pair in "TupleGroup" is called "Tuple". In data processing of SSS Mapreduce, the flows, reading !Tuple from storage servers, execution of the processing of TupleGroup and writing the result as another TupleGroup to storage server, is foundation. | |