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 2020/06/13 04:02:24 UTC

[GitHub] [druid] Harpsichord1207 opened a new issue #10029: Druid 0.13.0 use s3 remote lookup, Lookup [id] not found

Harpsichord1207 opened a new issue #10029:
URL: https://github.com/apache/druid/issues/10029


   ### Affected Version
   
   Druid 0.13.0 
   
   ### Description
   
   I use csv in aws s3 as lookup table, when query a lookuped dimension, the log reported `java.lang.NullPointerException: Lookup [advertiser_lookup_table] not found`
   
   but I can get response from `/druid/coordinator/v1/lookups/config/__default/advertiser_lookup_table`, which gets
   ```
   {"version":"v0","lookupExtractorFactory":{"type":"cachedNamespace","extractionNamespace":{"fileRegex":".*csv","uriPrefix":"s3://XXX/data/metadata/20200609/XXX/","type":"uri","namespaceParseSpec":{"valueColumn":"advertiser","keyColumn":"advertiserID","columns":["advertiserID","advertiser","campaignID","campaign","siteID","site","placementID","placement","adSection","adFormLoc","adCreativity","adSize","purchaseUnit","adCarModelName","adGoal","hasEstimatedImp","hasEstimatedClick","impressionMonitoring","clickMonitoring","activityMonitoring"],"format":"csv"},"pollPeriod":"PT5M"}}}
   ```
   


----------------------------------------------------------------
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



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


[GitHub] [druid] Harpsichord1207 commented on issue #10029: Druid 0.13.0 use s3 remote lookup, Lookup [id] not found

Posted by GitBox <gi...@apache.org>.
Harpsichord1207 commented on issue #10029:
URL: https://github.com/apache/druid/issues/10029#issuecomment-643587240


   I solved the error by turn druid.lookup.namespace.cache.type=offHeap  to onHeap, but can someone tell me why offHeap not work?


----------------------------------------------------------------
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



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


[GitHub] [druid] Harpsichord1207 edited a comment on issue #10029: Druid 0.13.0 use s3 remote lookup, Lookup [id] not found

Posted by GitBox <gi...@apache.org>.
Harpsichord1207 edited a comment on issue #10029:
URL: https://github.com/apache/druid/issues/10029#issuecomment-643587240


   I solved the error by turn `druid.lookup.namespace.cache.type=offHeap`  to `onHeap`, but can someone tell me why `offHeap` not work?


----------------------------------------------------------------
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



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