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

    Kishore G

    12/17/2019, 12:32 AM
    Not right now. @User is adding support for text search
  • s

    Subbu Subramaniam

    12/17/2019, 12:44 AM
    https://github.com/apache/incubator-pinot/pull/4930
  • k

    Kishore G

    12/17/2019, 12:47 AM
    e.g.
    Copy code
    companyId, Name,  Description
    1234, foo, "this is an awesome company"
  • k

    Kishore G

    12/17/2019, 12:48 AM
    you can model them as
    Copy code
    companyId, Name,  Description, Description_tags
    1234, foo, "this is an awesome company", ["this", "is", "awesome", "company"]
  • k

    Kishore G

    12/17/2019, 12:49 AM
    then you can do something like description_tags IN ('awesome') and description_tags IN ("company")
  • p

    Paulo Silva

    12/17/2019, 1:03 AM
    Cool. I'll try this.
  • a

    Alex

    12/20/2019, 7:31 PM
    good morning! What is the correct way to swap offline segments (lets say when we want to republish them as we missed some data or if we added new column and want to backfill) ?
  • m

    Mayank

    12/20/2019, 7:50 PM
    If old and new segment names match, simply pushing will overwrite the old segments (aka refresh).
  • m

    Mayank

    12/20/2019, 7:51 PM
    It’s a bit tricky if old segment names and number don’t match, and you want to overwrite all data without taking downtime
  • m

    Mayank

    12/20/2019, 7:52 PM
    @User ^^
  • a

    Alex

    12/20/2019, 8:13 PM
    if I overwrite the file, do I need to call API again to register it?
  • a

    Alex

    12/20/2019, 8:13 PM
    or I can just write to a DFS?
  • a

    Alex

    12/20/2019, 8:13 PM
    @User?
  • m

    Mayank

    12/20/2019, 8:14 PM
    You need to push the segments to the controller again
  • m

    Mayank

    12/20/2019, 9:03 PM
    Unless if you are just adding a new column and you want to provide a default value for existing segments, in that case you just update schema and call the back fill api to populate default value for new column @Alex
  • a

    Alex

    12/20/2019, 9:46 PM
    got it, thanks.
  • c

    Chinmay Soman

    01/07/2020, 8:04 PM
    @User just wondering regarding this PR (https://github.com/apache/incubator-pinot/pull/4952) if you're ok with going ahead with the tenant API - tagging support ?
  • s

    Subbu Subramaniam

    01/07/2020, 9:08 PM
    i will chat with snlee
  • c

    Chinmay Soman

    01/07/2020, 9:53 PM
    ok lemme know - I can move those endpoints to
    /tenant
    instead of
    /instance
  • s

    Subbu Subramaniam

    01/07/2020, 9:54 PM
    will do
  • k

    Kishore G

    01/15/2020, 9:18 PM
    cc: @User @User @User this is awesome!
  • k

    Kishore G

    01/16/2020, 10:36 PM
    <!here> Thanks for being part of the Pinot community. As you all know, Pinot is part of Apache Incubator and one key requirement to graduate to a top level project is to have a strong community. Apache measures this based on the activity in apache mailing lists (users@pinot.apache.org) (unfortunately, slack messages are not considered part of this). Request every one here to subscribe to the Apache mailing list. This is as simple as sending an email to users-subscribe@pinot.apache.org. We will still have our conversations on slack and we can use slack plugins to redirect messages to Apache mailing list.
    ➕ 7
    👍 5
  • k

    Kishore G

    01/16/2020, 10:36 PM
    Slack activity graph.
  • s

    Sidd

    01/16/2020, 10:54 PM
    For folks not aware of Pinot's twitter handle: https://twitter.com/ApachePinot
  • s

    Sidd

    01/16/2020, 10:55 PM
    It will be good to tweet the announcements/blog posts etc
  • s

    Sidd

    01/16/2020, 11:33 PM
    <!here>, text search PR
  • s

    Sidd

    01/16/2020, 11:33 PM
    https://github.com/apache/incubator-pinot/pull/4993
  • e

    Elon

    01/21/2020, 10:47 PM
    Question - we just updated pinot to head and have realtime tables. Since the jar locations changed (i.e. KafkaCopnsumerFactory) for the realtime tables I resubmitted the curl statement to add a realtime table, is that all that needs to be done? I looked in "externalView" and do not see any errors.
  • k

    Kishore G

    01/21/2020, 10:48 PM
    yes, thats all thats needed. we should probably have a mapping from old class to new class to make the migration simpler. wdyt?
  • e

    Elon

    01/21/2020, 11:42 PM
    Makes sense, would be easier for users to upgrade. Or atleast fail the new segments (i.e. new online segments in ERROR state in externalView) and have a descriptive error message so users know what to do?
1...107108109...160Latest