kafka/bin
u214578 b9bfdd3548 MINOR: Remove unintentional tilde character from kafka-run-class.bat script
It seems a tipo was made on a avariable for the log dir with commit 81e789ae3d. Then Windows tries to access by default the /log directory which of cause not exists.
klesta490 Is it ok so? Or was the tilde ~ intentional?

To test:
On Windows with the a fresh downloaded Kafka, adapt the properties:
* dataDir in config/zookeeper.properties with what you want, windows-compatible
* log.dirs in config/server.properties with what you want, windows-compatible
and executes:
bin\windows\zookeeper-server-start.bat config\zookeeper.properties

Author: u214578 <florian.hof@sbb.ch>

Reviewers: Vladimír Kleštinec <klestinec@gmail.com>, Vahid Hashemian <vahid.hashemian@gmail.com>

Closes #5837 from florianhof/feature/fix_windows_log_param
2018-10-28 22:13:34 +05:30
..
windows MINOR: Remove unintentional tilde character from kafka-run-class.bat script 2018-10-28 22:13:34 +05:30
connect-distributed.sh KAFKA-4115: Increasing the heap settings for Connect scripts 2017-11-21 16:07:06 -08:00
connect-standalone.sh KAFKA-4115: Increasing the heap settings for Connect scripts 2017-11-21 16:07:06 -08:00
kafka-acls.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-broker-api-versions.sh KAFKA-4457; Add BrokerApiVersionsCommand 2017-01-18 23:44:11 +00:00
kafka-configs.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-console-consumer.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-console-producer.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-consumer-groups.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-consumer-perf-test.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-delegation-tokens.sh KAFKA-4541; Support for delegation token mechanism 2018-01-16 09:50:31 -08:00
kafka-delete-records.sh KAFKA-4586; Add purgeDataBefore() API (KIP-107) 2017-03-28 09:59:44 -07:00
kafka-log-dirs.sh KAFKA-5694; Add AlterReplicaDirRequest and DescribeReplicaDirRequest (KIP-113 part-1) 2017-09-02 23:20:13 -07:00
kafka-mirror-maker.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-preferred-replica-election.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-producer-perf-test.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-reassign-partitions.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-replay-log-producer.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-replica-verification.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-run-class.sh MINOR:Update versions for streams upgrade tests (#5609) 2018-09-10 14:24:03 -07:00
kafka-server-start.sh KAFKA-3934: Start scripts enable GC by default with no way to disable 2016-08-09 09:16:17 -07:00
kafka-server-stop.sh KAFKA-5473; handle ZK session expiration properly when a new session can't be established 2017-12-15 14:48:30 -08:00
kafka-simple-consumer-shell.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-streams-application-reset.sh KAFKA-4008: Module "tools" should not be dependent on "core" 2016-08-01 20:12:38 -07:00
kafka-topics.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-verifiable-consumer.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
kafka-verifiable-producer.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
trogdor.sh KAFKA-5776; Add the Trogdor fault injection daemon 2017-08-25 12:29:40 -07:00
zookeeper-security-migration.sh KAFKA-3152; kafka-acl doesn't allow space in principal name 2016-01-27 08:23:25 -08:00
zookeeper-server-start.sh KAFKA-3934: Start scripts enable GC by default with no way to disable 2016-08-09 09:16:17 -07:00
zookeeper-server-stop.sh KAFKA-5473; handle ZK session expiration properly when a new session can't be established 2017-12-15 14:48:30 -08:00
zookeeper-shell.sh kafka-1214; Support arguments to zookeeper-shell.sh script; patched by Philp K. Warren; reviewed by Jun Rao 2014-01-24 09:58:28 -08:00