[
https://issues.apache.org/jira/browse/FLINK-24011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405540#comment-17405540
]
Jark Wu commented on FLINK-24011:
---------------------------------
[~kgh475926], `sql-client.verbose` is only supported since 1.13, and SET
command with quotes on key and values is supported since 1.13.2.
So if you are using 1.12, you may need to upgrade your sql client version
first. If you are in 1.13.0, you may need to upgrade to 1.13.2.
> SET 'sql-client.verbose' = 'true'; on Flink SQL client does not give full
> stack trace
> -------------------------------------------------------------------------------------
>
> Key: FLINK-24011
> URL: https://issues.apache.org/jira/browse/FLINK-24011
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Common, Table SQL / Client
> Affects Versions: 1.12.1
> Environment: Ubuntu 18.04
> Reporter: James Kim
> Priority: Major
>
> I'm trying to have Flink SQL client to read data from S3 Compatible Storage
> but I've been getting this error
>
> "[ERROR] Could not execute SQL statement. Reason:
> org.apache.flink.util.SerializedThrowable: Unsupported or unrecognized SSL
> message"
> But this did not help me to drop hints to start debugging so I tried SET
> 'sql-client.verbose' = 'true'; but I did not get a verbose stack trace of the
> issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)