I’m sharing my brief presentation about Big Data Analytics. Presentation is available here (also to download): http://www.slideshare.net/matoushavlena/big-data-analytics-utc
I participated in an IBM’s project Students for a Smarter Planet and this was my innovative idea: Original prezi presentation is available here: http://prezi.com/yx6a33lvorwq/flexible-appointments-students-for-a-smarter-planet-2013/
Hadoop consists of two major components: Hadoop Distributed File System (HDFS) and MapReduce. HDFS is a distributed, scalable, Java-based file system that allows to store large volumes of unstructured data. MapReduce, which is covered in the next chapter, is a framework for performing calculations on the data stored in HDFS. Since Hadoop is a system running […]