You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/12 03:28:12 UTC

[GitHub] [incubator-druid] wengwh opened a new issue #8515: How to load dir by create lookup

wengwh opened a new issue #8515: How to load dir by create lookup 
URL: https://github.com/apache/incubator-druid/issues/8515
 
 
   i want to load dir all file into lookup,i found uriPrefix but it only load mostRecentInDir.
   how can i load all file into lookup?
   example:
   {
       "version": "v1",
       "lookupExtractorFactory": {
           "type": "cachedNamespace",
           "extractionNamespace": {
               "type": "uri",
               "uriPrefix": "hdfs://xxx-hadoop:8020/poc/cache/xxxx/",
               "fileRegex": ".*\\.json",
               "namespaceParseSpec": {
                   "format": "customJson",
                   "keyFieldName": "uid",
                   "valueFieldName": "abbr"
               },
               "pollPeriod": "PT0S"
           },
           "firstCacheTimeout": 0,
           "injective": false
       }
   }
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org