The comman used to copy a directory form one node to another in
HDFS is
a) rcp
b) dcp
c) drcp
d) distcp

1 Answer

Answer :

distcp

Related questions

Description : In Hadoop, the files are stored in a) Directory b) DFS c) GFS d) HDFS

Last Answer : HDFS

Description : The Master of the HDFS Architecture is a) Node Manager b) Data Node c) Name Node d) None of the above

Last Answer : Name Node

Description : The hdfs command to create the copy of a file from a local system is a) CopyFromLocal b) copyfromlocal c) CopyLocal d) copyFromLocal

Last Answer : copyFromLocal

Description : Which one of the following statements is false regarding the Distributed Cache? a) The Hadoop framework will ensure that any files in the Distributed Cache are distributed to all map and reduce tasks. b) ... Cache on to the slave node before any tasks for the job are executed on that node.

Last Answer : MapReduce tries to place the data and the compute as close as possible

Description : In a Hadoop cluster, what is true for a HDFS block that is no longer available due to disk corruption or machine failure? a)It is lost for ever b)It can be replicated form its alternative locations ... to read it. d)The Mapreduce job process runs ignoring the block and the data stored in it.

Last Answer : It can be replicated form its alternative locations to other live machines.

Description : The client reading the data from HDFS filesystem in Hadoop a) gets the data from the namenode b) gets the block location from the datanode c) gets only the block locations form the namenode d) gets both the data and block location from the namenode

Last Answer : gets only the block locations form the namenode

Description : The main goal of HDFS High availability is a) Faster creation of the replicas of primary namenode. b) To reduce the cycle time required to bring back a new primary namenode after existing ... data loss due to failure of primary namenode. d) Prevent the primary namenode form becoming single point

Last Answer : To reduce the cycle time required to bring back a new primary namenode after existing primary fails.

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... less useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : Point out the correct statement. a) Hadoop is an ideal environment for extracting and transforming small volumes of data b) Hadoop stores data in HDFS and supports data compression/decompression c) The ... useful than a MapReduce job to solve graph and machine learning d) None of the mentioned

Last Answer : Hadoop stores data in HDFS and supports data compression/decompression

Description : What are the advantages of HDFS federation in Hadoop? a) Isolation b) Namespace scalability c) Improves throughput d) All of the above

Last Answer : All of the above

Description : The architecture for _______ is built on the concepts of shared-nothing and messaging-based information exchange. a) HDFS b) Chabby c) Nova d) BigTable

Last Answer : Nova

Description : . ___________ was built primarily as the fundamental storage service for Google’s search engine. a) BFS b) HDFS c) GFS d) GAE

Last Answer : 200 TB

Description : The architecture for _______ is built on the concepts of shared-nothing and messaging-based information exchange. a) HDFS b) Chabby c) Nova d) BigTable

Last Answer : Nova

Description : ___________ was built primarily as the fundamental storage service for Google’s search engine. a) BFS b) HDFS c) GFS d) GAE

Last Answer : GFS

Description : The topmost layer of Hadoop is the _________ engine a) HDFS b) Cluster c) MapReduce d) Job Tracker

Last Answer : MapReduce

Description : To read a file in HDFS, a user sends an _______ request to the NameNode toget the location of file blocks. a) access b) open c) authentication d) create

Last Answer : open

Description : _________ is a web programming model for scalable data processing on large clusters over large data sets a) MapReduce b) HDFS c) GFS d) DFS

Last Answer : MapReduce

Description : In HDFS, reliability of storing data was maintained by a) Block Operations b) Block Replication c) Block Storage d) All the above

Last Answer : Block Replication

Description : Very large sustainable reading and writing bandwidth, mostly continuous accessing instead of random accessing. The programming interface is similar to that of the POSIX file system accessing interface. This is ... : Google File System c) HDFS: Hadoop Distributes File System d) None of the above

Last Answer : GFS: Google File System

Description : The gateway administrator provides the _________ template information when the infrastructure is set up. a) Cloud b) HDFS c) better d) VM

Last Answer : VM

Description : . _____________ The open source clone of GFS. Written in Java. The programming interfaces are similar to POSIX but not identical. a) HDFS b) SAMIL c) SCIM d) DVE

Last Answer : HDFS

Description : Is billy a comman noun or proper noun?

Last Answer : a common noun

Description : The right level of parallelism for maps seems to be around _________ maps per- node. a) 1-10 b) 10-100 c) 100-150 d) 150-200

Last Answer : 10-100

Description : The usual BUS structure used to connect the I/O devices is ___________ a) Star BUS structure b) Multiple BUS structure c) Single BUS structure d) Node to Node BUS structure

Last Answer : Single BUS structure

Description : The process of the JobTracker creates one map task for each computed input split by the user node and assigns the map tasks to the execution slots of the TaskTrackers is called as a) Task Execution b) Task Running Check c) Job Submission d) Task Assignment

Last Answer : Task Assignment

Description : In Replica placement how the three copies of data were stored? a) stores tworeplicas in the same node, one replica on a different node in the same rack b) stores one replica in the same node, two ... d) stores one replica in the same node, two replicas on a different node in a different rack

Last Answer : stores one replica in the same node, one replica on a different node but in the same rack, one replica on a different node in a different rack

Description : .A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker. a) MapReduce b) Mapper c) TaskTracker d) JobTracker

Last Answer : TaskTracker

Description : .A ________ node acts as the Slave and is responsible for executing a Task assigned to it by the JobTracker. a) MapReduce b) Mapper c) TaskTracker d) JobTracker

Last Answer : TaskTracker

Description : MapReduce engine has a master/slave architecture consisting of a single ______ as the master and a number of _______ as the slaves a) Name Node, Data Node b) JobTracker, TaskTrackers c) TaskTrackers, JobTracker d) Data Node, Name Node

Last Answer : JobTracker, TaskTrackers

Description : Which command is used to copy all files having the string chap and any two characters after that to the progs directory? A. cp chap?? progs B. cp chap* progs C. cp chap[12] /progs/*.*

Last Answer : A. cp chap?? progs

Description : Which of the following is false? a) The more important the data, the greater the need for backing it up b) A backup is as useful as its associated restore strategy c) Storing the ... near to its original site is best strategy d) Automated backup and scheduling is preferred over manual operations

Last Answer : Storing the backup copy near to its original site is best strategy

Description : Which of the following is false? a) The more important the data, the greater the need for backing it up b) A backup is as useful as its associated restore strategy c) Storing the ... near to its original site is best strategy d) Automated backup and scheduling is preferred over manual operations

Last Answer : Storing the backup copy near to its original site is best strategy

Description : Point out the correct statement. a) JumpIt is an open-source virtual appliance installation and management service b) Converting a virtual appliance from one platform to another is easy proposition c ... vendors support OVF, notably VMware, Microsoft, Oracle, and Citrix d) All of the mentioned

Last Answer : Nearly all major virtualization platform vendors support OVF, notably VMware, Microsoft, Oracle, and Citrix

Description : ________ is a server environment that does not physically exist but is created on another server. A. Physical machine. B. Logical machine. C. Guest machine. D. Virtual machine

Last Answer : Guest machine.

Description : What is one benefit of cloud computing? A. Computer resources can be quickly provisioned. B. A workload can quickly move to a cloud computing environment. C. There is no operational cost for a cloud computing environment. D. The resources can quickly move from one cloud environment to another.

Last Answer : . Computer resources can be quickly provisioned.

Description : . ________________ is yet another service model, which includes Network-as-a-Service, Business-as-a-Service, Identity-as-a-Service, Database-as-a-Service or Strategy-as-a-Service. A. IaaS B. PaaS C. SaaS D. XaaS

Last Answer : . XaaS

Description : Which of the following is another name for the system virtual machine? a) hardware virtual machine b) software virtual machine c) real machine d) none of the mentioned

Last Answer : hardware virtual machine

Description : Which of the following is another name for the system virtual machine? a) hardware virtual machine b) software virtual machine c) real machine d) none of the mentioned

Last Answer : hardware virtual machine

Description : Point out the wrong statement. a) AWS S3 essentially lets you create your own cloud storage b) AWS created Availability Zones within regions, which are sets of systems that are isolated from ... adds redundancy to its IaaS systems by allowing EC2 virtual machine instances d) None of the mentioned

Last Answer : None of the mentioned

Description : Which of the following ACID property states that the system must go from one known state to another and that the system integrity must be maintained? a) Atomicity b) Consistency c) Isolation d) Durability

Last Answer : Consistency

Description : Point out the wrong statement. a) A cloud cannot be created within an organization’s own infrastructure or outsourced to another datacenter b) A composable component must be modularc) A composable component must be stateless d) None of the mentioned

Last Answer : A cloud cannot be created within an organization’s own infrastructure or outsourced to another datacenter

Description : Which of the following can be used for reducing recovery time? a) Automatic failover b) By taking backup on a faster device c) Taking multiple backups – one in same location, another at different location d) All of the mentioned

Last Answer : All of the mentioned

Description : Backup of the source data can be created a) On the same device b) On another device c) At some other location d) All of the mentioned

Last Answer : All of the mentioned

Description : _____________ enables the migration of the virtual image from one physical machine to another. a) visualization b) virtualization c) migration d) virtual transfer

Last Answer : virtualization

Description : .Which of the following offering provides the tools and development environment to deploy applications on another vendor’s application. a) PaaS b) IaaS c ) SaaS d ) All of the mentioned

Last Answer : IaaS

Description : .Point out the wrong statement. a) A cloud cannot be created within an organization’s own infrastructure or outsourced to another datacenter b) A composable component must be modular c) A composable component must be stateless d) None of the mentioned

Last Answer : A cloud cannot be created within an organization’s own infrastructure or outsourced to another datacenter

Description : Which of the following can be used for reducing recovery time? a) Automatic failover b) By taking backup on a faster device c) Taking multiple backups – one in same location, another at different location d) All of the mentioned

Last Answer : All of the mentioned

Description : Backup of the source data can be created a) On the same device b) On another device c) At some other location d) All of the mentioned

Last Answer : All of the mentioned

Description : Which of the following is another name for the system virtual machine? a) hardware virtual machine b) software virtual machine c) real machine d) none of the mentioned

Last Answer : VMM