Re: Apache gives exception when running groupby on df temp table

2015-07-17 Thread nipun
this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Apache-gives-exception-when-running-groupby-on-df-temp-table-tp13275p13289.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com

Re: Apache gives exception when running groupby on df temp table

2015-07-17 Thread Yana Kadiyska
val grprdd = dfCol.groupBy("brandname", "appname", > "packname", "eventname", "platform", "timezone").count() > > Do let me know if you need any more information > > > > -- > View this message in context: > htt

Re: Apache gives exception when running groupby on df temp table

2015-07-17 Thread nipun
imezone from newdf" val dfCol = runCassandraQuery(query) val grprdd = dfCol.groupBy("brandname", "appname", "packname", "eventname", "platform", "timezone").count() Do let me know if you need any more inform

Re: Apache gives exception when running groupby on df temp table

2015-07-16 Thread Ted Yu
.Task.run(Task.scala:70) > at > org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:213) > at > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > > > > -- > View this message in context: > http://apache-spark

Apache gives exception when running groupby on df temp table

2015-07-16 Thread nipun
org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:213) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Apache-gives-exception-when-running-groupby-on-df-temp-table