joshfischer1108 commented on issue #3455: How can I produce jar using heron example streamlet code? URL: https://github.com/apache/incubator-heron/issues/3455#issuecomment-586719952 You can build the streamlet example code by executing the following: ``` $ bazel build --config=darwn/ubuntu/centos/debian examples/src/java:heron-streamlet-examples ``` However, instead of having `darwn/ubuntu/centos/debian` as the config parameter value you need to select one OS value. MacOs would be `--config=darwin` Debian would be `--config=debian` Ubuntu would be `--config=ubuntu` Centos would be `--config=centos` Hope this helps.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
