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

Get Cluster Operation

Get Cluster Operation

The Get Cluster operation gets a list of records in a cluster based on the primary key column value of a record that is part of the cluster.
Before you perform the Get Cluster operation, perform the Get Cluster Layout operation to get the cluster layout in the JSON format for the configuration file. Based on the cluster layout, you can configure the input parameters for the Get Cluster operation.
Run the
run_client.sh
script located in the following directory to perform the Get Cluster operation:
/usr/local/mdmbdrm-<Version Number>
Use the following command to run the
run_client.sh
script:
run_client.sh --config=configuration_file_name --operation=GETCLUSTER --input=input_file_name [--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.
--operation
GETCLUSTER
Type of operation that you want to perform. Specify GETCLUSTER.
--input
input_file_name
Absolute path and name of the input JSON file that contains the cluster layout for the configuration file.
--outputfile
output_file_name
Optional. Absolute path and name of the output JSON file to which you want to load the list of records in the cluster.
For example:
run_client.sh --config=/usr/local/tree/configuration.xml --operation=GETCLUSTER --input=/usr/local/tree/input.json --outputfile=/usr/local/tree/output.json
The following sample response shows the list of records in the cluster to which the specified input record belongs:
{ "sortField":"ID", "searchType":"", "resultlimit":0, "scoreThreshold":0, "ignoreMatch":false, "searchinput":{ }, "searchlayout":{ }, "searchResults":[ { "SALARY":"10001", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201000", "SOURCE":"SAP", "ID":" 1", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA" }, { "SALARY":"10000", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201001", "SOURCE":"Salesforce", "ID":" 2", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"30" }, { "SALARY":"10000", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201000", "SOURCE":"Baan", "ID":" 3", "PINCODE":"560103", "DOJ":"2013", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"30" }, { "SALARY":"10001", "CITY":"Bangalore", "CLUSTERNUMBER":"ffcdf6d7-4122-4813-86ea-7999dda4f481 ", "ADDRESS":"Bagmane TechPark", "PHONE":"08040201001", "SOURCE":"SAP", "ID":" 4", "PINCODE":"560103", "DOJ":"2012", "NAME":"John Smith", "COMPANY":"INFA", "AGE":"31" } ], "searchToken":1837122831, "pageLimit":4, "pageOffset":0, "totalCount":30, "prSearchType":"", "completeDetails":true, "debug":false, "resultCount":4, "messages":{ "Message.1":"Fresh Token generated" } }

0 COMMENTS

We’d like to hear from you!