Can someone highlight the pros and cons for Hector's batch Mutation and using Hadoop jobs to load data into Cassandra?
I know in Hector you can do something like the following:
mutator.addInsertion(...);
mutator.execute();
And in Hadoop you can use MR jobs to load data into Cassandra.
I'm looking for the reasons to use or not to use each of them. Thanks!