Skip to content

Commit

Permalink
Fix exclamation mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
small-wang committed Aug 25, 2015
1 parent a2409d1 commit 2e178d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ private[hive] object SparkSQLCLIDriver extends Logging {

val reader = new ConsoleReader()
reader.setBellEnabled(false)
reader.setExpandEvents(false)
// reader.setDebug(new PrintWriter(new FileWriter("writer.debug", true)))
CliDriver.getCommandCompleter.foreach((e) => reader.addCompleter(e))

Expand Down

0 comments on commit 2e178d9

Please sign in to comment.