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

    Damiano

    05/05/2020, 12:45 AM
    Yeah i added too many breakpoints haha
  • d

    Damiano

    05/05/2020, 12:45 AM
    then i have to remember to set the original value again, after debugging
  • s

    Sidd

    05/05/2020, 12:48 AM
    Yes, I almost always change the timeout in CombineOperator when debugging. Not aware of a better way
  • r

    Ranveer Singh

    05/05/2020, 10:36 AM
    I am trying to use "dateTimeFieldSpec":[ { "name": "StatusRecModifyTS", "dataType": "LONG", "format" : "5MINUTESSIMPLE_DATE_FORMAT:EEE MON dd HHmmss UTC yyyy", "granularity" : "5:MINUTES" }, { "name": "StatusRecCreateTS", "dataType": "LONG", "format" : "5MINUTESSIMPLE_DATE_FORMAT:EEE MON dd HHmmss UTC yyyy", "granularity" : "5:MINUTES" }, { "name": "EmailSendCreate", "dataType": "LONG", "format" : "5MINUTESSIMPLE_DATE_FORMAT:EEE MON dd HHmmss UTC yyyy", "granularity" : "5:MINUTES" } ]
  • r

    Ranveer Singh

    05/05/2020, 10:36 AM
    this is getting ownered when loading the data
  • r

    Ranveer Singh

    05/05/2020, 10:37 AM
    Sorry not getting ownered.. I am stuck
  • v

    Vj Kumar

    05/05/2020, 4:57 PM
    I am a newbie here. Would like to install apache pinot locally in windows and in a free cloud developer service, with test data. Any guidance welcome. An installation/ beginner tutorial channel with links might be useful.
  • k

    Kishore G

    05/05/2020, 5:03 PM
    https://docs.pinot.apache.org/
  • k

    Kishore G

    05/05/2020, 5:03 PM
    Good idea, we will create a channel for beginners with all the links
  • k

    Kishore G

    05/05/2020, 5:04 PM
    https://docs.pinot.apache.org/basics/getting-started
  • k

    Kenny Bastani

    05/06/2020, 2:02 AM
    Video URL: https://uber.zoom.us/j/93470793262?pwd=QSszK3VITVhBdXpXTkkxbTE4c2ppUT09
  • k

    Kenny Bastani

    05/06/2020, 2:59 AM
    You can also ask your questions here from the meetup to get more expanded upon answers afterwards.
  • p

    Priyank Bagrecha

    05/06/2020, 3:53 AM
    great talk guys. definitely helped answer some questions. i am starting on building a tool for providing business kpis in real time and until today was looking into druid. we are in aws ecosystem and use kafka, s3 and parquet. would you recommend using something like flink to aggregate / transform / project events from kafka and put into another kafka / topic to be queried via pinot for providing business KPI in real time or would you recommend doing all that directly in pinot queries (assuming it's possible). i remember seeing csv and json for input format, what about apache avro and google protocol buffer? thanks in advance and i apologize if answers to the questions are already available in documentation. if so, please be kind enough to point it out and i'll have a look.
  • k

    Kishore G

    05/06/2020, 3:55 AM
    Pinot supports Avro, @User is adding protobuf support
  • k

    Kishore G

    05/06/2020, 3:56 AM
    https://docs.pinot.apache.org
  • p

    Priyank Bagrecha

    05/06/2020, 3:56 AM
    thank you!
  • k

    Kishore G

    05/06/2020, 3:56 AM
    https://github.com/apache/incubator-pinot/tree/master/pinot-plugins/pinot-input-format
  • k

    Kishore G

    05/06/2020, 3:56 AM
    these are formats available today
  • k

    Kishore G

    05/06/2020, 3:57 AM
    and here is the PR for protobuf https://github.com/apache/incubator-pinot/pull/5293
  • d

    Damiano

    05/06/2020, 8:05 AM
    Hello everybody, do you have the conference recording?
    šŸ‘ 1
  • k

    Kenny Bastani

    05/06/2020, 11:57 AM
    The meetup recording will be made available soon. I will send out a message to everyone that attended the meetup, as well as post it here.
    šŸ‘ 15
  • d

    Damiano

    05/07/2020, 9:39 PM
    Hello Pinotists :D
  • k

    Kishore G

    05/07/2020, 9:40 PM
    Hi Damiano
  • d

    Damiano

    05/07/2020, 9:41 PM
    Hi, how you doing?
    🄃 1
    šŸŗ 1
    šŸ· 3
    šŸ˜„ 2
    šŸ‘Œ 2
    šŸ„‚ 1
  • d

    Dan Hill

    05/08/2020, 2:54 AM
    In the Presto Pinot connector, I tried using a VIEW but received the following error
    This connector does not support creating views
    .
  • d

    Dan Hill

    05/08/2020, 2:54 AM
    Any reason why?
  • s

    Shounak Kulkarni

    05/11/2020, 4:20 PM
    hey all, pinot-broker is querying multiple servers even though data is present at single server. Is replica groups the only solution? went through few links to implement replica group on realtime table but didn't found proper implementation details. links visited: • https://cwiki.apache.org/confluence/display/PINOT/Replica+groups+support+in+realtime • https://docs.pinot.apache.org/basics/components/table#offline-table-config • https://docs.pinot.apache.org/operators/operating-pinot/tuning/routing#querying-all-servers Can someone share me the link to replica group implementation for realtime tables.. thanks!
  • m

    Mayank

    05/11/2020, 4:21 PM
    Partitioning is another solution
  • m

    Mayank

    05/11/2020, 4:21 PM
    Both need table config
  • s

    Shounak Kulkarni

    05/11/2020, 4:22 PM
    even with partitioning its querying multiple servers with that partition segments
1...131132133...160Latest