HDFS Architecture and Hive in Hadoop
HDFS Architecture When client wants to store a file which has huge data using Hadoop, the following flow occurs: Initially the client will send his file to cluster where Name Node will split the...
HDFS Architecture When client wants to store a file which has huge data using Hadoop, the following flow occurs: Initially the client will send his file to cluster where Name Node will split the...
Hadoop is an open source framework which is overseen by Apache software foundation, Hadoop is for storing and processing the huge data sets with cluster of commodity hardware. It is not preferable for small...
System Testing System Testing is a level of the software testing where a complete and integrated software is tested. It’s evaluate the system’s compliance with the specified requirements and verifies that it meets up.Black...
Integrated Testing Integrated Testing is the phase in software testing in which individual software modules are combined and tested as a group. It occurs after unit testing. Different types of integration testing are big-bang,...
Black box testing Black box testing is the Software testing method which is used to test the application without knowing the internal structure of code or program. It is also known as Specifications based...