[GitHub] [spark] swamirishi commented on a diff in pull request #38377: [SPARK-40901][CORE] Unable to store Spark Driver logs with Absolute Hadoop based URI FS Path

2022-11-08 Thread GitBox
swamirishi commented on code in PR #38377: URL: https://github.com/apache/spark/pull/38377#discussion_r1016480277 ## core/src/main/scala/org/apache/spark/util/logging/DriverLogger.scala: ## @@ -126,13 +126,13 @@ private[spark] class DriverLogger(conf: SparkConf) extends

[GitHub] [spark] swamirishi commented on a diff in pull request #38377: [SPARK-40901][CORE] Unable to store Spark Driver logs with Absolute Hadoop based URI FS Path

2022-11-04 Thread GitBox
swamirishi commented on code in PR #38377: URL: https://github.com/apache/spark/pull/38377#discussion_r1014524002 ## core/src/main/scala/org/apache/spark/util/logging/DriverLogger.scala: ## @@ -142,7 +142,7 @@ private[spark] class DriverLogger(conf: SparkConf) extends Logging

[GitHub] [spark] swamirishi commented on a diff in pull request #38377: [SPARK-40901][CORE] Unable to store Spark Driver logs with Absolute Hadoop based URI FS Path

2022-10-31 Thread GitBox
swamirishi commented on code in PR #38377: URL: https://github.com/apache/spark/pull/38377#discussion_r1009717064 ## core/src/test/scala/org/apache/spark/util/logging/DriverLoggerSuite.scala: ## @@ -65,12 +65,42 @@ class DriverLoggerSuite extends SparkFunSuite with