You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/05/18 22:56:52 UTC

[GitHub] [incubator-pinot] xiangfu0 opened a new issue #6939: Support query response dump in different formats and location

xiangfu0 opened a new issue #6939:
URL: https://github.com/apache/incubator-pinot/issues/6939


   From the query endpoint, Pinot currently only supports customized JSON format.
   
   It would be great to support:
   1. user can specify the response format, e.g. CSV 
   2. user can specify a file to dump the query response to, e.g. local or remote(s3) file or directory.
   
   This can be implemented in broker query API or we can do all the reformat and response dump using org.apache.pinot.tools.admin.command.PostQueryCommand


-- 
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] xiangfu0 commented on issue #6939: Support query response dump in different formats and location

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on issue #6939:
URL: https://github.com/apache/incubator-pinot/issues/6939#issuecomment-843764270


   > @xiangfu0 It would be great to extend the support to include compression as well for the output.
   
   cool! Added to bullet 3


-- 
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] khushbu14 commented on issue #6939: Support query response dump in different formats and location

Posted by GitBox <gi...@apache.org>.
khushbu14 commented on issue #6939:
URL: https://github.com/apache/incubator-pinot/issues/6939#issuecomment-843741393


   @xiangfu0 It would be great to extend the support to include compression as well for the output.


-- 
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] walterddr commented on issue #6939: Support query response dump in different formats and location

Posted by GitBox <gi...@apache.org>.
walterddr commented on issue #6939:
URL: https://github.com/apache/incubator-pinot/issues/6939#issuecomment-860721175


   this sounds like a cool feature. I would like to try implementing it. To clarify a few details.
   - this feature only applies on the admin query layer? 
     - is there a particular place we have in mind if we add this to broker query API layer? (QueryOptions?)
   - the plan here is to only support several out of the box format/algorithms at this stage, yes?
     - do we plan to support SPI for users to override output format and/or compress algorithms in the future?
   
   thx :-)


-- 
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] walterddr edited a comment on issue #6939: Support query response dump in different formats and location

Posted by GitBox <gi...@apache.org>.
walterddr edited a comment on issue #6939:
URL: https://github.com/apache/incubator-pinot/issues/6939#issuecomment-860721175


   this sounds like a cool feature. I would like to try implementing it. To clarify a few details.
   - this feature only applies on the admin query layer? 
     - is there a particular place we have in mind if we add this to broker query API layer? (passing in as QueryOptions?)
   - the plan here is to only support several out of the box format/algorithms at this stage, yes?
     - do we plan to support SPI for users to override output format and/or compress algorithms in the future?
   
   thx :-)


-- 
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org