Hello im unable to start pinot due to the below er...
# general
t
Hello im unable to start pinot due to the below error- Administrator@EC2AMAZ-6IDI4LG /cygdrive/c/users/Administrator/documents/apache-inot-incubating-0.6.0-bin/apache-pinot-incubating-0.6.0-bin $ bin/pinot-admin.sh StartController -zkAddress localhost:2191 -controlerPort 9000 Unrecognized VM option 'PrintGCDateStamps' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. im stuck at second step in this -> https://docs.pinot.apache.org/basics/getting-started/advanced-pinot-setup can somebody help me?
x
I think this is because your machine is using Java 11
export JAVA_OPTS="-Xms4G -Xmx8G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xloggc:gc-pinot-controller.log" bin/pinot-admin.sh StartController \ -zkAddress localhost:2191 \ -controllerPort 9000
You can try to remove those flags from the JAVA_OPTS
🙂 1
👍 1
t
$ ./bin/quick-start-streaming.sh ./bin/quick-start-streaming.sh: line 20: $'\r': command not found ./bin/quick-start-streaming.sh: line 21: syntax error near unexpected token `$'{\r'' '/bin/quick-start-streaming.sh: line 21: `jdk_version() { i tried to build from github, the build was successful but i got the above error used cygwin and normal cmd to build
I went with buidling using maven beacuse i had an error using it in cygwin
the error was
while starting the controller, it didin't start,even checked in zooInspector
at java.net.URI$Parser.checkChars(URI.java:3086) ~[?:?]     at java.net.URI$Parser.parse(URI.java:3122) ~[?:?]     at java.net.URI.<init>(URI.java:600) ~[?:?]     at org.apache.pinot.common.utils.URIUtils.getUri(URIUtils.java:40) ~[pinot-all-0.6.0-jar-with-dependencies.jar:0.6.0-bb646baceafcd9b849a1ecdec7a11203c7027e21]     at org.apache.pinot.controller.api.resources.ControllerFilePathProvider.<init>(ControllerFilePathProvider.java:67) ~[pinot-all-0.6.0-jar-with-dependencies.jar:0.6.0-bb646baceafcd9b849a1ecdec7a11203c7027e21]     at org.apache.pinot.controller.api.resources.ControllerFilePathProvider.init(ControllerFilePathProvider.java:49) ~[pinot-all-0.6.0-jar-with-dependencies.jar:0.6.0-bb646baceafcd9b849a1ecdec7a11203c7027e21]     at org.apache.pinot.controller.ControllerStarter.initControllerFilePathProvider(ControllerStarter.java:487) ~[pinot-all-0.6.0-jar-with-dependencies.jar:0.6.0-bb646baceafcd9b849a1ecdec7a11203c7027e21]     ... 11 more
can you help me?
x
Seems to be the issue of operating system . Are you building it in windows?