Hello, excited to get Zeppelin up and running!
1) I was not able to go through the Zeppelin tutorial notebook. I did remove toDF which made that paragraph work, but the 3 graphs at the bottom all returned the InvocationTargetException 2) From a couple other threads on the archive it seems like this error means that it isn't connected to Spark: a) I am running it locally b) I created a new notebook and I was able to run spark commands and create a table using sqlContext and query it, so this means that it is connected to Spark right? c) I am able to do: val results = sqlContext.sql("SELECT * FROM wiki") but i can't do: %sql select pagecounts, count(1) from wiki 3) I am a bit confused on how to get the visualizations. I understand the %table command, but do I use %table when running Spark jobs or do I use %sql? Thanks! -Su