Hello everyone I am studying the RecommenderJob to run a recommendation system in hadoop. I have currently DataModule are loaded as a singleton, and it are cached in memory. I have a servlet responds to requests sent to the mahout.
Using this RecommenderJob on hadoop. The RecommenderJob will every time load a datamodel from HDFS files and then processing the recommendation? It is possible to use some strategy to get this cache in the cluster? The response of the recommendation will be written in HDFS, how do I identify the answer? Is there any job ID in hadoop? thank“s
