Comment Swiss army knife of data processing (Score 0) 24
Spark is a seriously awesome project. I have used it quite a lot in the last 3 months and I have to say, I love it.
I currently use the spark shell as I would use awk. I have input files and I want to process stuff in it and output stuff out.
That is probably the best thing about spark. Almost everyone I talked to is doing something different with it. Machine Learning with MLLib, graph processing with graphX.