Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unwanted lines
  • Loading branch information
Vikram Agrawal committed Jun 25, 2019
commit 3f5f6b23d8c3455cf92df02f7f9bf3d850583c3b
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ object WALUtils {
var output: BufferedOutputStream = null
try {
in = fm.open(sourceFile)
// in = decompressStream(fm.open(sourceFile), sparkConf)
output = new BufferedOutputStream(new FileOutputStream(targetFile.toString))
val buffer = new Array[Byte](1024)
var eof = false
Expand Down