🎉🎉🎉 Announcing the release of Apache Pinot 1.2.0

Leverage Plugins to Ingest Parquet Files from S3 in Pinot

By: Pinot Dev

August 8th, 20201 min read

One of the primary advantages of using Pinot is its pluggable architecture. The plugins make it easy to add support for any third-party system which can be an execution framework, a filesystem, or input format.

In this tutorial, we will use three such plugins to easily ingest data and push it to our Pinot cluster. The plugins we will be using are -

  • pinot-batch-ingestion-spark
  • pinot-s3
  • pinot-parquet

Read more at https://medium.com/apache-pinot-developer-blog/leverage-plugins-to-ingest-parquet-files-from-s3-in-pinot-decb12e4d09d

Leverage Plugins to Ingest Parquet Files from S3 in Pinot