Read CSV File and Merge with Delta Big Datasets

CSVJoinDelta(csvPath, deltaPath, byX, byY, savePath, cores = 4)

Arguments

csvPath

CSV File Path

deltaPath

Delta File Path

byX

Name of First data column Used for Merging

byY

Name of Second data column Used for Merging

savePath

CSV Save Path

cores

Spark local number of cores

Value