https://pinot.apache.org/ logo
Join Slack
Powered by
# troubleshooting
  • n

    Neha Pawar

    05/06/2020, 11:12 PM
    looks like this ^^ was a different issue. Still need help with the original problem. @Kishore G @Mayank ☝️
  • x

    Xiang Fu

    05/06/2020, 11:40 PM
    is this try to writing to a remote disk or local disk
  • x

    Xiang Fu

    05/06/2020, 11:40 PM
    I used to see issue of writing to remote disk
  • x

    Xiang Fu

    05/06/2020, 11:41 PM
    however that time the written succeed, but segment file is corrupted
  • k

    kish

    05/07/2020, 12:09 AM
    local disk
  • s

    Sidd

    05/07/2020, 12:17 AM
    Probably you already checked, but could disk space be the reason?
  • k

    kish

    05/07/2020, 12:27 AM
    yes, there was enough space
  • k

    Kishore G

    05/07/2020, 12:32 AM
    Can you show the logs? There must be something overflowing.
  • k

    kish

    05/07/2020, 12:34 AM
    which logs?
  • k

    kish

    05/07/2020, 12:34 AM
    Only thing I could get was message printed on console which was exception stacktrace
  • k

    Kishore G

    05/07/2020, 12:36 AM
    nothing before that?
  • k

    kish

    05/07/2020, 12:36 AM
    no
  • k

    Kishore G

    05/07/2020, 12:36 AM
    it should print the cardinality of each column and total number of records
  • k

    kish

    05/07/2020, 12:36 AM
    no cardinality info
  • k

    kish

    05/07/2020, 12:36 AM
    Copy code
    Finished records indexing in IndexCreator!
  • n

    Neha Pawar

    05/07/2020, 2:03 PM
    Could you share the data characteristics - number of files, number of records per file, cardinality,data type,field type,value range, max length for each column @kish
  • k

    kish

    05/07/2020, 2:13 PM
    STRING column; Cardinality: 1; Max length bytes: 15 • STRING column; Cardinality: 8K; Max length bytes: 25 • STRING column: Cardinality: 38K: Max length bytes: 15 • STRING column: Cardinality: 4; Max length bytes: 4 • STRING column: Cardinality: 35; Max length bytes: 26 • STRING column: Cardinality: 3; Max length bytes: 10 • STRING column: Cardinality: 5; Max length bytes: 8 • STRING column: Cardinality 5; Max length bytes: 5 • STRING column: Cardinality 157; Max length bytes: 29 • INT column: cardinality 3; range 1 - 50 • INT column: cardinality 63971; range 0-64K • LONG column: cardinality: 3.5 million - timestamps
  • k

    kish

    05/07/2020, 2:14 PM
    1 file, 3.5 million records
  • n

    Neha Pawar

    05/07/2020, 2:29 PM
    This is the same as before? This had worked fine when creating segment from a CSV file right? @kish
  • k

    kish

    05/07/2020, 2:37 PM
    yes
  • d

    Damiano

    05/07/2020, 2:45 PM
    Hello, at the moment i am using the quickstart.java to run Pinot, i am doing my tests in a table with 30M Of documents, only two dimensions (id, group_id) and one metric (amount) how can i understand "when" to scale Pinot on more servers?
  • d

    Damiano

    05/07/2020, 2:46 PM
    i think the quickstart.java is not tuned, i mean we can do more to optimize the latency i suppose
  • r

    Ranveer Singh

    05/08/2020, 5:40 PM
    do we have trim transformation in pinot
  • r

    Ranveer Singh

    05/08/2020, 5:40 PM
    trim expression ?
  • m

    Mayank

    05/08/2020, 5:47 PM
    No, but should be easy to add. What syntax semantics are you looking for?
  • r

    Ranveer Singh

    05/08/2020, 5:48 PM
    trim the whitespace
  • n

    Neha Pawar

    05/08/2020, 6:10 PM
    transformation during ingestion or query?
  • r

    Ranveer Singh

    05/09/2020, 4:58 AM
    In superset , column expression? while ingestion , hope groovy will support that. Actuall i already ingested and need to do a quick demo.
  • k

    Kishore G

    05/09/2020, 5:10 AM
    I dont think we have one for String functions
  • k

    Kishore G

    05/09/2020, 5:12 AM
    you need something like this for String
1...99100101...166Latest