You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ethan Li (JIRA)" <ji...@apache.org> on 2017/08/18 14:20:00 UTC

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

Ethan Li created STORM-2695:
-------------------------------

             Summary: 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


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)