pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Apache Pinot - A realtime distributed OLAP datastore

Results 570 pinot issues
Sort by recently updated
recently updated
newest added

**What needs to be done?** - Upgrade Flink version The version of Flink in the pinot project pom should be updated from 1.14.6 to the latest version of Flink, 1.18.1....

enhancement
ingestion

Since the node is in bootstrap mode, we should use all the CPUs for consumption and catchup ingestion.

enhancement
ingestion

Hi, I'm trying to import a CSV, I'm following the guide here: https://docs.pinot.apache.org/basics/getting-started/pushing-your-data-to-pinot I run Pinot using docker-compose on M2-Apple chip `docker-compose.yaml` ```yaml version: '3.7' services: zookeeper: image: zookeeper hostname:...

ingestion
troubleshooting

Upgrade quartz to 2.4.0-rc2 to fix CVE-2023-39017

dependencies
cve

this PR fixes #12735 by moving dependency version declarations in the main pom to properties. This makes the approach to dependency management a bit more consistent and sets the basis...

dependencies
cleanup

There are certain usages in crypto for uint256. Worth checking to make the type a first-class citizen instead of using bytes for the calculation.

feature

In the main pom there is a mix of dependencies using properties to define versions and versions declared inline. This would move all version declarations to properties. This could be...

Having a pinot-rest-cli based on swagger endpoints will be useful. we can eliminate some commands from pinot-admin.sh

help wanted
beginner-task

At present, there is no way to associate specific minion hosts to execute tasks for a set of tables or prioritise task for those tables. This is similar to tenancy...

feature request

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.0 to 3.2.2. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.2 JiRA link Release Notes - Maven GPG Plugin - Version 3.2.2 What's Changed [MGPG-113] SignAndDeployFileMojo results in...

dependencies
java