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

    Shounak Kulkarni

    04/20/2020, 1:30 PM
    hey all, is the replica group concept implemented for realtime tables too? In documentation only offline table example is given.
    k
    j
    • 3
    • 3
  • d

    Dan Hill

    04/27/2020, 4:24 PM
    That query does not work but removing "TOP 10000" does. Presto adds the "TOP 10000" automatically. Side-note: I obfuscated my query to simplify it for the chat.
    k
    • 2
    • 2
  • d

    Damiano

    04/28/2020, 8:19 AM
    hello everybody
    c
    • 2
    • 1
  • d

    Damiano

    04/28/2020, 8:45 AM
    Hi @User!! I have just found Pinot 🙂
    ✌️ 1
    c
    • 2
    • 1
  • d

    Damiano

    04/28/2020, 8:47 AM
    Could Pinot fix good with this kind of data? can it do such things?
    c
    • 2
    • 1
  • d

    Damiano

    04/28/2020, 8:47 AM
    and for example i shoul dneed custom aggregators, like min, max etc...can i build custom aggregators?
    c
    • 2
    • 1
  • d

    Damiano

    04/28/2020, 8:49 AM
    just to understand @User please, could you give me a link to understand how can i create custom aggregators?
    c
    • 2
    • 3
  • k

    Kishore G

    04/28/2020, 9:26 PM
    @User works for me
    c
    • 2
    • 1
  • d

    Damiano

    04/28/2020, 9:53 PM
    @User maybe also because i set REFRESH as segmentPushType so i read with this setting i cannot append directly. it is just a copy of the data i want to query...without the possibility to add new data
    k
    • 2
    • 13
  • s

    Shounak Kulkarni

    04/29/2020, 6:58 AM
    hey all, I observed this weird behavior, with same setup the latency and server cpu usage is varying at different time: case 1 - PT done after few minutes of table creation
    1000 rps -> mean latency 185ms
    cpu usage by server -> 2.5 cores
    case 2 - PT done after 8-10 hrs of table creation
    1000 rps -> mean latency 20 ms
    cpu usage by server -> 850 millicores
    Any idea what may be the reason?
    k
    s
    s
    • 4
    • 27
  • d

    Damiano

    04/29/2020, 4:43 PM
    so basically something like String, [INT, INT] for example...talking about shema definition
    m
    • 2
    • 1
  • d

    Damiano

    04/29/2020, 4:43 PM
    could it make sense?
    m
    • 2
    • 6
  • d

    Dan Hill

    04/29/2020, 5:09 PM
    Are there any recommended designs for how to handle currency codes with Pinot tables that store money values?
    k
    • 2
    • 5
  • s

    Shounak Kulkarni

    04/30/2020, 6:47 AM
    hey all, right now i am getting only warn and error logs, how can i get the info logs?(k8s setup)
    k
    • 2
    • 3
  • k

    Kenny Bastani

    04/30/2020, 9:58 AM
    <!channel> The Apache Pinot documentation (https://docs.pinot.apache.org/) has undergone a major restructuring in an effort to make it easier for you to be able to get to the content you need to know. As a part of this effort, we've organized things around three personas: users, developers, and operators. Please reach out to me if you have any feedback, suggestions, or most importantly if you find broken links or content that lacks the quality you expect. This is essential to our efforts to make Pinot as easy as possible to get started with and to maintain in production. Thank you!
    ✌️ 2
    👍 7
    t
    s
    k
    • 4
    • 7
  • n

    Neelakanthanvinod Thanappan

    04/30/2020, 12:05 PM
    or I am missing anything
    k
    • 2
    • 1
  • s

    Sidd

    05/01/2020, 3:35 AM
    Also, are you running this from query console? I ask because query console uses sql by default I guess. With SQL, predicates within double quotes get parsed incorrectly and that unfortunately leads to an error during execution on the server
    r
    • 2
    • 1
  • s

    Surendra

    05/01/2020, 6:37 AM
    How can i query complex nested json data from Pinot, do we need to flatten before ingestion or does pinot can support json functions ?.
    k
    n
    • 3
    • 5
  • k

    Kishore G

    05/04/2020, 5:49 AM
    @User https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally
    m
    • 2
    • 1
  • d

    Damiano

    05/04/2020, 11:22 PM
    I tried again putting a breakpoint on extractFinalResult but no call
    k
    • 2
    • 2
  • r

    Ranveer Singh

    05/05/2020, 10:38 AM
    While validating using api, dateTimeFieldSpec section is getting ignored. Can someone guide me on this
    k
    n
    • 3
    • 13
  • k

    Kenny Bastani

    05/06/2020, 2:02 AM
    <!here> Hi all. Our first virtual meetup is now starting. https://www.meetup.com/apache-pinot/events/270167242/ Here is the meeting video URL in case you cannot sign up.
    🎉 7
    👍 4
    👏 3
    s
    a
    • 3
    • 6
  • s

    Sachin Tripathi

    05/06/2020, 3:52 AM
    @User will upsert will be available for batch data as well?
    t
    j
    • 3
    • 4
  • p

    Priyank Bagrecha

    05/06/2020, 3:58 AM
    will protobuf support tie in with kafka schema registry as well?
    k
    • 2
    • 6
  • d

    Dan Hill

    05/08/2020, 3:00 AM
    Ah, it looks like Presto might just push views down to the connector. That seems weird if I want a view across connectors.
    k
    • 2
    • 4
  • o

    Oguzhan Mangir

    05/08/2020, 7:46 PM
    Hi, I want to ask question about pinot data structure. I was confused a bit. Firstly, I want to give a feedback about the Apache pinot documentations. I think, documentations can be improved. I could not find some necessary informations from docs. This could be my fault. I do not know, you can warn me. Pinot segments is created incrementally based on time. For example, for daily granularity, segments will be created for each day. This is the default and necessary feature for segments like Apache Druid segments. So, we can get best performance when use time based query. Can we define any segment configurations like maximum segment size? For example, for Sunday, we have 10gb data. I want to create 5 segments with 2gb data instead of one segment with 10gb data. Do this operation supported? Segment have metadata information. We can get all segment names of a table from controller api, then we can get metadata(segment uri etc) of each segment from controller api. • In segment metadata, what location "segment URI" represents? Deep storage or offline server location? • Can I get all segments metadata information from controller in one query? (because, i saw the api accepts only one segment to get segment metadata information) Also, I want to read segment. Apache Pinot creates segment file, then compress it to
    .tar.gz
    format. Can I read compressed segment file(eg: segment_1.tar.gz) with
    PinotSegmentRecordReader
    directly? Or do I
    unTar
    compressed file firstly? Shortly, can I read compressed segment file from offline server or deep storage directly? Or do I have to download compressed segment file to local first, and untar and read it? How flow can be to read segment? Thank you so much!
    k
    r
    • 3
    • 22
  • r

    Ranveer Singh

    05/09/2020, 5:38 PM
    what is sysdate equivalent in pinot query? actually i trying to compare fields with current date / time in superset
    x
    • 2
    • 2
  • e

    Elon

    05/11/2020, 5:07 PM
    So it's not absolutely necessary this query be interpreted as an ansi sql query then - can be a shorthand. Just might be confusing for a user who didn't intend to issue that query, i.e. they forgot to add the group by clause... like me when I was testing this 🙂
    k
    • 2
    • 2
  • r

    rleiwang

    05/14/2020, 6:10 PM
    is there any benchmark on multi-value columns query performance and performance tuning guide?
    k
    • 2
    • 2
  • o

    Oguzhan Mangir

    05/15/2020, 7:13 PM
    Hi, I want to access broker debug api. I'm getting response 200(OK) from broker when I send request to the broker
    Path("health")
    endpoint. But did not any response when I want to access `Path("/debug/routingTable/{tableName}")`endpoint. It returned 500 (internal server error). Also,
    Path("/debug/timeBoundary/{tableName}")
    endpoint returned 404 not found(that means timeBoundary information not found for the given table). Why I can not get routing table information from broker? I'm working in local with
    quick-start-batch
    example. https://docs.pinot.apache.org/basics/getting-started/running-pinot-locally version: 0.3.0
    k
    • 2
    • 6
1...456...160Latest