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

    Kishore G

    10/26/2019, 2:16 PM
    @User any perf numbers that can be shared?
  • a

    Alex

    10/26/2019, 6:07 PM
    awesome!
  • c

    Chinmay Soman

    10/29/2019, 7:21 PM
    @User @User ^^
  • c

    Chinmay Soman

    10/29/2019, 7:21 PM
    might be a good idea to tag some issues as "Newbie" ?
    ➕ 7
  • k

    Kishore G

    10/29/2019, 7:30 PM
    yes, lets go over the issues and label them as newbie.
  • k

    Kishore G

    10/29/2019, 7:31 PM
    i will take a stab at it later
  • k

    Kishore G

    10/30/2019, 4:57 PM
    @User are you working on the release
  • s

    Subbu Subramaniam

    10/30/2019, 5:11 PM
    I am. Waiting for the released code to go to production so that we can confirm we are good with it
  • c

    Chinmay Soman

    10/30/2019, 6:09 PM
    @User would love to hear your thoughts on this issue : https://github.com/apache/incubator-pinot/issues/4525 (this is blocking our (private) cloud deployment efforts).
  • k

    Kishore G

    10/30/2019, 6:31 PM
    @User I have few questions. will comment on the PR
  • c

    Chinmay Soman

    10/30/2019, 6:32 PM
    👍🏽
  • a

    Alex

    10/30/2019, 6:39 PM
    how does it work in kube? does it rely on headeless service and stateful sets?
  • k

    Kishore G

    10/30/2019, 6:42 PM
    @User added the feature to pass the instanceId at startup.
  • x

    Xiang Fu

    10/30/2019, 6:42 PM
    statefulset
  • a

    Alex

    10/30/2019, 6:42 PM
    got it
  • a

    Alex

    10/30/2019, 7:08 PM
    @User I launched pinot on kube using you yamls as a example. No I port forwarded into coordinator (can open it via localhost:9000) and trying to add a schema using AdminTool
  • a

    Alex

    10/30/2019, 7:08 PM
    which is failing withL:
  • a

    Alex

    10/30/2019, 7:08 PM
    Copy code
    org.apache.pinot.common.exception.HttpErrorStatusException: Got error status code: 404 (NOT FOUND) with reason: "Failed to get reason" while sending request: <http://localhost:9000/schemas>
  • a

    Alex

    10/30/2019, 7:08 PM
    any hints?
  • a

    Alex

    10/30/2019, 7:09 PM
    can see
    Copy code
    Handled request from 127.0.0.1 GET <http://localhost:9000/schemas>, content-type null status code 200 OK
    in controller logs when I call get on it
  • k

    Kishore G

    10/30/2019, 7:10 PM
    does swagger UI work?
  • a

    Alex

    10/30/2019, 7:10 PM
    yep
  • a

    Alex

    10/30/2019, 7:11 PM
    Copy code
    curl <http://localhost:9000/schemas>
    []
  • a

    Alex

    10/30/2019, 7:12 PM
    can it be a version issue?
  • a

    Alex

    10/30/2019, 7:12 PM
    docker image is:
    Copy code
    winedepot/pinot:0.1.13-SNAPSHOT
  • k

    Kishore G

    10/30/2019, 7:12 PM
    just to make sure I understand correctly, if you perform the operation via browser (swagger) it works fine but it fails with curl/admin cli tool
  • a

    Alex

    10/30/2019, 7:13 PM
    pom has: <version>0.2.0-SNAPSHOT</version>
  • a

    Alex

    10/30/2019, 7:13 PM
    if I call get on schemas it works and returns empty list
  • a

    Alex

    10/30/2019, 7:13 PM
    when I try to add a new schema via admin -> it fails
  • a

    Alex

    10/30/2019, 7:13 PM
    with 404
1...899091...160Latest