Skip to content

Commit

Permalink
Removed unused variables (closes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jun 30, 2015
1 parent a100bfd commit 4ddfe8f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ class S3Emitter(config: KinesisConnectorConfiguration, badSink: ISink) extends I
val client = new AmazonS3Client(config.AWS_CREDENTIALS_PROVIDER)
client.setEndpoint(config.S3_ENDPOINT)

val lzoCodec = new LzopCodec()
val conf = new Configuration()
conf.set("io.compression.codecs", classOf[LzopCodec].getName)
lzoCodec.setConf(conf)

val dateFormat = new SimpleDateFormat("yyyy-MM-dd");

/**
Expand Down

0 comments on commit 4ddfe8f

Please sign in to comment.