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/08/20 06:55:02 UTC

[jira] [Resolved] (STORM-2695) BlobStore uncompress argument should be Boolean

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

Jungtaek Lim resolved STORM-2695.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.5
                   1.1.2
                   1.2.0
                   2.0.0

Thanks [~ethanli], I merged into master, 1.x, 1.1.x, 1.0.x branches.
I would not update website right now since it takes about an hour to finish. I'll see if there will be some more website patches, and reflect website once.

> BlobStore uncompress argument should be Boolean
> -----------------------------------------------
>
>                 Key: STORM-2695
>                 URL: https://issues.apache.org/jira/browse/STORM-2695
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Ethan Li
>            Assignee: Ethan Li
>            Priority: Critical
>             Fix For: 2.0.0, 1.2.0, 1.1.2, 1.0.5
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The doc says we can pass the config when launching a topology with 
> {code:java}
> topology.blobstore.map='{"key1":{"localname":"blob_file", "uncompress":"false"},"key2":{}}'
> {code}
> However, it will trigger [ObjectReader.getBoolean() function|https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/utils/ObjectReader.java#L105] and then throw an IllegalArgumentException.
> We need to update the doc for "uncompress" argument from String (e.g. "false") to Boolean (e.g. false)



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