Everytime I attempted to execute any Scala code on Databricks Community Edition, I get the following error message:
java.lang.Exception: An error occurred while initializing the REPL. Please check whether there are conflicting Scala libraries or JARs attached to the cluster, such as Scala 2.11 libraries attached to Scala 2.10 cluster (or vice-versa).
Can someone let me know how to resolve this?

