You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Vahid Hashemian (JIRA)" <ji...@apache.org> on 2016/12/30 18:13:58 UTC

[jira] [Commented] (KAFKA-4572) Kafka connect for windows is missing

    [ https://issues.apache.org/jira/browse/KAFKA-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15788100#comment-15788100 ] 

Vahid Hashemian commented on KAFKA-4572:
----------------------------------------

[~aravindk47] This is already addressed in [KAFKA-4272|https://issues.apache.org/jira/browse/KAFKA-4272]. The scripts now exist in trunk ([here|https://github.com/apache/kafka/blob/trunk/bin/windows/connect-distributed.bat] and [here|https://github.com/apache/kafka/blob/trunk/bin/windows/connect-standalone.bat]). Should we mark this as a duplicate?

> Kafka connect for windows is missing
> ------------------------------------
>
>                 Key: KAFKA-4572
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4572
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 0.10.1.1
>         Environment: Windows.
>            Reporter: Aravind Krishnan
>            Assignee: Ewen Cheslack-Postava
>
> Unable to find the connect-standalone for windows. When created as below
> IF [%1] EQU [] (
> 	echo USAGE: %0 connect-standalone.properties
> 	EXIT /B 1
> )
> SetLocal
> rem Using pushd popd to set BASE_DIR to the absolute path
> pushd %~dp0..\..
> set BASE_DIR=%CD%
> popd
> rem Log4j settings
> IF ["%KAFKA_LOG4J_OPTS%"] EQU [""] (
> 	set KAFKA_LOG4J_OPTS=-Dlog4j.configuration=file:%BASE_DIR%/config/tools-log4j.properties
> )
> %~dp0kafka-run-class.bat org.apache.kafka.connect.cli.ConnectStandalone %*
> EndLocal
> Not able to see any of the below logs in FileStreamSourceTask
>   log.trace("Read {} bytes from {}", nread, logFilename());
> (OR)
>                             log.trace("Read a line from {}", logFilename());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)