Skip to content

Commit 6c67582

Browse files
committed
[SPARK-19295] IsolatedClientLoader's downloadVersion should log the location of downloaded metastore client jars
1 parent 640f942 commit 6c67582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private[hive] object IsolatedClientLoader extends Logging {
122122
// TODO: Remove copy logic.
123123
val tempDir = Utils.createTempDir(namePrefix = s"hive-${version}")
124124
allFiles.foreach(f => FileUtils.copyFileToDirectory(f, tempDir))
125+
logInfo(s"Downloaded metastore jars to ${tempDir.getCanonicalPath}")
125126
tempDir.listFiles().map(_.toURI.toURL)
126127
}
127128

0 commit comments

Comments
 (0)