How to process database changes using Spark Streaming? -
if have rdd depends on database table, how listen db changes through spark streaming , reconstruct rdd when table changes?
without reinventing wheel can use http://data.linkedin.com/projects/databus inside spark
Comments
Post a Comment