How to install wordpress on localhost?
If you want to install wordpress into your local host you need wampserver or any other server like Mac OS:MAMP,XAMPP I am preferred to say for wampserver click here to download wampserver free. What...
If you want to install wordpress into your local host you need wampserver or any other server like Mac OS:MAMP,XAMPP I am preferred to say for wampserver click here to download wampserver free. What...
My Phone Explorer I am using this software since many years. It is very useful for Sony Ericsson & Android mobile users. The installation and phone detection is simple and more effective than all...
What is combiner in Hadoop and why we need it? As we know number of input splits is equal to number of mappers.Mappers will give the output of key-value pairs for all the input...
Record Reader All the Mappers and Reducers will work only with Key-Value pairs. Basically we can take different formats of the file.The basic four formats of file are Text Input Format Key Value Text...
Reducers Reducers will combine all the key-value pairs output of Mappers. The data which is present between Mappers and Reducers is Intermediate data. (Key-value pairs) In Intermediate data, Values can be duplicate but not...
Some program like query languages or scripts is used to process the stored data.If client want to process the stored files, Job Tracker will apply the program on HDFS. Job tracker will send request...
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...