> If I have a series of entries that look like
...
> { "update", {"baz" : "bar" }}
Due to the way the split distribution works, you need a global ordering
key for each operation.
0, "ADD", "baz", ""
1, "SET", "baz", "bar"
2, "DEL", "baz", null
If you do not have updates coming in within a secon
If I have a series of entries that look like
{ "add", {"baz" : "foo" }}
{ "update", {"baz" : "bar" }}
{ "delete", "baz" }
Is there a way to get hive to compact this logic into a state table?
--
Sent from my mobile 5045076749
Alex Newman