Top "Hadoop2" questions

Hadoop 2 represents the second generation of the very popular open source distributed platform Apache Hadoop.

Hadoop "Unable to load native-hadoop library for your platform" warning

I'm currently configuring hadoop on a server running CentOs. When I run start-dfs.sh or stop-dfs.sh, I get the …

java linux hadoop hadoop2 java.library.path
There are 0 datanode(s) running and no node(s) are excluded in this operation

I have set up a multi node Hadoop Cluster. The NameNode and Secondary namenode runs on the same machine and …

ubuntu hadoop amazon-ec2 hdfs hadoop2
Datanode not starts correctly

I am trying to install Hadoop 2.2.0 in pseudo-distributed mode. While I am trying to start the datanode services it is …

hadoop hadoop2
How to specify AWS Access Key ID and Secret Access Key as part of a amazon s3n URL

I am passing input and output folders as parameters to mapreduce word count program from webpage. Getting below error: HTTP …

hadoop amazon-web-services amazon-s3 mapreduce hadoop2
Spark Unable to load native-hadoop library for your platform

I'm a dummy on Ubuntu 16.04, desperately attempting to make Spark work. I've tried to fix my problem using the answers …

hadoop apache-spark hadoop2
Where is the classpath set for hadoop

Where is the classpath for hadoop set? When I run the below command it gives me the classpath. Where is …

hadoop mapreduce hadoop2
Increase number of Hive mappers in Hadoop 2

I created a HBase table from Hive and I'm trying to do a simple aggregation on it. This is my …

java hadoop hive hbase hadoop2
name node Vs secondary name node

Hadoop is Consistent and partition tolerant, i.e. It falls under the CP category of the CAP theoram. Hadoop is …

hadoop hdfs hadoop2 high-availability
How can I access S3/S3n from a local Hadoop 2.6 installation?

I am trying to reproduce an Amazon EMR cluster on my local machine. For that purpose, I have installed the …

hadoop amazon-web-services amazon-s3 yarn hadoop2
DataNode is Not Starting in singlenode hadoop 2.6.0

I installed hadoop 2.6.0 in my laptop running Ubuntu 14.04LTS. I successfully started the hadoop daemons by running start-all.sh and …

hadoop hadoop2 hadoop-plugins