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/09/25 12:13:24 UTC

[GitHub] [druid] tarunparackal opened a new issue #10436: Bug in configure uri in the new version of 0.19 lookup ui

tarunparackal opened a new issue #10436:
URL: https://github.com/apache/druid/issues/10436


   The lookup UI has been updated from 0.18 to 0.19  version. In the older version we could specify the json  defenenition for the lookup . But in the later version lookup UI has been updated with the UI to specify each paramter .  
   Issue 1 : 
   With the new UI for type uri, it is not possible to specify the  complete uri . only uri prefix and  file regex can be configured. 
   Issue 2: 
   if the lookup is created in older version(0.18)  and upgraded  to new version , it is not possible to edit the uri. At the same time if we need to be change the uri to uriprefix  then  UI   send the old uri and  also the uriprefix . 
   A sample request object is given as below. 
   {
   	"version": "2020-09-25T11:43:27.056Z",
   	"lookupExtractorFactory": {
   		"type": "cachedNamespace",
   		"extractionNamespace": {
   			"type": "uri",
   			"namespaceParseSpec": {
   				"format": "csv",
   				"columns": ["key", "value"],
   				"keyColumn": "key",
   				"valueColumn": "value"
   			},
   			"uri": "file:/Users/apple/lookup.csv",
   			"uriPrefix": "file:/Users/apple/",
   			"fileRegex": "lookup.csv"
   		}
   	}
   }
   
   
   ### Affected Version
   
   0.19
   
   


----------------------------------------------------------------
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] suneet-s closed issue #10436: Bug in configure uri in the new version of 0.19 lookup ui

Posted by GitBox <gi...@apache.org>.
suneet-s closed issue #10436:
URL: https://github.com/apache/druid/issues/10436


   


----------------------------------------------------------------
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] suneet-s commented on issue #10436: Bug in configure uri in the new version of 0.19 lookup ui

Posted by GitBox <gi...@apache.org>.
suneet-s commented on issue #10436:
URL: https://github.com/apache/druid/issues/10436#issuecomment-704022433


   Closing as fixed by linked #10461


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