Postinstallation Tasks
If you run this plug-in on the Amazon Elastic MapReduce (Amazon EMR) cluster, you need to do some configurations.
- Adding a property to the TIBCO Business Studio Arguments.
- Adding the following property to the
Config.ini file, which is located in the
TIBCO_HOME\bw\domains\domain_name\appnodes\appspace_name\appnode_name directory.
com.tibco.plugin.bigdata.resolve.hosts.file.enable=true
- Adding the following property to the
TIBCOBusinessStudio.ini file, which is located in the
TIBCO_HOME\studio\version_number\eclipse directory. (This is only for the MapReduce activity.)
com.tibco.plugin.bigdata.resolve.hosts.file.enable=true
- Adding the following information of DNS and IP to the hosts file.
public_IP public_DNS internal_DNS internal_IP
For example,
54.224.203.71 ec2-54-224-203-71.compute-1.amazonaws.com ip-10-116-39-142.ec2.internal 10.116.39.142
If you do not have permission to modify the hosts file, follow these steps:
- Create a file containing the above information of DNS and IP.
- Add the following property to the TIBCO Business Studio Arguments.
-Dcom.tibco.plugin.bigdata.resolve.hosts.file.location=filepath/filename
- Add the following property to the
Config.ini file.
com.tibco.plugin.bigdata.resolve.hosts.file.location=filepath/filename
- Add the following property to the
TIBCOBusinessStudio.ini file. (This is only for the MapReduce activity.)
com.tibco.plugin.bigdata.resolve.hosts.file.location=filepath/filename