You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2015/06/16 22:54:01 UTC

[jira] [Created] (STREAMS-340) Load non-json data with WebHdfsReader

Steve Blackmon created STREAMS-340:
--------------------------------------

             Summary: Load non-json data with WebHdfsReader 
                 Key: STREAMS-340
                 URL: https://issues.apache.org/jira/browse/STREAMS-340
             Project: Streams
          Issue Type: Improvement
            Reporter: Steve Blackmon


WebHdfsReader can currently only load files containing json documents.

Add capability for fields other than id, timestamp, meta, and doc to be specified in reader configuration

add the content encountered in those fields as strings field at the path specified.

Example, ["ID", "type", "name"] should produce documents like: {"type":"...","name":"..."} with id of ID



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)