[
https://issues.apache.org/jira/browse/FLINK-10659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-10659.
------------------------------------
Resolution: Won't Fix
Passing program-arguments via query parameters is deprecated in favor of
submitting a JSON request containing a list of arguments in the
{{programArgsList}} field.
> get rid of splitting by comma for ProgramArgsQueryParameter
> -----------------------------------------------------------
>
> Key: FLINK-10659
> URL: https://issues.apache.org/jira/browse/FLINK-10659
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / REST
> Environment: I encountered this issue on flink 1.6
> Reporter: Kan
> Priority: Major
>
> Flink rest handler splits query param {color:#59afe1}program-args{color} by
> comma. But it will then report error "Expected only one value". Same as the
> other query params.
>
> Shall we remove the splitting by comma from the corresponding
> XxxQueryParameter class?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)