Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem containing KCL install+run Rakefile #43

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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