Skip to content

Conversation

@etipton
Copy link

@etipton etipton commented Jul 23, 2021

Description of changes:

  • Fixes some bugs with the sample application
  • Adds a rubygem which provides:
    • rake task to install KCL .jar files
    • rake task to run KCL+MultiLangDaemon

Once the gem has been installed via bundler (gem name: aws-kcl-runner),

Install KCL jars like...

JAR_DIR=kcl_jars rake --rakefile `bundle info --path aws-kcl-runner`/Rakefile download_jars

Run KCL+MLD like...

JAVA_HOME=${JAVA_HOME:-/usr} \
JAR_DIR=kcl_jars \
properties_file=kcl.properties \
rake --rakefile `bundle info --path aws-kcl-runner`/Rakefile run

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant