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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to