#nstall all community managed interpreters ./bin/install-interpreter.sh --all
# You can get full list of community managed interpreters by running ./bin/install-interpreter.sh --list
# add 第三方 interpreter #rd party interpreters #http://zeppelin.apache.org/docs/0.9.0/usage/interpreter/installation.html#3rd-party-interpreters
zeppline 进行数据可视化分析
1 2 3
%mysql select tab2.user_name,count(*) as auth_obj_num from tb_dp_hero_auth_info as tab1 left join tb_dp_hero_user_info tab2 on tab1.user_id = tab2.id group by tab1.user_id ;