Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/11796#issuecomment-200042764
  
    jline error looks weirdly similar. Old version of jline (0.9) has class 
`jline.Terminal`, while newer versions have an interface. 
    
    ```
    2016-03-22 13:00:57.304 - stderr> java.lang.IncompatibleClassChangeError: 
Found class jline.Terminal, but interface was expected
    2016-03-22 13:00:57.306 - stderr>   at 
jline.TerminalFactory.create(TerminalFactory.java:101)
    2016-03-22 13:00:57.306 - stderr>   at 
jline.TerminalFactory.get(TerminalFactory.java:158)
    2016-03-22 13:00:57.306 - stderr>   at 
jline.console.ConsoleReader.<init>(ConsoleReader.java:229)
    2016-03-22 13:00:57.306 - stderr>   at 
jline.console.ConsoleReader.<init>(ConsoleReader.java:221)
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to