You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/07/03 15:06:00 UTC

[jira] [Updated] (STORM-2511) Submitting a topology with name containing unicode getting failed.

     [ https://issues.apache.org/jira/browse/STORM-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim updated STORM-2511:
--------------------------------
    Fix Version/s: 1.2.0

> Submitting a topology with name containing unicode getting failed.
> ------------------------------------------------------------------
>
>                 Key: STORM-2511
>                 URL: https://issues.apache.org/jira/browse/STORM-2511
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 2.0.0, 1.x
>            Reporter: Satish Duggana
>            Assignee: Satish Duggana
>            Priority: Critical
>             Fix For: 2.0.0, 1.0.4, 1.1.1, 1.2.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Below error occurs when a topology name contains  unicode characters.
> {quote}
> $ storm jar WordCountTopology-1.0-SNAPSHOT.jar examples.WordCountTopology "wordcount-中文topology"
> 2624 [main] INFO  o.a.s.StormSubmitter - Submitting topology wordcount-中文topology in distributed mode with conf {"storm.zookeeper.topology.auth.scheme":"digest","storm.zookeeper.topology.auth.payload":"-8594815830934962206:-8598394253140221278","topology.workers":2,"topology.debug":true}
> Exception in thread "main" java.lang.RuntimeException: AuthorizationException(msg:wordcount-中文topology-4-1483689231-stormconf.ser does not appear to be a valid blob key)
>         at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:255)
>         at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:310)
>         at org.apache.storm.StormSubmitter.submitTopologyWithProgressBar(StormSubmitter.java:346)
>         at org.apache.storm.StormSubmitter.submitTopologyWithProgressBar(StormSubmitter.java:327)
>         at com.microsoft.example.KafkaReaderTop.main(KafkaReaderTop.java:39)
> Caused by: AuthorizationException(msg:wordcount-中文topology-4-1483689231-stormconf.ser does not appear to be a valid blob key)
>         at org.apache.storm.generated.Nimbus$submitTopology_result$submitTopology_resultStandardScheme.read(Nimbus.java:7628)
>         at org.apache.storm.generated.Nimbus$submitTopology_result$submitTopology_resultStandardScheme.read(Nimbus.java:7596)
>         at org.apache.storm.generated.Nimbus$submitTopology_result.read(Nimbus.java:7530)
>         at org.apache.storm.thrift.TServiceClient.receiveBase(TServiceClient.java:86)
>         at org.apache.storm.generated.Nimbus$Client.recv_submitTopology(Nimbus.java:294)
>         at org.apache.storm.generated.Nimbus$Client.submitTopology(Nimbus.java:278)
>         at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:243)
>         ... 4 more
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)