This document summarizes a research paper that investigates using singular value decomposition (SVD) to address challenges faced by recommender systems in light of big data. It discusses how collaborative filtering recommender systems are impacted by issues like scalability, sparsity, and cold starts with large datasets. The document then provides background on SVD and how it can be applied to collaborative filtering as a model-based approach. It describes an implementation of SVD-based recommender system using Apache Hadoop and Spark on a large dataset to validate its applicability for big data and evaluate the tools. The results showed SVD approach provides comparable performance to previous experiments on smaller datasets.