When i try to execute sparksql code in scala IDE im getting below error,Could anyone help me to sort out this please?
spark build path is cross-compiled wit
I had same problem. How I solved it. Scala embedded Eclipse -> Project -> Right Click -> Project -> Scala Compiler -> Right side you will be getting list of Scala Installation-> Here choose Latest 2.10 bundle (dynamic).
I have tested and it worked fine for me.