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

    Kishore G

    11/13/2019, 5:48 AM
    Let’s say datetime
  • k

    Kishore G

    11/13/2019, 5:50 AM
    And user can specify granularity at query time and Pinot picks the right physical column
  • k

    Kishore G

    11/13/2019, 5:50 AM
    This is auto
  • k

    Kishore G

    11/13/2019, 5:51 AM
    Vs user query using the physical column datetime-15m ...
  • s

    Sandeep Nayak

    11/13/2019, 5:51 AM
    Ok I get it now, so I could have multiple physical columns which are rollups? The query time determines the best fit? Based on hints?
  • k

    Kishore G

    11/13/2019, 5:51 AM
    Yeah. That was the idea but It’s not implemented yet.
  • k

    Kishore G

    11/13/2019, 5:52 AM
    So for now, user needs to use the physical column explicitly
  • s

    Sandeep Nayak

    11/13/2019, 5:52 AM
    ok
  • s

    Sandeep Nayak

    11/13/2019, 6:20 AM
    Does the
    dimensionFieldSpecs
    support enums?
  • k

    Kishore G

    11/13/2019, 6:32 AM
    It does not matter to Pinot
  • s

    Sandeep Nayak

    11/13/2019, 4:34 PM
    Does that mean its not enforced at the pinot level but data ingested into pinot should have those constraints pre-applied?
  • s

    Sandeep Nayak

    11/13/2019, 4:38 PM
    Does pinot apply the downsampling before ingest or after?
  • k

    Kishore G

    11/13/2019, 4:38 PM
    Yes for enums
  • k

    Kishore G

    11/13/2019, 4:39 PM
    Pinot does not sample
  • s

    Sandeep Nayak

    11/13/2019, 5:28 PM
    And for rollups, are they pre or post ingestion?
  • k

    Kishore G

    11/13/2019, 5:32 PM
    post ingestion
  • k

    Kishore G

    11/13/2019, 5:33 PM
    it can also aggregate while ingesting. It really depends on how many rollups do you want to maintain
  • k

    Kishore G

    11/13/2019, 5:33 PM
    if multiple, then use star tree
  • a

    Alex

    11/13/2019, 11:31 PM
    fyi: is there anyone who is working for linked in? If yes, funny bug for you: posting a flink error into messaging in Firefox completely killed it. Can’t message anyone anymore. The killer:
    Copy code
    You: 2019-11-12 22:10:23,411 WARN  akka.remote.transport.netty.NettyTransport                    - Remote connection to [/10.72.5.85:43946] failed with <http://org.apache.flink.shaded.akka.org|org.apache.flink.shaded.akka.org>.jboss.netty.handler.codec.frame.TooLongFrameException: Adjusted frame length exceeds 10485760: 1195725860 - discarded
  • k

    Kishore G

    11/13/2019, 11:34 PM
    A lot of folks here work at LinkedIn. Thats the error message you got?
  • a

    Alex

    11/13/2019, 11:35 PM
    yep. Try sending it to me for example 🙂
  • k

    Kishore G

    11/13/2019, 11:37 PM
    dont have firefox
  • a

    Alex

    11/14/2019, 6:57 PM
    hey, question about pinot-servers. Kube pods have port 8098 opened. Is it a REST endpoint? Seeing a weird thing -> I can query the cluster using Pinot UI. netcat works with pinot-server, but curling it times out, even on localhost.
  • a

    Alex

    11/14/2019, 6:57 PM
    our presto connector also times out talking to servers
  • a

    Alex

    11/14/2019, 6:57 PM
    brokers are fine
  • k

    Kishore G

    11/14/2019, 6:58 PM
    servers dont have rest end point
  • k

    Kishore G

    11/14/2019, 6:58 PM
    they have thrift end points
  • a

    Alex

    11/14/2019, 6:58 PM
    ok, got it
  • a

    Alex

    11/15/2019, 3:22 AM
    did anyone try to generate pinot segments using Spark or Flink (preferably Flink), or even Beam?
  • k

    Kishore G

    11/15/2019, 3:28 AM
    Spark - yes. Flink - no beam - no
1...959697...160Latest