Spark SQL - input command in web ui/event log

2014-06-12 Thread shlee0605
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

Spark SQL standalone application compile error

2014-06-09 Thread shlee0605
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