Skip to content

Commit

Permalink
use hadoop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Jun 28, 2020
1 parent f26c576 commit 50aa403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private[kusto] object KustoReader {
}

private[kusto] def setupBlobAccess(request: KustoReadRequest, storageParameters: Seq[KustoStorageParameters]): Unit = {
val config = request.sparkSession.conf
val config = request.sparkSession.sparkContext.hadoopConfiguration
val now = new DateTime(DateTimeZone.UTC)
for(storage <- storageParameters) {
if (storage.secretIsAccountKey) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>${revision}</version>

<properties>
<revision>1.1.5</revision>
<revision>1.1.6</revision>
<scala.version>2.11</scala.version>
<specs2.version>3.6.5</specs2.version>
<spark.version>[2.4.0,2.5.0)</spark.version>
Expand Down

0 comments on commit 50aa403

Please sign in to comment.