Show jobs is not supported in doris 2.1 ? #46376
Unanswered
S1yuan
asked this question in
A - General / Q&A
Replies: 1 comment 1 reply
-
you can use this in version 2.1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can't find how to show jobs in doris 2.1 document: https://doris.apache.org/docs/sql-manual/sql-statements/job/CREATE-JOB
which is exist in version 2.0 https://doris.apache.org/docs/2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB?_highlight=show&_highlight=job
try to run
show jobs
in doris 2.1 will cause an error: Error 1105 (HY000): errCode = 2, detailMessage = Syntax error in line 3: show jobs; ^ Encountered: JOBS ExpectedBeta Was this translation helpful? Give feedback.
All reactions