Uh oh!
There was an error while loading. Please reload this page.
Update .travis.yml - #27
Conversation
davorbonaci
commented
Mar 6, 2016
Unfortunately, this is not as easy. See Travis results here. Error: |
mxm
commented
Mar 7, 2016
The Flink Runner needs the |
davorbonaci
commented
Mar 7, 2016
R: @dhalperi I've suppressed all [INFO] logs for the time being. The right fix is likely to decrease the log level of some of Flink logs from [INFO] to [DEBUG], but let's try to avoid that for now. Let's see will this pass. |
dhalperi
commented
Mar 7, 2016
The https://travis-ci.org/davorbonaci/beam/jobs/114395010 |
Revert "mvn verify" back to "mvn install" since it breaks the following script. When we are at it, update the script to be less sensitive whether artifacts are installed. This doesn't fully fix the Travis coverage, since there's still too much logging generated in the 'verify' phase.
davorbonaci
commented
Mar 8, 2016
@dhalperi, ready for another look. It fixes the interaction with the following script, but doesn't address the logging output in the 'verify' phase. Will file a JIRA issue for that. |
davorbonaci
commented
Mar 8, 2016
JIRA for followup: https://issues.apache.org/jira/browse/BEAM-98 |
dhalperi
commented
Mar 8, 2016
LGTM |
mxm
commented
Mar 8, 2016
We need So another followup :) https://issues.apache.org/jira/browse/BEAM-99 edit: This is actually not true. |
… of StreamOperator
…program. (apache#27) Upstream PR: apache#9872
Old values and new values of a mod can be any primitive type, not only null or string. This fix allows for that.
…t-safe feat: make ElemType object-safe
Revert "mvn verify" back to "mvn install" since it breaks the followup script.