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

    Michael Latta

    06/23/2022, 3:02 PM
    I note you did not set the storage class on the command line, is it seet in the values file?
    r
    y
    m
    • 4
    • 6
  • y

    Yarden Rokach

    06/24/2022, 9:14 AM
    Bangalore friends this is for you! Join us to discuss Real Time Analytics and dive into Razorpay and *Walmart*'s use cases, using Apache Pinot meetup! Thank you in advance to our Super speakers - @Prashant Pandey (Razorpay) and @Manoj Singh (Walmart), for speaking and helping to make this meetup happen! @Kishore G the Co-author of the Apache Pinot project, and Co-Founder & CEO at StarTree, will open the meetup! <<June 30, 10AM, Razorpay offices>> Registration is right here: https://www.meetup.com/apache-pinot-bangalore-by-startree/events/286738231/
    ❤️ 4
    t
    m
    • 3
    • 5
  • k

    kauts shukla

    06/24/2022, 10:10 AM
    @All : I have moved to latest version 0.10.0 and setup on EC2 graviton machines. no error nothing but not able to consume from kafka. Strange no error longs on server logs.
  • g

    Guoqing Wang

    06/24/2022, 11:26 AM
    Hi Guys
  • g

    Guoqing Wang

    06/24/2022, 11:27 AM
    @here I have a question, Does Pinot support to integrate with PowerBI? If yes, Is there any tutorials ? (edited)
    m
    • 2
    • 7
  • m

    Michael Latta

    06/24/2022, 6:55 PM
    Question: if I exec into the pinot-controller pod I can see the bin directory with pinot-admin.sh, but I do not see it in the source repo. Is there a separate repo/location for accessing these?
    m
    • 2
    • 6
  • m

    Michael Latta

    06/24/2022, 9:13 PM
    Is there a way to get metrics like records ingested per second, segments created per second and such to let users know if there is still data coming in or it has settled down?
    m
    • 2
    • 8
  • h

    Himanshu Rathore

    06/25/2022, 10:27 AM
    Are there any plans to return a paginated response to clients in every case. Looking at the golang & python client codebase, the client receives the whole response in one go & depending on the query, the data can be large enough.
    m
    • 2
    • 1
  • v

    Vuppala Suresh Kumar

    06/27/2022, 5:42 AM
    Hi, During insertion when passing value as null it is taking as default string value "null" but while updating its not reflecting@Mayank Eg: Insert: "xyz": null -------------> "xyz" : "null" Update: "xyz": "abc" to "xyz": null -------------------> No change (Expected: "xyz" : "null")
    m
    • 2
    • 5
  • a

    Alice

    06/27/2022, 9:09 AM
    Can I use uspert and RealtimeToOfflineSegmentsTask at the same time?
    k
    m
    +4
    • 7
    • 21
  • y

    Yarden Rokach

    06/27/2022, 6:25 PM
    Hi ALL! We created this new #C03N1JNHXLY channel, to keep you all updated with the most interesting and relevant events to the Apache Pinot Community 🔥 Be sure to join it and feel free to share the events you're participating in, or SPEAKING in, so we can cheer you on from the crowd! 🏁 🏁 Check it out >>
    ❤️ 3
  • a

    Ashish

    06/27/2022, 9:39 PM
    What is the reason for having timeboundary based query routing for hybrid tables? If the table is configured for time based pruning then can’t we just use that to dispatch query to right segments/servers instead?
    m
    • 2
    • 7
  • y

    Yarden Rokach

    06/28/2022, 5:32 PM
    https://www.linkedin.com/posts/startreedata_real-time-analytics-summit-2022-startree-[…]caz5?utm_source=linkedin_share&amp;utm_medium=member_desktop_web RTA Summit- The Agenda is Live! Check out the great speakers we brought together, and save your seat, to learn from the best! 📢 📢 🔥 🔥
  • r

    Rajat Taya

    06/28/2022, 7:02 PM
    Is there any feature using which we can
    pause
    consumption of realtime table registered on kafka stream without disabling the table(which indirectly removes all the data for a table). One use case where I want to try it out: • scale-out and scale-in of the realtime servers. If we have this functionality we can serve the latest data upto few min delay.
    s
    • 2
    • 2
  • g

    Greg P

    06/29/2022, 5:01 AM
    👋 Hi everyone!
    👋 2
  • g

    Greg P

    06/29/2022, 5:01 AM
    I wonder if someone could help me with a simple PurgeTask.
  • g

    Greg P

    06/29/2022, 5:04 AM
    As far as I can see I can use built-in purge task. The only thing I need to do is to setRecordPurgeFactory in MinionContext. Can’t figure out how
    f
    • 2
    • 13
  • d

    Diogo Baeder

    06/30/2022, 3:12 PM
    Hi folks! Any idea when 0.11 will be released, and will have a docker image published?
    ❤️ 1
    ➕ 1
    m
    • 2
    • 2
  • v

    Vibhor Jaiswal

    06/30/2022, 7:23 PM
    Hi All ,
  • v

    Vibhor Jaiswal

    06/30/2022, 7:24 PM
    Quick Question - Which version of the Pinot supports the Null Value handling - https://docs.pinot.apache.org/developers/advanced/null-value-support
    m
    • 2
    • 2
  • v

    Vibhor Jaiswal

    06/30/2022, 7:24 PM
    The version is not there in above article .
  • r

    Rajat Taya

    06/30/2022, 7:36 PM
    Is there any feature using which we can blacklist a
    realtime server
    node. Such that is won’t take any new ingestion tasks. It can help in gracefully rotating the server nodes in case of any change. Also, if we can reassign the segments being loaded by that server except the one which are in consuming state.
    s
    • 2
    • 3
  • j

    ji bq

    07/01/2022, 1:17 AM
    👋 Hi everyone!
    👋 1
    👍 1
    y
    • 2
    • 1
  • a

    alon

    07/01/2022, 5:13 AM
    hi, I would like to index segments (linestring) in pinot. and by given point search the closest segments. ( each segment have an id ) How to index my segements in the schema?
    m
    y
    • 3
    • 13
  • c

    Cheguri Vinay Goud

    07/01/2022, 12:45 PM
    Hello, Is there any way/plugin to save a pinot table as a csv file in s3 bucket?
    m
    v
    • 3
    • 2
  • p

    Parmjit Singh

    07/01/2022, 5:43 PM
    Hello Everyone, I am looking to connect Microsoft analysis service (SSAS) connection to Trino, So I can create a query the data in Apache Superset. Is Pinot provide that kind of functionality if yes then where I can find the detail?
    m
    • 2
    • 1
  • e

    Ehsan Irshad

    07/04/2022, 4:02 AM
    Hi I am looking to ingest kafka topic which has proto serialised messages. Is there a documentation which I can follow?
    m
    k
    • 3
    • 2
  • c

    Cheguri Vinay Goud

    07/05/2022, 2:21 PM
    Hello, I configured pinot in trino in minikube and tried to query data from pinot table through Trino but I'm getting below error. Here is the pinot config in the k8s configmap for Trino.
    Copy code
    pinot.properties: |
        connector.name=pinot
        pinot.controller-urls=pinot-controller-external.pinot-quickstart.svc.cluster.local:9000
    Below is the query used
    Copy code
    select * from pinot.default.transcript limit 4
    logs.txt
    v
    • 2
    • 3
  • a

    ahmedemad

    07/05/2022, 3:36 PM
    Hiiiiiiiii Dears , I am new to apache pinot. could some1 plz tell me why apache pinot is different than apache kudu as it seems they are doing the same thing to me
    👋 3
    m
    • 2
    • 1
  • j

    John Peter S

    07/06/2022, 6:18 AM
    Question: Lets say I already have a Kafka cluster working, should the Pinot cluster use the existing zookeeper which is used by Kafka or a separate zookeeper exclusive for Pinot cluster should also do the trick? Just that we provide the proper zookeeper URL in the table config is required?
    l
    • 2
    • 1
1...454647...160Latest