diff --git a/build/dist b/build/dist index de18f59c1..7b51886df 100755 --- a/build/dist +++ b/build/dist @@ -18,7 +18,7 @@ # # -# Script to create a binary distribution for easy deploys of Spark. +# Script to create a binary distribution for easy deploys of Kyuubi. # The distribution directory defaults to dist/ but can be overridden below. # The distribution contains fat (assembly) jars that include the Scala library, # so it is completely self contained. diff --git a/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala b/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala index 4efc61786..16d5c24f9 100644 --- a/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala +++ b/kyuubi-common/src/main/scala/org/apache/kyuubi/service/TFrontendService.scala @@ -228,7 +228,7 @@ abstract class TFrontendService(name: String) resp.setStatus(OK_STATUS) } catch { case e: Exception => - error("Error getting type info: ", e) + error("Error getting info: ", e) resp.setInfoValue(TGetInfoValue.lenValue(0)) resp.setStatus(KyuubiSQLException.toTStatus(e)) }