Earlier for broadcasting we just needed to use sparkcontext.broadcast(objectToBroadcast)
But now it is sparkcontext.broadcast(objectToBroadcast, classTag) What is classTag here?
Earlier for broadcasting we just needed to use sparkcontext.broadcast(objectToBroadcast)
But now it is sparkcontext.broadcast(objectToBroadcast, classTag) What is classTag here?