Skip to content

Commit

Permalink
DatalakeStoageInterface tweaks, bridge upload code, netty dependency …
Browse files Browse the repository at this point in the history
…bypass (temporary)
  • Loading branch information
davidsloan committed Nov 8, 2023
1 parent dd93fbc commit e82b489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DatalakeSinkConnector extends SinkConnector with LazyLogging {
override def config(): ConfigDef = DatalakeSinkConfigDef.config

override def start(props: util.Map[String, String]): Unit = {
logger.info(s"Creating S3 sink connector")
logger.info(s"Creating Azure Datalake sink connector")
this.props.putAll(props)
}

Expand Down
6 changes: 3 additions & 3 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ object Settings extends Dependencies {
dependencyOverrides ++= Seq(
googleProtobuf,
googleProtobufJava,
nettyHandlerProxy,
nettyCodecSocks,
//nettyHandlerProxy,
//nettyCodecSocks,
hadoopCommon,
hadoopMapReduceClientCore,
woodstoxCore,
) ++ nettyOverrides ++ avroOverrides,
) /* ++ nettyOverrides */ ++ avroOverrides,
),
)
}
Expand Down

0 comments on commit e82b489

Please sign in to comment.