You have to use hadoop fs -help to show all the command related to hadoop file system.
Question :
Which of the following method or methods of JobControl object can be used to track the execution state of Jobs 1. allFinished() 2. getFailedJobs() 3. Access Mostly Uused Products by 50000+ Subscribers 4. All of the above
JobControl object is used to control the group of Jobs, This class encapsulates a set of MapReduce jobs and its dependency and there are various method get the status. It tracks the states of the jobs by placing them into different tables according to their states. This class has a thread that submits jobs when they become ready, monitors the states of the running jobs, and updates the states of jobs based on the state changes of their depending jobs states. e.g. getFailedJobs(),getReadyJobs(),getRunningJobs() ,getState(),getSuccessfulJobs(),getWaitingJobs()
1. Combiner does the local aggregation of data, thereby allowing the number of mappers to process input data faster. 2. Combiner does the local aggregation of data, thereby reducing the number of mappers that need to run. 3. Access Mostly Uused Products by 50000+ Subscribers
1. Binary data can be used directly by a map-reduce job. Often binary data is added to a sequence file 2. Binary data cannot be used by Hadoop fremework. Binary data should be converted to a Hadoop compatible format prior to loading 3. Access Mostly Uused Products by 50000+ Subscribers 4. Hadoop can freely use binary files with map-reduce jobs so long as the files have headers