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)