[
https://issues.apache.org/jira/browse/FLINK-23380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-23380.
------------------------------------
Resolution: Duplicate
> The parameter contains "#" and content after "#" cannot be recognized
> ---------------------------------------------------------------------
>
> Key: FLINK-23380
> URL: https://issues.apache.org/jira/browse/FLINK-23380
> Project: Flink
> Issue Type: Bug
> Components: Client / Job Submission, Command Line Client, Deployment
> / YARN
> Environment: * *Flink Version 1.11.2*
> * *Deploy : On Yarn*
> * *Start method:Flink Client Shell Command*
> * *Shell Command :*
> {code:java}
> ./bin/flink run-application -t yarn-application
> -Dyarn.application.name="TestApplication" -Dtaskmanager.numberOfTaskSlots=1
> -Djobmanager.memory.process.size=4096m
> -Dtaskmanager.memory.process.size=4096m -c
> com.jacob.smartdemo.simple.WordCountReadFromKafka
> /opt/app/Flink/JAR/smartdemo-0.0.1-SNAPSHOT.jar --bootstrap.servers
> localhost:9092 --consumergroup consumerTest --topic FlinkTopicTest --test
> demo#123{code}
> **
> Reporter: Jacob.Q.Cao
> Priority: Major
>
> The parameter of the start command contains "#", which causes the characters
> after "#" to be unrecognized
>
> --test demo#123 ----> demo
--
This message was sent by Atlassian Jira
(v8.3.4#803005)