Open etipton opened 3 years ago
Description of changes:
Once the gem has been installed via bundler (gem name: aws-kcl-runner),
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.
Description of changes:
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...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.