Hadoop Distributed File System (HDFS) is the primary storage system used by Hadoop applications. HDFS creates multiple replicas of data blocks and distributes them on compute nodes throughout a cluster to enable reliable, extremely rapid computations.

learn more… | top users | synonyms

1
vote
2answers
18 views

Understanding the Hadoop File System Counters

I want to understand the filesystem counters in hadoop. Below are the counters for a job that I ran. In every job that I run, I observe that the Map file bytes read is like almost equal to the HDFS ...
1
vote
0answers
15 views

ctime of a file in HDFS

Is there any way to get ctime of a file in HDFS? There's modification time in FileStatus but as files gets appended this time gets modified too.
1
vote
1answer
24 views

How to find optimal number of mappers when running Sqoop import and export?

I'm using Sqoop version 1.4.2 and Oracle database. When running Sqoop command. For example like this: ./sqoop import \ --fs <name node> ...
1
vote
1answer
12 views

What happens if you change the replication factor on existing hbase install

I have a cluster with 12 nodes that currently have ~2.5 TB of data saved in HBase tables. The current replication factor is 3 and I don't actually need that level of integrity and would like to drop ...
0
votes
0answers
43 views

Reading Files in HDFS (Hadoop filesystem) directories into a Pandas dataframe

I am generating some delimited files from hive queries into multiple HDFS directories. As the next step, I would like to read the files into a single pandas dataframe in order to apply standard ...
0
votes
1answer
12 views

Get Folder size of HDFS from java

I have to HDFS folder size which is having sub directories from java. From command line we can use -dus option, But anyone can help me on how to get the same using java.
0
votes
0answers
22 views

Implement a file compression with Hadoop that the file already exists in HDFS

How can I implement a file compression with Hadoop that the file already exists in HDFS? I am programing a project, that require me to implement a inner compression in Hadoop. I have no idea about ...
0
votes
1answer
38 views

HBase or Mongo for an Analytics DB if already using Hadoop?

I currently have a Hadoop cluster where I store tons of logs over which I run pig scripts for calculating aggregated analytics. I also have a Mongo cluster where I store production data. I've ...
1
vote
0answers
46 views

How come Flume-NG HDFS sink does not write to file when the number of events equals or exceeds the batchSize?

I am trying to configure Flume such that logs roll hourly or when they reach the default block size of HDFS (64 MB). Below is my current configuration: imp-agent.channels.imp-ch1.type = memory ...
0
votes
2answers
43 views

Store images/videos into hadoop HDFS

I would like to store some videos/images into Hadoop HDFS, but i heared that HDFS accept only files like as a text. To be sure for that i ask you here for more details, if we can store videos/images ...
2
votes
0answers
20 views

Hadoop HDFS connection in PowerCenter

I have installed Cloudera's Hadoop QuickStart VM and I am attempting to pass records from my local database to HDFS using a PowerCenter mapping. I've set up the Hadoop_HDFS_Connection in PowerCenter ...
0
votes
0answers
31 views

Too many fetch-failures

I am executing my MapReduce program on a Multinode cluster with 3 nodes. While executing I am getting the error "Status:failed Too many fetch failures" after MAP 100% was reduced to 16%, so why am I ...
0
votes
2answers
27 views

How to store and analyze timestamped logs in HDFS

I have a lot of log lines, each with a time, that I want to store in HDFS and analyze. I want to run MapReduce jobs that will process only lines within a given time frame (last 5 minutes, last hour). ...
-1
votes
0answers
10 views

HipiImageBundle with hadoop hdfs [closed]

how can i use HipiImageBundle classe (HIPI) to store images in hadoop HDFS ? thank you in advance
-2
votes
0answers
29 views

How to copy files from windows local to HDFS?

I'm using hadoop-1.0.4 in linux Ubuntu server and i'm accessing it through putty from my local windows 32-bit machine, how can i copy files from my windows file system to HDFS, as of now i'm copying ...
0
votes
1answer
39 views

Bufferreader and Bufferwriter for reading and writing hdfs files

I'm trying to read from a hdfs file line by line and then create a hdfs file and write to it line by line. The code that I use looks like this: Path FileToRead=new Path(inputPath); ...
0
votes
1answer
32 views

Slow Hive Query Performance under AWS Elastic MapReduce

There's a strange problem I'm experiencing, and I assure you I've googled a lot. I'm running a set of AWS Elastic MapReduce Clusters, and I have a Hive Table with about 16 partitions. They're created ...
1
vote
2answers
42 views

Hadoop HDFS - Keep many part files or concat?

After running a map-reduce job in Hadoop, the result is a directory with part files. The number of part files depend on the number of reducers, and can reach dozens (80 in my case). Does keeping ...
1
vote
0answers
15 views

Can large amount of page cache lead to OOM in other processes?

I ran HDFS on those linux machines. I used "-Xmx" and "-Xms" to assign datanode 25GB memory. But when hdfs used only 10GB memory, it throws out an Out-Of-Memory exception, and meanwhile, the "cached ...
1
vote
1answer
33 views

What are the file update requirements of HDFS?

Under the Simple Coherency Model section of the HDFS Archiectiure guide, it states (emphasis mine): HDFS applications need a write-once-read-many access model for files. A file once created, ...
0
votes
1answer
36 views

Using Camel-hdfs in a karaf bundle

I am trying to implement an camel route to send files in a HDFS server with an OSGI bundle, using java language with no blue print, but i can't make it work due tu hdfs scheme not being found while ...
0
votes
1answer
32 views

Restart tasktracker and job tracker of hadoop CDH4 using Cloudera services

I have made few entries in mapred-site.xml, to pick these changes i need to restart TT and JT running at my cluster nodes. Is there any i can restart them using Cloud Era manager web services from ...
0
votes
0answers
70 views

Creating Hive Metastore Database Tables Error

I'm running through the Cloudera Manager (free edition) and I reached the point where the wizard is creating the Hive Metastore Database. This error is shown and halts the configuration process. ...
0
votes
0answers
20 views

Hadoop Job - EOFException

I ran MR on a particular set of logs, with some of the parameters as : io.sort.mb = 512 split = 3GB JVM Heap for (Map and Reduce Tasks) = 5GB Assume others as default. It ran perfectly with in ...
2
votes
1answer
41 views

Write Log4j output to HDFS

Has anyone tried to write log4j log file directly to Hadoop Distributed File System ? If yes, please reply how to achieve this. I think I will have to create an Appender for it. Is this the way? My ...
0
votes
0answers
20 views

Does HDFS support Positional Write in C/CPP? [duplicate]

Is there any function that supports positional write? Usually in C we can set the offset position through seek function...where as in HDFS seek will be applicable only with O_RDONLY... Thanx ...
-2
votes
0answers
27 views

how to move hdfs block from datanode to another use api

i want to move block from one datanode to another,i can get BlockLocation for one hdfs file,but i don't know how to use this to move block,is there any api to do this?
0
votes
3answers
45 views

Hadoop HDFS dependency

In hadoop mapreduce programming model; when we are processing files is it mandatory to keep the files in HDFS file system or can I keep the files in other file system's and still have the benefit of ...
5
votes
1answer
68 views

Measure throughput at datanode

I want to measure the throughput at each datanode by measuring the time taken for each read/write operation. It is very confusing to read through the million functions and find out where this is ...
0
votes
0answers
36 views

Sqoop single mapper behavior and performance

When using sqoop with a single mapper (--num-mappers 1) during export what actually happens behind the scenes? Do all the blocks of the HDFS file get copied into a single node where the mapper is ...
0
votes
1answer
37 views

Copy files(images) from file system to HDFS

I'm Working on image to extract some features, i need in the first steep to get data files(images) from the file system to HDFS. What are the steps to flollow to do this ? thanks
0
votes
0answers
16 views

WebHDFS::ServerError when using webhdfs to access HDFS

I'm using RoR3 and webhdfs to build a web site to access HDFS, but when I'm using webhdfs in my users_controller, I always get a WebHDFS::ServerError Response body is empty.. response. My ...
1
vote
1answer
37 views

hdfs - ls: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException:

I am trying to use the below to list my dirs in hdfs... ubuntu@ubuntu:~$ hadoop fs -ls hdfs://127.0.0.1:50075/ ls: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: ...
-1
votes
1answer
47 views

Hadoop file system is physical file system or virtual file system [closed]

Hadoop file system is physical file system or virtual file system
0
votes
1answer
29 views

How to integrate NLTK with Hadoop HDFS?

I have a working sentiment analysis program using NLTK which reads the text from a .txt file placed in my local machine. Now i would like to read txt file placed in Hadoop HDFS and perform same ...
0
votes
1answer
34 views

Is there HDFS Positional write similar to hdfsPread?

I wanted to store a file in HDFS through C just now, which includes positional write. Is there any possible way to do that.(I cannot use any column oriented Database like HBase for that) ...
-2
votes
0answers
21 views

Moving data to HDFS [closed]

What is the most common tool used to move data from traditional store to HDFS ? There are multiple tools and scripts but I am trying to understand which tool is predominately used to move data into ...
0
votes
1answer
48 views

How do I count the number of files in HDFS from an MR job?

I'm new to Hadoop and Java for that matter. I'm trying to count the number of files in a folder on HDFS from the MapReduce driver I'm writing. I'd like to do this without calling the HDFS Shell as I ...
0
votes
1answer
23 views

Convert HDFS SequenceFile from SnappyCodec to DefaultCodec

Given a choice, I'd love something I can run from Hadoop shell vs an MR job. I only have a few files that need to be converted.
1
vote
2answers
51 views

Eclipse Map and Reduce Plugin & Hadoop Tutorial

I'm brand new to Hadoop and I'm following this Yahoo Tutorial (http://developer.yahoo.com/hadoop/tutorial/). I'm currently trying to configure eclipse and the map and reduce plugin to connect to the ...
-1
votes
0answers
18 views

How to restore HDFS data

Data node error, and then I run hadoop fsck /-delete.Lost a lot of data, Later, these data node recovery, Is there any way to restore the fsck command to delete the data.
0
votes
1answer
46 views

sequence files created by HBASE export utility aren't readable

I tried the HBase export tool to transfer a table to HDFS. I tried to hadoop dfs -text the file to see a collection of contents. However, I got a fatal error: java.lang.RuntimeException: ...
-2
votes
1answer
34 views

single node cluster work on multinide cluster?

I had written mapreduce java code for single machine cluster without using Tool ,will it work on multi node cluster or i have to make changes? Following code tokenize the string and count term ...
0
votes
2answers
95 views

Installation and obtaining the current dfs.name.dir and dfs.data.dir values

I didn't set dfs.name.dir and dfs.data.dir values in the hdfs-site.xml file aren't set. With what they shall be? And also interestingly what values they accept by default? (how to receive their ...
1
vote
1answer
27 views

how to skip Trash while dropping partition from Managed Tables using alter drop partition command

Is there any way to skip Trash while dropping a partition using the command below from a Managed Table in Hive? ALTER TABLE <table> DROP PARITION (<partition_name>) Similar to what we ...
2
votes
1answer
65 views

How to Test HDFS I/O Throughput

I have a Java program that reads files and write the contents to new files using the HDFS data input/output stream. My goal is find out the I/O throughput of my HDFS. Below is the code fragment that ...
0
votes
1answer
66 views

Programmatically write files into HDFS

I am looking at options in Java programs that can write files into HDFS with the following requirements. 1) Transaction Support: Each file, when being written, either fully written successfully or ...
0
votes
0answers
38 views

Hadoop user and group permission Settings

I am running Hadoop on Hortonworks 1.2.22 with user name root in centos. Can any one tell me what users and groups that i need to create in my machine so that it is accessible from remote machine. ...
0
votes
2answers
20 views

Steaming data access and latency in hadoop applications

I am very much new to hadoop and going through the book 'Hadoop the definitive guide' What is meaning of Steaming data access in Hadoop and why we say latency is high in Hadoop applications. Can ...
0
votes
2answers
87 views

Copying error in file system of hdfs

I wrote the following bash script #!/bin/bash cd /export/hadoop-1.0.1/bin ./hadoop namenode -format ./start-all.sh ./hadoop fs -rmr hdfs://192.168.1.8:7000/export/hadoop-1.0.1/bin/output ./hadoop fs ...

1 2 3 4 5 16