Re: Slack channel for Zeppelin community

2021-02-15 Thread Pasha Finkelshteyn
Hi Jeff, I'm Pasha Finkelshteyn from JetBrains Big Data Tools team, we've met at SmartData Conference. Could you add my by asm0...@jetbrain.com too, please? Thank you! On 21/02/15 10:33AM, Andrea Santurbano wrote: > Hi Jeff, my email is sant...@gmail.com can you please add me in? &

Spark hangs on query

2021-01-21 Thread Pasha Finkelshteyn
Hi everyone, I'm trying to run following from zeppelin: ``` case class Movie(movieId: Long, title: String, genres: String) case class MovieWithGenresAndYear(movieId: Long, title: String, genres: List[String], year: Integer) case class MovieExploded(movieId: Long, title: String, genres: List[St