https://pinot.apache.org/ logo
Join Slack
Powered by
# general
  • k

    Kishore G

    06/18/2020, 6:53 PM
    <!here> Thanks to @User for championing the Apache Pinot 0.4.0 release. Thanks to all the contributors. Here is the blog post announcing the release. Please like/share https://medium.com/apache-pinot-developer-blog/introducing-apache-pinot-0-4-0-91485a8e7b8c
    ๐ŸŽ‰ 4
    โค๏ธ 10
    ๐Ÿ‘ 12
    ๐Ÿ‘ 5
  • h

    HSC

    06/21/2020, 10:41 AM
    ๐Ÿ‘‹ Iโ€™m here! Whatโ€™d I miss?
    ๐Ÿ‘‹ 4
  • t

    Tim Mwangi

    06/23/2020, 9:25 PM
    Hi all, is there a way to rename a column name in Pinot? Avro provides a way to alias a field and I was wondering if that is translated to Pinot column names(dimension columns) in some way at both write and read time.
  • k

    Kishore G

    06/25/2020, 6:41 PM
    Great article byย @User ย on automatic monitoring of metric data in Pinot via ThirdEye -ย https://engineering.linkedin.com/blog/2020/monitoring-business-performance-data-with-thirdeye-smart-alerts
    ๐Ÿ‘ 6
  • y

    Yupeng Fu

    06/26/2020, 7:23 PM
    hi team, Iโ€™d like to hear your thoughts on this issue https://github.com/apache/incubator-pinot/issues/5627
    ๐Ÿ‘ 1
  • b

    Buchi Reddy

    06/27/2020, 3:44 AM
    Hey everyone, if I include some unknown (not existing in the table) columns in the selections or groupBy's of a Pinot query, what's the expected behavior? Should the query error out or silently give empty results?
  • s

    Sidd

    06/27/2020, 4:05 AM
    It will fail on the server
  • s

    Sidd

    06/27/2020, 4:06 AM
    or may be the DataSchemaSegmentPruner will prune all the segments and will return empty results
  • b

    Buchi Reddy

    06/27/2020, 4:07 AM
    I was expecting the query to fail saying unknown or non-existing columns.
  • m

    Mayank

    06/27/2020, 4:08 AM
    Curious, why would you include non-existing columns in the query?
  • m

    Mayank

    06/27/2020, 4:16 AM
    Seems like we might be getting empty results
  • b

    Buchi Reddy

    06/27/2020, 4:46 AM
    It wasn't intentional @User There is a code bug, because of which some wrong selections were given in the query. Because Pinot wasn't erroring out, it was a bit difficult to understand what's going on so I asked.
  • k

    Kishore G

    06/29/2020, 3:22 PM
    Since schema is optional in Pinot, we cannot validate the query. We should probably validate and throw exception if the schema is defined
  • t

    Tim Santos

    06/29/2020, 5:53 PM
    Hi all, sharing this blog post on how LinkedIn Talent Insights was built using Pinot! https://engineering.linkedin.com/blog/2020/building-linkedin-talent-insights
    โค๏ธ 2
    ๐ŸŽ‰ 10
    ๐Ÿ‘ 3
    ๐Ÿ‘ 2
    ๐Ÿ’ฏ 2
    ๐Ÿท 3
  • d

    Damiano

    07/01/2020, 8:38 AM
    Hello, i am going to pay for two Hetzner.de cloud servers.... to set up the cluster as explained in the doc (Thanks @User). I have a doubt, they offer vCPU like most of cloud services. Could it be good? has anyone ever used their service?
  • m

    Mayank

    07/02/2020, 4:20 PM
    Hi Pinot Community: As we plan ahead for the coming quarters, we have created this poll for the community to be able to vote on features you'd like to see. I encourage you to suggest features you'd like to see as well as upvote existing ones you think are useful for you. This will help us prioritize on feature asks. https://poll.ly/#/2YeaKQ5o
    ๐Ÿ‘Œ 1
    ๐Ÿ‘ 4
  • k

    Kishore G

    07/04/2020, 3:15 AM
    @User none of us have used hetzner.de
  • y

    Yash Agarwal

    07/06/2020, 11:08 AM
    Is it possible to use multiple buckets for S3PinotFs ? We have limitations to the amount of data we can store in a single bucket.
  • m

    Mayank

    07/06/2020, 3:35 PM
    @User ^^
  • k

    Kartik Khare

    07/06/2020, 3:43 PM
    Hi @User, currently it is not possible. Let me take a look into what can be done
  • k

    Kishore G

    07/06/2020, 3:46 PM
    @User what kind of limitation do you have
  • y

    Yash Agarwal

    07/06/2020, 4:52 PM
    @User We have our buckets limited to 1TB and 2 million objects, and we are looking to deploy a cluster well over 50TB.
  • k

    Kishore G

    07/06/2020, 4:56 PM
    got it, let me see how we can support the multiple buckets.
  • y

    Yash Agarwal

    07/06/2020, 5:33 PM
    Sure. Do let me know if I can do anything to help ๐Ÿ™‚.
  • k

    Kishore G

    07/06/2020, 5:44 PM
    would love to get your help, created #C016ZKW1EPK
  • t

    Ting Chen

    07/09/2020, 11:42 PM
    i.e., select sum(*) from table group by column_with_tab.
  • t

    Ting Chen

    07/09/2020, 11:43 PM
    The result would be { .... "group": ["somevalue", ""] ....}
  • k

    kant

    07/11/2020, 10:33 PM
    https://eng.uber.com/engineering-sql-support-on-apache-pinot/
  • m

    Mayank

    07/11/2020, 10:34 PM
    @User ^^
  • t

    Tim Mwangi

    07/13/2020, 5:35 PM
    Hi all
1...138139140...160Latest