Skip to content

Commit

Permalink
remove unwanted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Agrawal committed Jun 25, 2019
1 parent 05568ee commit 3f5f6b2
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 3f5f6b2

Please sign in to comment.