Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/1098#issuecomment-138236351
  
    @tillrohrmann 
    Hi,
    I see. 
    The issue about order is just in the scala-example 
SocketTextStreamWordCount.scala as following:
    
    {
    if (fileOutput) {
          counts.writeAsText(outputPath, 1)
        } else {
          counts print
        }
    }
    
    So I changed the order for compile access.
    As for the tests, I`ll try since I`m not good at scala programming.
    BTW:Can you tell me why the CI is failed? It is still blocked in China.



---
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