Skip to content

Commit 7bd3ee9

Browse files
authored
Update 1-Clean-Join-Subset.r
1 parent b556e3b commit 7bd3ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Misc/StrataSanJose2017/Code/MRS/1-Clean-Join-Subset.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ joinedDF5Txt <- RxTextData(file.path(dataDir, "joined5CsvSubset"),
181181

182182
destData <- RxXdfData(file.path(dataDir, "joined5XDFSubset"))
183183

184+
# For local compute context, skip the following line
184185
startRxSpark()
185186

186187
rxImport(inData = joinedDF5Txt, destData, overwrite = TRUE)

0 commit comments

Comments
 (0)