You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/12/19 23:01:10 UTC

[GitHub] nwangtw opened a new pull request #3130: Fix docker rc and scripts for building heron

nwangtw opened a new pull request #3130: Fix docker rc and scripts for building heron
URL: https://github.com/apache/incubator-heron/pull/3130
 
 
   I was getting the following error when building heron for centos and ubunto on mac using docker.
   
   ERROR: /scratch/heron/proto/BUILD:141:1: Building heron/proto/libproto_ckptmgr_java.jar (1 source jar) failed: Worker process quit or closed its stdin str
   eam when we tried to send a WorkRequest:
   
   ---8<---8<--- Exception details ---8<---8<---
   java.io.IOException: Stream closed
          at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
          at java.io.OutputStream.write(OutputStream.java:116)
   
   
   The PR added lines to specify resource limitation in bazel and I can build now.
   
   $ ./docker/scripts/build-artifacts.sh centos7 testbuild ~/heron-release

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services