Developer
[kafka 설치] Classpath is empty. Please build the project first e.g. by running './gradlew jar 에러
South Korea life
2021. 2. 24. 13:44
728x90
반응형
해당 error가 나왔을 때, 대처 방안을 확인해보니...
kafka파일을 받을 때, source file이 아닌 binary 파일을 다운로드 받으니 설치가 되었습니다
파일을 다운로드 받은 후, zookeeper를 실행 시켜주고...
// (1) 압축 푼 디렉토리 이동
C:\users\download> cd D:\kafka\bin\windows
// (2) zookeeper 실행
D:\kafka\bin\windows> .\zookeeper-server-start.bat ..\..\config\zookeeper.properties
kafka를 동일한 방법으로 실행시켜 주었습니다.
// (1) 압축 푼 디렉토리 이동
C:\users\download> cd D:\kafka\bin\windows
// (2) kafka 실행
D:\kafka\bin\windows> .\kafka-server-start.bat ..\..\config\server.properties
apache kafka 사이트: kafka.apache.org/
Apache Kafka
Apache Kafka: A Distributed Streaming Platform.
kafka.apache.org
728x90
반응형