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)