Member since
05-02-2016
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2114 | 05-04-2016 10:59 PM |
05-04-2016
10:59 PM
To get full hdfs filepath and filename into index, just add the following to schema.xml, then create collection and then index using mapR. Nothing needs to be specified in morphline config file. <field name="file_path" type="string" indexed="true" stored="true" /> <field name="file_name" type="string" indexed="true" stored="true" />
... View more