This project uses hadoop distributed file system and hadoop map reduce framework to analysis stock data for various companies.
The file AnalyzeStock.java uses Hadoop's map reduce framework to extract information about min, max or average values of attributes such as lowest stock value, highest stock values and closing stock values for a company.
The file AnalyzeStockAdvanced.java uses Hadoop's map reduce frameword to extract the maximum fluctuation between the stock prices for every company for all the years for which the data is provided.