This document discusses error detection in big data on the cloud. It proposes a method to detect files with errors or tampering in data stored on the cloud. If errors are found, the method aims to repair the file to its original state and restore it. The method uses CRC algorithms, Hamming codes, and secure hash algorithms like SHA-1 to detect errors and ensure data integrity when transmitting files to cloud storage. It implements the approach on Hadoop using MapReduce to improve scalability for large datasets. The goal is to detect errors efficiently and allow error-free transmission of data on the cloud.