storm-hdfs icon indicating copy to clipboard operation
storm-hdfs copied to clipboard

Add Trident MapState implementation

Open worldpeaceinmind opened this issue 10 years ago • 2 comments

Question, Got confused, It says that it is supposed to have three types of states, non-transactional , transactional, opaque-transactional to work with the trident spouts to achieve the exact once semantic, so which one is this?

am I going to have duplicates in my state update? if so how should I implement the transactional? and also opaque-transactional doesn't apply this case right?

worldpeaceinmind avatar Mar 26 '14 20:03 worldpeaceinmind

It sounds like you are looking for a MapState implementation backed by HDFS, which hasn't been implemented yet.

ptgoetz avatar Mar 27 '14 14:03 ptgoetz

so can i say the current implementation is ListState? do i need to compare the txId to make transnational?

worldpeaceinmind avatar Mar 27 '14 18:03 worldpeaceinmind