I am newbie in apache kafka and to understand kafka terminology I refer tutorialpoints. In link1 it use "bin/zkServer.sh start" command to start zookeeper server and In link2 it use "bin/zookeeper-server-start.sh config/zookeeper.properties".
Is there any difference between this two commands or both are same?