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

    Seunghyun

    02/21/2020, 11:40 PM
    @User They are failing in different stage
  • s

    Seunghyun

    02/21/2020, 11:40 PM
    no data gets populated
  • x

    Xiang Fu

    02/21/2020, 11:44 PM
    Hmm
  • x

    Xiang Fu

    02/21/2020, 11:44 PM
    Which java version is used?
  • x

    Xiang Fu

    02/22/2020, 12:03 AM
    is it because the input data is inside a jar file? So the reference will use <jar//?|jar//?>
  • x

    Xiang Fu

    02/22/2020, 12:03 AM
    Seeing Pinot FS error here
  • x

    Xiang Fu

    02/22/2020, 12:05 AM
    Scheme is not found
  • x

    Xiang Fu

    02/22/2020, 12:42 AM
    a simple patch could be try to get local fs if scheme is jar
  • g

    GauravK

    02/24/2020, 9:33 AM
    Hello. We are trying Getting Started section from
    apache-pinot-cookbook
    . In the Load Data in Batch section, docker command uses
    examples/docker/ingestion-job-specs/airlineStats.yaml
    file. We are not able to locate
    examples/docker
    folder. Please advise.
  • e

    Elon

    02/24/2020, 6:15 PM
    @User we are seeing similar errors to @User in the broker logs, did the config options change recently? Here is the logs and configs for the broker:
  • e

    Elon

    02/24/2020, 6:16 PM
    broker logs
    broker logs
  • e

    Elon

    02/24/2020, 6:16 PM
    broker config
    broker config
  • k

    Kishore G

    02/24/2020, 6:20 PM
    the invalid instance setup is something that comes from Helix and can be ignored. @User can you confirm that this is getting fixed in newer version
  • e

    Elon

    02/24/2020, 6:35 PM
    Thanks!
  • e

    Elon

    02/24/2020, 6:43 PM
    FYI, this is based off of most recent master branch.
  • e

    Elon

    02/24/2020, 6:44 PM
    Everything else seems to be working
  • j

    Jack

    02/24/2020, 7:16 PM
    Yes, I've contacted Helix team to work on that. It's getting fixed in the newer Helix version.
    👍 2
  • k

    Kishore G

    02/25/2020, 6:13 PM
    @User is this PR to go? https://github.com/apache/incubator-pinot/pull/4973
  • h

    Harshini Elath

    02/26/2020, 11:11 PM
    How to apply start tree index after loading the segments ?
  • h

    Harshini Elath

    02/26/2020, 11:11 PM
    will rebalance table api call work ?
  • h

    Harshini Elath

    02/26/2020, 11:16 PM
    oh ok
  • k

    Kishore G

    02/27/2020, 1:18 AM
    @User what do you think about supporting this usecase - generating star tree index on the fly
  • k

    Kishore G

    02/27/2020, 1:19 AM
    We have all the bits needed, it’s more about documenting the impact on queries during index generation
  • m

    Mayank

    02/27/2020, 1:24 AM
    @User The idea is good, but it may be too expensive (cpu+mem) to build it on the server side while serving queries.
  • k

    Kishore G

    02/27/2020, 1:25 AM
    Agree while serving traffic, but while experimenting this is a handy feature
  • m

    Mayank

    02/27/2020, 2:41 AM
    Yes, we can certainly do that for experimenting
  • m

    Mayank

    02/27/2020, 2:42 AM
    We will probably need to expose the starTreeGenerationCfg under table/indexingConfig
  • k

    Kishore G

    02/27/2020, 2:43 AM
    we have everything’s need for star tree under table config rt?
  • m

    Mayank

    02/27/2020, 2:44 AM
    Oh yes, seems starTreeConfig is already there under indexingConfig
  • p

    Praneeth Gunupati

    02/27/2020, 3:13 PM
    Hi Community, I am new to Apache Pinot. Can you please help me on how to get started. Thanks!!
1...114115116...160Latest