Is it possible there is a bug for the UI? If you can run jstack on the executor process to see whether anything is actually running, that can help narrow down the issue.
On Tue, Dec 26, 2017 at 10:28 PM ckhari4u <ckhar...@gmail.com> wrote: > Hi Reynold, > > I am running a Spark SQL query. > > val df = spark.sql("select * from table1 t1 join table2 t2 on > t1.col1=t2.col1") > df.count() > > > > > -- > Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/ > > --------------------------------------------------------------------- > To unsubscribe e-mail: dev-unsubscr...@spark.apache.org > >