1、查看相关内网IP:
cat /etc/hosts
2、进入impala:
impala-shell;
3、显示数据库,数据表
show databases;
show tables;
4、查看表结构定义
desc my_first;
telnet 20.21.115.18 7051