Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Define hadoop archives? What is the command for archiving a group of files in hdfs.



Define hadoop archives? What is the command for archiving a group of files in hdfs...

Answer / Uma

Hadoop Archives (ARC) are an extension to the standard Hadoop file system that allow bundling of multiple files and directories into a single archived unit. This can be useful for managing large numbers of related files. To create an archive, use the command `hadoop archives -create arc_file path/to/files`. To extract an archive, use `hadoop archives -extract arc_file path/to/destination`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

HDFS is used for applications with large data sets, not why Many small files?

1 Answers  


What is a block?

1 Answers  


Why HDFS stores data using commodity hardware despite the higher chance of failures?

1 Answers  


What is the problem in having lots of small files in hdfs?

1 Answers  


How can one set space quota in Hadoop (HDFS) directory?

1 Answers  


What is a namenode in hadoop?

1 Answers  


Why is block size set to 128 MB in Hadoop HDFS?

1 Answers  


Tell me two most commonly used commands in HDFS?

1 Answers  


If a particular file is 50 mb, will the hdfs block still consume 64 mb as the default size?

1 Answers  


What is Secondary NameNode in Hadoop HDFS?

1 Answers  


What are file permissions in HDFS? how does HDFS check permissions for files/directory?

1 Answers  


Write the command to copy a file from linux to hdfs?

1 Answers  


Categories