Skip to content

Commit

Permalink
revert console.printError(rc.getErrorMessage())
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Dec 24, 2014
1 parent 0330e07 commit 46dc344
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ private[hive] class SparkSQLCLIDriver extends CliDriver with Logging {

ret = rc.getResponseCode
if (ret != 0) {
console.printError(rc.getErrorMessage())
driver.close()
return ret
}
Expand Down

0 comments on commit 46dc344

Please sign in to comment.