Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Relate 360
  3. Linking Batch Data
  4. Tokenizing Batch Data
  5. Processing Streaming Data
  6. Creating Relationship Graph
  7. Loading Linked and Consolidated Data into Hive
  8. Searching Data
  9. Monitoring the Batch Jobs
  10. Troubleshooting
  11. Glossary

User Guide

User Guide

Running the Mapred Command

Running the Mapred Command

Run the
mapred
commands to get a list of batch jobs and to get the status of a batch job that you run. You can also stop a batch job that you started.
You can run the following commands from the command line:
mapred job -list
Gets a list of batch jobs that you run.
mapred job -status <Job Identifier>
Gets the status of the batch job that you specify. You can get the job identifier when you list the batch jobs.
For example,
mapred job -status job_1416639675736_0228
mapred job -kill <Job Identifier>
Stops the batch job that you specify. You can get the job identifier when you list the batch jobs.
For example,
mapred job -kill job_1416639675736_0228

0 COMMENTS

We’d like to hear from you!