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

    Tim Mwangi

    07/13/2020, 5:35 PM
    I’ve filed a bunch of issues I’ve encountered recently
  • m

    Mayank

    07/13/2020, 5:35 PM
    Hello
  • t

    Tim Mwangi

    07/13/2020, 5:35 PM
    https://github.com/apache/incubator-pinot/issues/5692
  • t

    Tim Mwangi

    07/13/2020, 5:35 PM
    https://github.com/apache/incubator-pinot/issues/5691
  • t

    Tim Mwangi

    07/13/2020, 5:35 PM
    https://github.com/apache/incubator-pinot/issues/5690
  • t

    Tim Mwangi

    07/13/2020, 5:36 PM
    I don’t know if the latter 2 have been solved by this https://github.com/apache/incubator-pinot/pull/5213
  • h

    Homaid

    07/13/2020, 8:34 PM
    is there thirdeye channel ?
  • k

    Kishore G

    07/13/2020, 9:10 PM
    @User apache-thirdeye.slack.com
  • s

    Shounak Kulkarni

    07/15/2020, 2:57 PM
    Hey all, past few months have been very exciting working on pinot. The journey that @User and I went through and the learnings that we have gained from the pinot community, we have tried to project on the blog. This would not have been possible without the great support that you all provided, especially @User @User @User @User @User. Please share it across😁 https://www.linkedin.com/posts/shounak-kulkarni-22ba30169_tasted-apache-pinot-and-we-loved-it-activity-6689151508224864256-a6Zt
    πŸŽ‰ 4
    🍷 3
    πŸ‘ 2
    πŸ‘ 14
  • k

    Kishore G

    07/15/2020, 3:04 PM
    Awesome post @User. Thanks for sharing. Being able to ingest 120k events/sec on a single node is indeed insane!
    πŸŽ‰ 5
    πŸ‘ 1
  • s

    Subbu Subramaniam

    07/15/2020, 3:33 PM
    Nice post, @User
    😁 1
  • m

    Mayank

    07/15/2020, 3:34 PM
    Great blog as well as great work squeezing insane performance from tiny footprint @User @User
    πŸ‘ 1
    πŸŽ‰ 1
  • d

    Devi

    07/16/2020, 8:03 AM
    we're planning to try out pinot and your blog post made us more excited about it @User. thanks for detailed write up!
  • s

    Shounak Kulkarni

    07/16/2020, 8:14 AM
    Glad that the blog was helpful! @User
  • h

    Homaid

    07/20/2020, 6:37 PM
    <!here> i am currently working on a Kafka connectors (source and sink). The sink is more important I would say. I spent the last two weeks digging into the codebase. I noticed within org.apache.pinot.spi.stream package there are a number of classes/interfaces that are implementing the consumption from Kafka if i am not wrong and within pinot-core -> org.apache.pinot.core.realtime
  • h

    Homaid

    07/20/2020, 6:38 PM
    I don’t want to reinvent the while here: but my goal is to be able to do the same ( consumer from Kafka using Kafka Connect API -> push/sink the data into pinot
  • h

    Homaid

    07/20/2020, 6:39 PM
    now i stated my goal
  • h

    Homaid

    07/20/2020, 6:55 PM
    here is a few screen shots of what i built so far
  • h

    Homaid

    07/20/2020, 6:55 PM
    i will open source the code this week
  • h

    Homaid

    07/20/2020, 6:56 PM
    Screen Shot 2020-07-20 at 2.53.29 PM.png
  • h

    Homaid

    07/20/2020, 6:56 PM
    Screen Shot 2020-07-20 at 2.54.19 PM.png
  • h

    Homaid

    07/20/2020, 6:56 PM
    Screen Shot 2020-07-20 at 2.54.34 PM.png
  • h

    Homaid

    07/20/2020, 6:57 PM
    Screen Shot 2020-07-20 at 2.54.49 PM.png
  • k

    Kishore G

    07/20/2020, 8:28 PM
    @User this is pretty cool, can we do this in batches to start with?
  • h

    Homaid

    07/20/2020, 8:31 PM
    Yes, that is fine, I just need collaborate with someone in your team at the beginning at least
  • k

    Kishore G

    07/20/2020, 8:32 PM
    @User @User built something similar to this in Flink to generate the segment and push to Pinot periodically
  • k

    Kishore G

    07/20/2020, 8:33 PM
    lets create a kafka-connect channel and move this discussion to that channel. Super excited about this!
    πŸ‘ 2
  • h

    Homaid

    07/20/2020, 8:33 PM
    Awesome
  • b

    Buchi Reddy

    07/21/2020, 2:27 AM
    Quick question about Pinot query. If this was the Pinot query result plan, does this mean
    numSegmentsProcessed
    segments were mem mapped?
    Copy code
    {
      "resultTable": {
        "dataSchema": {
          "columnDataTypes": [
            "BYTES"
          ],
          "columnNames": [
            "id"
          ]
        },
        "rows": [
          [
            "6a254bd3c853e950"
          ]
        ]
      },
      "exceptions": [],
      "numServersQueried": 4,
      "numServersResponded": 4,
      "numSegmentsQueried": 1237,
      "numSegmentsProcessed": 1229,
      "numSegmentsMatched": 4,
      "numConsumingSegmentsQueried": 8,
      "numDocsScanned": 4,
      "numEntriesScannedInFilter": 4,
      "numEntriesScannedPostFilter": 4,
      "numGroupsLimitReached": false,
      "totalDocs": 265510367,
      "timeUsedMs": 32,
      "segmentStatistics": [],
      "traceInfo": {},
      "minConsumingFreshnessTimeMs": 1595297570989
    }
  • d

    Daniel Lavoie

    07/21/2020, 2:17 PM
    Wouldn't Pinot make an incredible datasource for Grafana?
    πŸ‘ 2
1...139140141...160Latest