Open qazqwe1596357 opened 6 years ago
Thanks! Your understanding is accurate. Originally there are only Instructions. The Mapper/Reducer design came later. It should be possible to simplify the instructions similar to mapper/reducer.
Thanks I Got it. I keep learning gleam architecture, The vast majority of the design of gleam is particularly good. I hope to be able to push more code in the future~
Some confusing about Instruction Implementation
My knowledge of Instruction
My confusing about Instruction Implementation
This realization is a bit tortuous, There is too much coupling.
In this way, Add Instruction is some "Arduous Engineering"
User cannot ADD new Instruction with some User expected router shards communication in Use Application Space, Or without modify the pb file.
I think the Instruction Implementation actually can be implemented in the same way like the Mapper / Reducer
So My confusing about Instruction Implementation is why use current Implementation, Are there any special considerations?