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

    RK

    05/17/2021, 2:35 PM
    0.7
  • d

    Daniel Lavoie

    05/17/2021, 2:36 PM
    Have you tried running the latest version of pinot?
  • r

    RK

    05/17/2021, 2:37 PM
    No, I have done all the setups with this 0.7 so using this for now
  • r

    RK

    05/17/2021, 2:38 PM
    This is the latest one right? 0.7.1 I am using this only
  • d

    Daniel Lavoie

    05/17/2021, 2:39 PM
    I would suggest upgrading to 0.7.1 first. I’m not sure but I think there was a bug in 0.7.0 that justified releasing 0.7.1 right after.
  • d

    Daniel Lavoie

    05/17/2021, 2:39 PM
    Might not be related but that’s going to be a better place to start with
  • r

    RK

    05/17/2021, 2:51 PM
    Yes I am using 0.7.1
  • s

    Sadim Nadeem

    05/18/2021, 8:11 AM
    Hi @Mohamed Kashifuddin @Mohamed Sultan @Shailesh Jha @Pugal
    👋 3
  • l

    Lochanie

    05/18/2021, 8:14 AM
    Hi All, I am a complete beginner to apache pinot. Today I have installed apache pinot in my windows 10 machine using below link. https://docs.pinot.apache.org/basics/getting-started/running-pinot-locally. But when I type http://localhost:9000 , I cannot see the pinot data explore. It gives the error message this site cant be reached. Please help me to resolve this issue. my pinot version is 0.6.0 and JDK version is 8. I ran the bach quick-start command only. Thank you!
  • s

    Syed Akram

    05/21/2021, 10:32 AM
    Hi,
  • s

    Santosh

    05/22/2021, 10:26 PM
    Hi I am trying to run pinot as a cluster mode, but is there any way to push all logs of controller, broker, zkp and server to /var/log/pinot ? and also want to apply log rotation of it, please help me with refer docs where i am running below commands
  • s

    Santosh

    05/22/2021, 10:26 PM
    Copy code
    #StartZookeeper
    
    bin/pinot-admin.sh StartZookeeper -zkPort 2181 2>&1
    
    #start Controller
    
    bin/pinot-admin.sh StartController -zkAddress localhost:2181 -clusterName pinot-dev-cluster -controllerPort 9000 2>&1
    
    
    # start Broker
    
      bin/pinot-admin.sh StartBroker \
      -zkAddress localhost:2181 \
      -clusterName pinot-dev-cluster \
      -brokerPort 7000
    
    
    #start Server
    
      bin/pinot-admin.sh StartServer -zkAddress localhost:2181 -clusterName pinot-dev-cluster -serverPort 8001 -serverAdminPort 8002
  • m

    Mayank

    05/22/2021, 10:28 PM
    You can use quick-start if you are just playing, it will have single log file if you use the latest code from master (0.7.1 does not have that fix).
  • s

    Santosh

    05/22/2021, 10:30 PM
    what is the recommended version to use
  • m

    Mayank

    05/22/2021, 10:33 PM
    0.7.1 is the official release. But if you are playing you can use master
  • s

    Santosh

    05/22/2021, 10:34 PM
    currently we are doing poc on it
  • m

    Mayank

    05/22/2021, 10:35 PM
    Ok, then stick to official version.
  • m

    Mayank

    05/22/2021, 10:36 PM
    You can play with log4j settings to direct your logs. But since you are starting separate jvm’s, you can’t use the same output file
  • j

    Jonathan Meyer

    05/24/2021, 7:56 PM
    Hello 🙂 When no data is found (e.g. after filtering), an
    AVG
    aggregation returns
    '-Infinity'
    Does this behavior change once we enable null value support (
    nullHandlingEnabled
    ) ? Either way, should the Python client parse the string values (since JSON doesn't have support for inf), as
    [-]np.inf
    ?
  • s

    Syed Akram

    05/25/2021, 11:16 AM
    Hi,
  • s

    Syed Akram

    05/25/2021, 11:16 AM
    getting above exception present in the screenshot, when i am setting up a cluster with authorization
  • s

    Syed Akram

    05/25/2021, 11:17 AM
    can someone help?
  • s

    Syed Akram

    05/25/2021, 11:21 AM
    i am able to just login, but not able to access anything
  • s

    Syed Akram

    05/25/2021, 11:22 AM
    it seems no permission available for user/admin 403 error code
  • s

    Syed Akram

    05/25/2021, 11:31 AM
    Got Exception to upload Pinot Schema: baseballStats org.apache.pinot.common.exception.HttpErrorStatusException: Got error status code: 403 (Forbidden) with reason: "Permission is denied for access type 'READ' to the endpoint
  • s

    Syed Akram

    05/25/2021, 11:31 AM
    when trying to upload schema, i got above exception too in that auth mode via command line
  • s

    Syed Akram

    05/25/2021, 12:38 PM
    @Mayank
  • r

    RK

    05/25/2021, 1:01 PM
    ?
  • m

    Mayank

    05/25/2021, 1:02 PM
    How are you passing the credentials when making the call?
  • s

    Syed Akram

    05/25/2021, 1:08 PM
    yes
1...147148149...166Latest