You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Lefty Leverenz <le...@gmail.com> on 2015/04/10 11:10:16 UTC

Syntax question: EXPLAIN FORMATTED

The Explain wikidoc
<https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Explain>
gives this syntax:

  EXPLAIN [EXTENDED|DEPENDENCY|AUTHORIZATION] query

... but then the text about AUTHORIZATION says "With the FORMATTED keyword,
it will be returned in JSON format."

So is the syntax incomplete?  Can FORMATTED only be used with
AUTHORIZATION, making the syntax [EXTENDED | DEPENDENCY | AUTHORIZATION
[FORMATTED] ]?

-- Lefty