GitHub user aarondav opened a pull request:

    https://github.com/apache/spark/pull/267

    SPARK-1349: spark-shell gets its own command history

    Currently, spark-shell shares its command history with scala repl.
    
    This fix is simply a modification of the default FileBackedHistory file 
setting:
    
https://github.com/scala/scala/blob/master/src/repl/scala/tools/nsc/interpreter/session/FileBackedHistory.scala#L77

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aarondav/spark repl

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/267.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #267
    
----
commit f9c62d21fea922207e182e48e946715172366a84
Author: Aaron Davidson <[email protected]>
Date:   2014-03-28T22:03:24Z

    SPARK-1349: spark-shell gets its own command history separate from scala 
repl
    
    This fix is simply a modification of the default FileBackedHistory file 
setting:
    
https://github.com/scala/scala/blob/master/src/repl/scala/tools/nsc/interpreter/session/FileBackedHistory.scala#L77

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to