In shark, the input SQL string was shown at the description of the web UI
so that it was easy to keep track which stage is corresponding to which
query.
However, spark-sql does not show any information of the input SQL string.
It rather shows the lower level operations to the web ui/event log.
(s
on := "1.0"
scalaVersion := "2.10.4"
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.0.0"
resolvers += "Akka Repository" at "http://repo.akka.io/releases/";
When I try to compile, I get the following error:
[error]
/h