Hi Shekhar,
As both of your state functions does the same thing can't you do a union of
dtsreams before applying mapWithState() ? It might be difficult if one
state function is dependent on other state. This requires a named state,
which can be accessed in other state functions. I have not gone thr
HiCan we share spark streaming state between two DStreams??Basically I want to
create state using first stream and enrich second stream using state.Example: I
have modified StatefulNetworkWordCount example. I am creating state using first
stream and enriching second stream with count of first st