Hello,

I am experimenting with Kafka.  The binary version of kafka_2.9.2-0.8.1.1.
 I am running it on a Windows system.  I am trying to run the scripts in
the windows directory to make a topic and make some sample messages.  Here
is the error I am getting:
--
C:\kafka_2.9.2-0.8.1.1>.\bin\windows\kafka-create-topic.bat --zookeeper
localhost:2181 --replica 1 --partition 1 --topic test
Error: Could not find or load main class kafka.admin.CreateTopicCommand
--
The script for kafka-create-topic.bat is as follows:
--
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
--

%~dp0kafka-run-class.bat kafka.admin.CreateTopicCommand %*
David Novogrodsky
david.novogrod...@gmail.com
http://www.linkedin.com/in/davidnovogrodsky

Reply via email to