srikalyc / Sql4D

Sql interface to druid.
Apache License 2.0
77 stars 41 forks source link

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

Closed ysudhir closed 9 years ago

ysudhir commented 9 years ago

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)

srikalyc commented 9 years ago

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