Github user chenliang613 commented on the pull request:

    https://github.com/apache/flink/pull/1094#issuecomment-138276703
  
    Just as maillist the last message mentioned: 
http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/jira-FLINK-2493-Simplify-names-of-example-program-JARs-td7495.html.
    
    After use the tag of "finalName" to replace classifier,
    
flink-scala-examples/flink-streaming-examples/flink-storm-compatibility-example"
  can't correctly unpack "flink-java-examples-0.10-SNAPSHOT.jar", have the 
below error:
    
    [ERROR] 
/Users/chenliang/flink/flink-examples/flink-scala-examples/src/main/scala/org/apache/flink/examples/scala/clustering/KMeans.scala:148:
 error: not found: value KMeansData 
    [ERROR]       val points = KMeansData.POINTS map { 
    [ERROR]                    ^ 
    [WARNING] 
/Users/chenliang/flink/flink-examples/flink-scala-examples/src/main/scala/org/apache/flink/examples/scala/clustering/KMeans.scala:161:
 warning: Type org.apache.flink.examples.scala.clustering.KMeans.Centroid is no 
POJO, has immutable fields: value y, value x. 
    [WARNING]         .map { x => new Centroid(x._1, x._2, x._3)} 
    [WARNING]              ^ 
    [ERROR] 
/Users/chenliang/flink/flink-examples/flink-scala-examples/src/main/scala/org/apache/flink/examples/scala/clustering/KMeans.scala:164:
 error: not found: value KMeansData 
    [ERROR]       val centroids = KMeansData.CENTROIDS map { 
    
    



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to