Hi,
I used to write some map/reduce jobs with streaming interface and found
it very friendly to us not familiar with Java. But I wonder that can
streaming interface do as much as Java interface. I have two questions:
1. does there exist 1-1 mapping between Java usage and streaming usage,
so I can discard Java totally.
2. If not, what are the difference between them?
Thanks very much.