VORA Tables in Zeppelin and Spark shell
问题 We have created test table from spark shell as well as from Zepellin. But when we do show tables on single table is visible in respective environment. Table created via spark shell is not displayed in Zepellin show table command. What is the difference between these two tables ? can anybody please explain. 回答1: The show tables command only shows the tables defined in the current session. A table is created in a current session and also in a (persistent) catalog in Zookeeper. You can show all