srikalyc / Sql4D

Sql interface to druid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception in thread "main" java.lang.NumberFormatException: null

ysudhir opened this issue · comments

java -jar target/Sql4DClient-3.1.0.jar -bh localhost -bp 8084 -ch localhost -cp 8082 -i 50 -mdb druid -mh hostname -f -mid druid -mpw druid -oh localhost -op 8080
Exception in thread "main" java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:542)
at java.lang.Integer.parseInt(Integer.java:615)
at com.yahoo.sql4dclient.Main.init(Main.java:142)
at com.yahoo.sql4dclient.Main.main(Main.java:377)

-mp should be a valid port number for mysql port, hence the exception.