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 202 203 204 205 206 222