Github user shakir774 commented on the pull request:

    https://github.com/apache/flink/pull/823#issuecomment-111136272
  
    Given following error while executing the test suite by Travis CI. 
    Even `import org.apache.flink.ml.common._` is imported, what may cause this 
error.
    ```
    [INFO]                                 ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:95:
 error: not found: type Learner
    
    [INFO] class GMM extends Learner[Point,GMModel] {
    
    [INFO]                   ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:105:
 error: not found: value parameters
    
    [INFO]     parameters.add(NumIterations, numIterations)
    
    [INFO]     ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:115:
 error: not found: value parameters
    
    [INFO]     parameters.add(NumGaussians, numGaussians)
    
    [INFO]     ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:125:
 error: not found: value parameters
    
    [INFO]     parameters.add(InitialGaussians,initialGaussians)
    
    [INFO]     ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:258:
 error: not found: type Transformer
    
    [INFO] case class GMModel(gmm: DataSet[Gaussian]) extends 
Transformer[Point, Prediction]
    
    [INFO]                                                    ^
    
    [ERROR] 
/home/travis/build/apache/flink/flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/clustering/GMM.scala:137:
 error: value parameters is not a member of org.apache.flink.ml.clustering.GMM
    
    [INFO]     val resultingParameters = this.parameters ++ fitParameters
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to