What will be the google cloud equivalent of --showHeader
and --outputformat
in Hive Beeline command.
I have the following query:
beeline -u $BEELINE_URL --showHeader=false --outputformat=vertical \
-e "select count(*) from db.table" ;
I need to change this query to use Google Dataproc Jobs API.