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

GETMANAGECLUSTERLAYOUT Operation

GETMANAGECLUSTERLAYOUT Operation

The GETMANAGECLUSTERLAYOUT operation gets a layout that contains a list of fields required to identify records. Use the layout to specify the records for the MANAGECLUSTER operation that removes the records from their current clusters and adds them to a new cluster or to the specified cluster number.
Run the
run_client.sh
script located in the following directory to perform the GETMANAGECLUSTERLAYOUT operation:
/usr/local/mdmbdrm-<Version Number>
Use the following command to run the
run_client.sh
script:
run_client.sh --config=configuration_file_name --rule=matching_rules_file_name --operation=GETMANAGECLUSTERLAYOUT [--outputfile=output_file_name]
The following table describes the options and arguments that you can specify to run the
run_client.sh
script:
Option
Argument
Description
--config
configuration_file_name
Absolute path and file name of the configuration file that you create.
--rule
matching_rules_file_name
Absolute path and file name of the matching rules file that you create.
--operation
GETMANAGECLUSTERLAYOUT
Type of operation that you want to perform. Specify GETMANAGECLUSTERLAYOUT.
--outputfile
output_file_name
Absolute path and name of the output JSON file to which you want to load the layout.
--outputfile
output_file_name
Optional. Absolute path and name of the output JSON file to which you want to load the layout.
For example:
run_client.sh --config=/usr/local/tree/configuration.xml --operation=GETMANAGECLUSTERLAYOUT --outputfile=/usr/local/tree/output.json --rule=usr/local/conf/matching_rules.xml --outputfile=/usr/local/tree/output.json
The following output format shows the list of fields that you can specify the input data:
{ "clusterNumber": "", "members": [ { "LMT_SOURCE_NAME": "", "PK": "" } ], "resultCount": 0, "messages": {} }
A cluster layout includes the following parameters:
clusterNumber
Identifier for the cluster. Perform the GETCLUSTER operation to get the cluster number of a record.
LMT_SOURCE_NAME
Source name of the record.
PK
Column name that you set as primary key in the configuration file.

0 COMMENTS

We’d like to hear from you!