Skip to content

Commit

Permalink
console.setExpandEvents(false)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasnalezenec committed Apr 29, 2014
1 parent 068188d commit 3dda35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/org/apache/spark/simr/RelayClient.scala
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ object RelayClient extends Logging {
console.setPrompt("")
console.setPromptLen(RelayClient.SIMR_PROMPT.length)
console.setSearchPrompt(RelayClient.SIMR_PROMPT)
console.setExpandEvents(false)

implicit val timeout = Timeout(2 seconds)

Expand Down

0 comments on commit 3dda35f

Please sign in to comment.