I have recently started learning Scala. I am trying to execute the tf jar
command on spark -shell prompt
jar tf C:/spark/lib/spark-examples-1.6.0-hadoop2.6.0.jar
And it's throwing error
error: ';' expected but double literal found.
Could someone please help me in finding the issue.