Skip to content

Commit

Permalink
debug message removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Mar 7, 2022
1 parent 09108b0 commit 91f8b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/S3SparkResourceConnector.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ S3SparkResourceConnector <- R6::R6Class(
}
conf$`spark.hadoop.fs.s3a.endpoint` <- paste0(protocol, "://", url$hostname, ifelse(is.null(url$port), "", paste0(":", url$port)))

print(conf)
conn <- sparklyr::spark_connect(master = "local", config = conf)
}
} else {
Expand Down

0 comments on commit 91f8b08

Please sign in to comment.