hazelcast / hazelcast-jet-demos

Demonstration applications using Hazelcast Jet
Apache License 2.0
137 stars 61 forks source link

market-data-analyzer #45

Open gregrluck opened 6 years ago

gregrluck commented 6 years ago

Which Directory? What about putting the scripts in the root directory of the main module. Your instructions for running Hazelcast need you be there, yet the scripts require you to be in src/main/scripts.

Or, build a target and have everything in a bin directory.

neilstevenson commented 6 years ago

It's the Maven standard <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>, but the intention is to convert this example to executable Docker images so the location will become irrelevant.