1.支持limit n,m语法的hive版本
#!/bin/bash
cnt=$(set hive.cli.print.header=false;hive -e "select count(*) from exam.userbehavior;")
echo "总记录数: $cnt 条"
#每页10条
pageSize=10
pageNum=
1.支持limit n,m语法的hive版本
#!/bin/bash
cnt=$(set hive.cli.print.header=false;hive -e "select count(*) from exam.userbehavior;")
echo "总记录数: $cnt 条"
#每页10条
pageSize=10
pageNum=