wget --user=root --password=1234 --post-file post_file http://fe_host:fe_http_port/api/query_dump?db=tpch -O dump_file
post_file为包含query的文件 dump_file是返回的数据
需要替换db=tpch为您的db
帮忙贴下dump_file文件
wget --user=root --password=1234 --post-file post_file http://fe_host:fe_http_port/api/query_dump?db=tpch -O dump_file
post_file为包含query的文件 dump_file是返回的数据
需要替换db=tpch为您的db
帮忙贴下dump_file文件