Hey guys, I need to tag individual RDD lines with some values. This tag value would change at every iteration. Is this possible with RDD (I suppose this is sort of like mutable RDD, but it's more) ?
If not, what would be the best way to do something like this? Basically, we need to keep mutable information per data row (this would be something much smaller than actual data row, however). Thanks