awslabs / awslabs/amazon-kinesis-client-python

Sample helper script doesn't work on Windows

Open
#41 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
377
Forks
228
PR merge metrics
No merged PRs in 30d

Description

Actually, the helper script generates command for UNIX system. In UNIX, jars in classpath are separated by colons however for Windows it has to be semi-colon.

So, in `amazon_kclpy_helper.py` changed `return ':'.join(...` to `return ';'.join(...`. There were two places that needs to be changed.

Also in `sample.properties` file set `executableName = python my_kclpy_app.py`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.