Use Cases Of MongoDB

MongoDB is a relatively new contender in the data storage circle compared to giant like Oracle and IBM DB2, but ...

Introduction to Impala

Impala in terms of Hadoop has got the significance because of its, Scalability Flexibility Efficiency What’s Impala? Impala is… Interactive SQL–Impala is typically 5 to 65 ...

Free Cloudera Impala Book

Get free Cloudera Impala, in PDF format, for free from the Cloudera website, in association with the Strata Conference and ...

Hadoop FS Shell Commands

Hadoop file system (fs) shell commands are used to perform various file operations like copying file, changing permissions, viewing the ...

Pig Interview Questions

Can you give us some examples how Hadoop is used in real time environment? Let us assume that we have an ...

Hadoop Cluster Commissioning and Decommissioning Nodes

To add new nodes to the cluster: 1. Add the network addresses of the new nodes to the include file. hdfs-site.xml <property> <name>dfs.hosts</name> <value>/<hadoop-home>/conf/includes</value> <final>true</final> </property> mapred-site.xml <property> <name>mapred.hosts</name> <value>/<hadoop-home>/conf/includes</value> <final>true</final> </property> Datanodes that ...

Hive Interview Questions

What is Hive? Hive is a data warehouse system for Hadoop that facilitates easy data summarization, ad-hoc queries, and the analysis ...
1 201 202 203 204 205 221