apache/pinot

Support query response dump in different formats and location

Open

#6,939 创建于 2021年5月18日

在 GitHub 查看
 (3 评论) (2 反应) (0 负责人)Java (1,234 fork)batch import
featuregood first issue

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

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.
  3. user can specify the compression algorithm for output file.

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

贡献者指南