I was wanting to access data from a JDBC client using SQL. I can access data fine from Zeppelin and have the Thrift server running. I can access/create data from the JDBC client via Thrift.
But Zeppelin and Thrift are running as a different application, so I can not see data from Zeppelin in Thrift - even global_temp is not visible across applications. Is there any simple way round this? Thanks