After I managed it to connect to our (new) cluster using sparklyr with yarn-client method, now I can show just the tables from the default scheme. How can I connect to scheme.table?
Using DBI it's working e.g. with the following line:
dbGetQuery(sc, "SELECT * FROM scheme.table LIMIT 10")
In HUE, I can show all tables from all schemes.
~g