Top "Hadoop" questions

Hadoop is an Apache open-source project that provides software for reliable and scalable distributed computing.

When using --negotiate with curl, is a keytab file required?

The documentation describing how to connect to a kerberos secured endpoint shows the following: curl -i --negotiate -u : "http://<…

hadoop curl kerberos webhdfs keytab
How to remove files inside the hadoop directory at once?

I want to remove all the files containes in hadoop directory, without removing the directory itself. I've tried using rm …

hadoop hdfs
get "ERROR: Can't get master address from ZooKeeper; znode data == null" when using Hbase shell

I installed Hadoop2.2.0 and Hbase0.98.0 and here is what I do : $ ./bin/start-hbase.sh $ ./bin/hbase shell 2.0.0-p353 :001 > list …

shell hadoop hbase
What is the relation between 'mapreduce.map.memory.mb' and 'mapred.map.child.java.opts' in Apache Hadoop YARN?

I would like to know the relation between the mapreduce.map.memory.mb and mapred.map.child.java.opts parameters. …

apache hadoop configuration yarn heap-size
Hadoop java.io.IOException: Mkdirs failed to create /some/path

When I try to run my Job I am getting the following exception: Exception in thread "main" java.io.IOException: …

hadoop ioexception microsoft-distributed-file-system
Skip first line of csv while loading in hive table

Hello Friends, I created table in hive with help of following command - CREATE TABLE db.test ( fname STRING, lname …

hadoop hive hiveql
File count in an HDFS directory

In Java code, I want to connect to a directory in HDFS, learn the number of files in that directory, …

java hadoop hdfs
Hive FAILED: ParseException line 2:0 cannot recognize input near ''macaddress'' 'CHAR' '(' in column specification

I've tried running hive -v -f sqlfile.sql Here is the content of the file CREATE TABLE UpStreamParam ( 'macaddress' CHAR(50), …

hadoop hive hadoop-streaming
Change File Split size in Hadoop

I have a bunch of small files in an HDFS directory. Although the volume of the files is relatively small, …

java hadoop mapreduce distributed-computing
How to navigate directories in Hadoop HDFS

I would like to navigate in HDFS First i looked on the directories in "root" HDFS [cloudera@localhost ~]$ sudo -u …

hadoop hdfs