https://pinot.apache.org/ logo
Join SlackCommunities
Powered by
# general
  • v

    Viacheslav Zpoint

    08/25/2020, 11:12 PM
    Hi! I'm learning about Pino and there is one thing I can't find in documentation - is it possible to get data from Kafka which allows only SASL_SSL connection? Thank you.
  • k

    Kishore G

    08/25/2020, 11:13 PM
    https://docs.pinot.apache.org/basics/data-import/pinot-stream-ingestion/import-from-apache-kafka#add-sample-data-to-the-kafka-topic
  • k

    Kishore G

    08/25/2020, 11:14 PM
    Use Kafka Partition(Low) Level Consumer with SSL
  • k

    Kishore G

    08/25/2020, 11:15 PM
    what ever is in streamConfigs section will be passed to KafkaConsumerProps
  • v

    Viacheslav Zpoint

    08/25/2020, 11:18 PM
    @User thank you! Will start from there.
  • s

    Sarabjeet

    08/26/2020, 4:17 AM
    Hi guys!
    👋 4
  • k

    Kenny Bastani

    08/31/2020, 4:26 PM
    set the channel topic: Please use #C011C9JHN7R for support and favorite us on GitHub to show us support https://github.com/apache/incubator-pinot
  • k

    Kishore G

    08/31/2020, 4:43 PM
    Reminder to vote on https://poll.ly/#/LONwJ48K
  • t

    Ting Chen

    09/01/2020, 1:04 AM
    I just send out a voting email for the 0.5.0 release to general@incubating: https://lists.apache.org/thread.html/r8490a54059b02fa3ffaec8b129c5d91310c88a63f85516cb8876c313%40%3Cgeneral.incubator.apache.org%3E   Please take a look and vote (on the email sent under tingchen@apache.org). Thank you.
  • a

    Adrian Cole

    09/02/2020, 6:10 AM
    Is there a way to know for sure default value of table config? Ex
  • t

    Tim Chan

    09/02/2020, 2:33 PM
    Is it possible that Pinot will have window functions such as
    lead
    and
    lag
    ?
  • t

    Tim Chan

    09/02/2020, 2:34 PM
    One use case is, between two events with the same event-uuid, what was the elapsed time between them?
  • k

    Kishore G

    09/02/2020, 2:39 PM
    No, lead lag is not supported in Pinot. You can use the presto connector to achieve that.
  • k

    Kishore G

    09/02/2020, 2:40 PM
    https://docs.pinot.apache.org/integrations/presto
  • m

    Mayank

    09/03/2020, 12:12 AM
    Less than an hour to go for the meetup 🍷
    Copy code
    Meeting ID: 960 4986 8422
    Password: 903807
    👍 2
  • m

    Mayank

    09/03/2020, 12:41 AM
    https://linkedin.zoom.us/j/96049868422?pwd=bFFBeGlSRWFNUnpUeEYxdnE1bDluQT09
  • t

    Ting Chen

    09/04/2020, 8:51 PM
    Thanks for all who voted for Pinot 0.5.0-rc2 release. The vote has enough votes from the Pinot community and is closed. Now the votes is open to the general incubator list: https://lists.apache.org/thread.html/r6fddf4b35d8da90161c679ed9fc902f504ff2780d8e39e53bd677bab%40%3Cgeneral.incubator.apache.org%3E Please take a look and vote for RC2. Thank you.
    👍 6
  • f

    Flavio Junqueira

    09/08/2020, 7:29 AM
    All, I'd love to get some feedback on this issue so what we can work on a connector for Pravega: https://github.com/apache/incubator-pinot/issues/5928
  • m

    Mayank

    09/08/2020, 2:30 PM
    Hello Community, please find the video recording (youtube playlist) of the Apache Pinot Meetup: https://www.youtube.com/playlist?list=PLihIrF0tCXddhXkQdAdnmfs8FtYMfrbTl
    👍 8
  • t

    Ting Chen

    09/08/2020, 5:49 PM
    Just a reminder to vote for Pinot 0.5.0-RC2 in general@incubator.apache.org. We are closer to get the final votes needed.
  • t

    Tim Chan

    09/09/2020, 12:40 AM
    I have a question about the
    KafkaJSONMessageDecoder
    .
  • t

    Tim Chan

    09/09/2020, 12:41 AM
    Say for example, I would like to consume messages like
    Copy code
    {
        "foo": [{"bar":"baz"}]
        "timestamp": 1231123
    }
  • t

    Tim Chan

    09/09/2020, 12:41 AM
    I want to define the
    foo
    field as a STRING;
  • a

    Adrian Cole

    09/09/2020, 7:45 AM
    mad props for completely clean maven build. so many projects I have to be careful or do weird things to get maven to pass all tests. great job!
    🙂 1
    👍 1
  • s

    Shen Wan

    09/09/2020, 8:30 PM
    Does Pinot report per-column resource usage? We want to evaluate/test the query performance and cost of using TEXT index vs not. And shall we use two identical columns in one table, one with index, one without. Or do we need to use two tables?
  • k

    Kishore G

    09/09/2020, 9:01 PM
    yes, the response stats show per column resource usage
  • k

    Kishore G

    09/09/2020, 9:01 PM
    https://docs.pinot.apache.org/users/api/querying-pinot-using-standard-sql/response-format
  • t

    Tim Chan

    09/10/2020, 8:55 PM
    i managed to create a POC by following the kubernetes-quickstart
  • t

    Tim Chan

    09/10/2020, 8:55 PM
    now i’ve run out of disk space on my server instances
  • t

    Tim Chan

    09/10/2020, 8:56 PM
    if i configure a google cloud storage file system, will that no longer be an issue?
1...142143144...160Latest