We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2609c9c commit 05e54feCopy full SHA for 05e54fe
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala
@@ -197,7 +197,7 @@ private[hive] class HiveClientImpl(
197
val ugi = HiveUtils.getUGI
198
ugi.getShortUserName
199
} catch {
200
- case e: LoginException => throw new IOException(e)
+ case _: LoginException => throw new IOException("Can not get login user.")
201
}
202
203
override def getConf(key: String, defaultValue: String): String = {
0 commit comments