[ 
https://issues.apache.org/jira/browse/MAHOUT-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987457#comment-13987457
 ] 

Anand Avati commented on MAHOUT-1537:
-------------------------------------

I just tried on a Mac and the patch fixes the problem on a mac as well. I don't 
have an Ubuntu at hand to check. It might be helpful to try this:

sh$ save=`stty -g`
sh$ mahout spark-shell
....
mahout> :quit
...
sh$ <garbled>
sh$ stty $save # type it in "blind faith" even if invisible
sh$ <OK now>

Does the above manual test work for you, or no?

> minor fixes to spark-shell
> --------------------------
>
>                 Key: MAHOUT-1537
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1537
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Anand Avati
>            Assignee: Dmitriy Lyubimov
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: 0001-spark-shell-unclutter-terminal-on-exit.patch, 
> 0002-spark-shell-aesthetic-fix.patch
>
>
> Terminal clutters up after exiting spark shell (as terminal settings are 
> changed within spark repl).
> Save and restore system terminal settings to avoid clutter.
> Also minor fix of prompt styling



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to