Write example classes that should be in core-initcorpus package initcorpus_spark.commands and initcorpus_spark.implementations. The class does the following:
[ ] Reads example csv. File path is specified in properties.
[ ] Executes an SQL statements to compute the 10 terms with largest idf
Further, explore ideas to separate implementation and commands:
[ ] Show how to test implementations.
[ ] Show how to deal with schema objects.
[ ] Show options how to have implementations that coexists with mysql implementations. What is better: (a) shared commands with separated implementations or (b) separate commands with own implementations?
Write example classes that should be in
core-initcorpus
packageinitcorpus_spark.commands
andinitcorpus_spark.implementations
. The class does the following:Further, explore ideas to separate implementation and commands: