1

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.

Igor Dvorzhak
  • 4,360
  • 3
  • 17
  • 31
vaishali bisht
  • 201
  • 3
  • 11

1 Answers1

0

I do not think this is supported by the Dataproc Jobs API. I filed a feature request internally. Thanks for the feedback.

cyxxy
  • 608
  • 3
  • 8