Hi all, I'm getting "org.apache.spark.sql.AnalysisException: no such table" exception when loading JSON data. Here is a gist: https://gist.github.com/vojtajina/e8c0efaacfed2b08c367
I think the JSON data is correct because it prints the correct schema. Also, the same code with the same data used to work, before I increased file limit (`ulimit -n 1024`) because I was getting "Too many open files" exceptions. This is locally on MacPro 10.11.2 Zeppelin 0.5.5 Spark 1.5.2 Any ideas? Thank you. -Vojta