You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2019/10/14 09:34:52 UTC

Broken: apache/flink#40650 (master - 2f12006)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[master](https://github.com/apache/flink/tree/master)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #40650 broken](https://travis-ci.org/apache/flink/builds/597506923)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)3 hrs, 43
mins, 41 secs  
  
---  
  
![xuyang1706
avatar](https://secure.gravatar.com/avatar/56b44633f48d17311032b9c717be11c5.jpg)xuyang1706

[2f12006 CHANGESET
->](https://github.com/apache/flink/compare/dbe1bfa31db4...2f1200623f46)  
  
[FLINK-13339][ml] Add an implementation of Flink ML Pipeline api.  
  
\- Add an abstract implemention of PipelineStage, Estimator, Transformer,
Model.  
\- Add MLEnvironment to hold the execution environment and others environment
shared variable.  
\- Add AlgoOperator for the implementation of algorithms.  
\- Add BatchOperator and StreamOperator based on AlgoOperator.  
\- Add TableSourceBatchOp and TableSourceStreamOp.