[jira] [Commented] (FLINK-4982) quickstart example: Can't see the output

2017-01-06 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLINK-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15804411#comment-15804411
 ] 

Mischa Krüger commented on FLINK-4982:
--

Solved, I retried with the examples from the flink repo itself, there is 
something printed on stdout. With an older Java WordCount example it still does 
not work, but at least I got something on stdout now :)

> quickstart example: Can't see the output
> 
>
> Key: FLINK-4982
> URL: https://issues.apache.org/jira/browse/FLINK-4982
> Project: Flink
>  Issue Type: Bug
>  Components: Quickstarts
>Reporter: Mischa Krüger
>
> When compiling and running the quickstart WordCount example on Flink, I can't 
> find the output anywhere. The java file explicitly write the counted words to 
> stdout, I searched (I hope) every log file, but couldn't find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-4982) quickstart example: Can't see the output

2016-12-06 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725794#comment-15725794
 ] 

Stephan Ewen commented on FLINK-4982:
-

As I said, it goes to standard out, if you run a standalone setup, that is in 
the {{log/*.out}} files.

If you start the processes differently (in a custom way), it may be somewhere 
else.
Try and add some sysout statements into your user code, and grep where they go.

> quickstart example: Can't see the output
> 
>
> Key: FLINK-4982
> URL: https://issues.apache.org/jira/browse/FLINK-4982
> Project: Flink
>  Issue Type: Bug
>  Components: Quickstarts
>Reporter: Mischa Krüger
>
> When compiling and running the quickstart WordCount example on Flink, I can't 
> find the output anywhere. The java file explicitly write the counted words to 
> stdout, I searched (I hope) every log file, but couldn't find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-4982) quickstart example: Can't see the output

2016-12-06 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLINK-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725705#comment-15725705
 ] 

Mischa Krüger commented on FLINK-4982:
--

Ping, still can't find the output^^

> quickstart example: Can't see the output
> 
>
> Key: FLINK-4982
> URL: https://issues.apache.org/jira/browse/FLINK-4982
> Project: Flink
>  Issue Type: Bug
>  Components: Quickstarts
>Reporter: Mischa Krüger
>
> When compiling and running the quickstart WordCount example on Flink, I can't 
> find the output anywhere. The java file explicitly write the counted words to 
> stdout, I searched (I hope) every log file, but couldn't find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-4982) quickstart example: Can't see the output

2016-11-01 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLINK-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625611#comment-15625611
 ] 

Mischa Krüger commented on FLINK-4982:
--

I only have a single task manager, and its stdout is empty. The task is marked 
as finished (3 finished subtasks). My entry point was 
`org.myorg.quickstart.WordCount`.

> quickstart example: Can't see the output
> 
>
> Key: FLINK-4982
> URL: https://issues.apache.org/jira/browse/FLINK-4982
> Project: Flink
>  Issue Type: Bug
>  Components: Quickstarts
>Reporter: Mischa Krüger
>
> When compiling and running the quickstart WordCount example on Flink, I can't 
> find the output anywhere. The java file explicitly write the counted words to 
> stdout, I searched (I hope) every log file, but couldn't find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FLINK-4982) quickstart example: Can't see the output

2016-10-31 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15622962#comment-15622962
 ] 

Stephan Ewen commented on FLINK-4982:
-

The output is in the standard out file of the TaskManager that executes the 
{{print()}} operator.
Can you check that and close this issue if you find it there?

> quickstart example: Can't see the output
> 
>
> Key: FLINK-4982
> URL: https://issues.apache.org/jira/browse/FLINK-4982
> Project: Flink
>  Issue Type: Bug
>  Components: Quickstarts
>Reporter: Mischa Krüger
>
> When compiling and running the quickstart WordCount example on Flink, I can't 
> find the output anywhere. The java file explicitly write the counted words to 
> stdout, I searched (I hope) every log file, but couldn't find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)