Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
rantydev2963yBeing the only option does make it "the best" by definition... That still doesn't mean it's well designed :)
-
bioDan61593y@rantydev its not the only option, there are similar software, some open source and some commercial, depending what you're aiming at.
But even if you think its the only option, then it makes it by definition:
1. An innovation
2. The best option
3. The worst option
Certainly an innovation, are you arguing against innovation or redundancy? -
rantydev2963y@bioDan I'm not arguing against the Spark system. The RDD system works (and well too).
I just hate the specific DSL used to interact with it :) the verbosity of the commands, the fact there that there are a million ways of doing the same thing (and most of them are inefficient), the plethora of side effects and implementation details that need to be kept in mind each time you want to run a command.
Spark is shit and is the definition of a write-only language. Change my mind.
rant