|
I am trying to run a simple word count problem using DataStream API in cluster. When I run the program, it is executing successfully, but the output is not displayed in the console even though I have used the datastream.print() statement. Will it be stored in any log file? If so, where can I find my output?
|