Table of Contents

Search

  1. Preface
  2. Installing Informatica MDM - Relate 360
  3. Configuring Relate 360
  4. Configuring Security
  5. Setting Up the Environment to Process Streaming Data
  6. Configuring Distributed Search
  7. Packaging and Deploying the RESTful Web Services
  8. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the Relationship Metadata

Configuring the Relationship Metadata

You can configure the metadata information for the relationship graph that you configure for the business entity types. The metadata information includes relationship name, repository host name, and the port number on which the server listens. You can use the same repository that stores the processed data or use a different repository for the relationship graph.
To configure the relationship metadata information, add the following parameters to the
RelationshipMetaData
section in the relationship configuration file:
RelationshipName
Name of the relationship graph that you configure.
HbaseMaster
Host name of the HBase Master server and the port number on which the Master server listens.
Specify the port number based on the
hbase.master.port
parameter configured in HBase.
Use the following format to specify a value for the
HbaseMaster
parameter:
<Master Server Host Name>:<Port>
HbaseZookeeperQuorum
Comma-separated list of ZooKeeper servers when HBase uses an ensemble of ZooKeeper servers.
For example: server1.domain.com,server3.domain.com
You can get the list of servers from the
hbase.zookeeper.quorum
property in the following file:
${HBASE_HOME}/conf/hbase-site.xml
HbaseZookeeperClientPort
Optional. Port number on which the ZooKeeper server listens for client connections. Default is 2181.
HbaseRootDirectory
Required if you use Hortonworks Data Platform. Directory that the region servers share on the local file system. Default is
${hbase.tmp.dir}/local
.
The
HbaseRootDirectory
parameter overrides the
hbase.rootdir
parameter configured in the following file:
${HBASE_HOME}/conf/hbase-site.xml
HbaseZookeeperZnodeParent
Required if you use Hortonworks Data Platform. Root ZNode path for the ZooKeeper files. HBase stores all the ZooKeeper files configured with the relative path in the root ZNode path. Default is
/hbase
.
The
HbaseZookeeperZnodeParent
parameter overrides the
zookeeper.znode.parent
parameter configured in the following file:
${HBASE_HOME}/conf/hbase-site.xml
DriverName
Optional. Name of the HBase driver to use.
  • For Cloudera CDH, Hortonworks HDP, or Azure HDInsight.
    com.informatica.mdmbde.database.hbase.HBaseDatabaseAdapterImplVTwo
    .
  • For Amazon EMR.
    com.informatica.mdmbde.database.hbase.HBaseDatabaseAdapterImplVOne
    .
Default is
com.informatica.mdmbde.database.hbase.HBaseDatabaseAdapterImplVTwo
.
The following sample code shows the metadata details for a relationship graph named Customer360:
<RelationshipMetaData> <RelationshipName>Customer360</RelationshipName> <HbaseMaster>localhost:60000</HbaseMaster> <HbaseZookeeperClientPort>2181</HbaseZookeeperClientPort> <HbaseZookeeperQuorum>localhost</HbaseZookeeperQuorum> <DriverName>com.informatica.mdmbde.database.hbase.HbaseDatabaseAdapterImplVTwo</DriverName> <HbaseZookeeperZnodeParent /> <HbaseRootDirectory /> </RelationshipMetaData>

0 COMMENTS

We’d like to hear from you!