In Spark Thrift, when using the beeline client, is it possible to:
- User connects to the server using beeline and creates a cached table.
- User connects again to the server using beeline (different session), and can use the cached table created in the previous session.
I tested this workflow, and in 1. I can see in the Spark UI that the cached table is there. When I finish the session in 1., the table is still there. But when I reconnect with the same user, I can't use it.