I'm not using Hive, I'm using Kudu. Also tested setting zeppelin.spark.useHiveContext false and true, and had the same result I'm following this examples:
https://kudu.apache.org/docs/developing.html#_kudu_integration_with_spark 2016-09-28 10:48 GMT-03:00 Herman Yu <[email protected]>: > yes. It worked for me, zeppelin 0.6 and spark 1.6… you may need to check the > configure of zeppelin.spark.useHiveContext > > > On Sep 28, 2016, at 09:17, Joaquín Silva <[email protected]> > wrote: > > Hello, > If I register a DF as temporary table in a %spark block, ¿can %sql read it > in the next block?. Because it throws me an error that the table is not > found. > > Regards, > Joaquín Silva > >
