TIBCO Spotfire Data Science doesn't report status or results for my MapReduce job.
book
Article ID: KB0082656
calendar_today
Updated On:
Products
Versions
Spotfire Data Science
6.x
Description
A job is submitted, and completed on the Hadoop cluster, but my results console does not show status or results.
Issue/Introduction
TIBCO Spotfire Data Science doesn't report status or results for my MapReduce job.
Resolution
Resource Manager Failover The Resource Manager may fail over if High Availability (HA) is enabled.
Check which Resource Manager is active.
Verify the Data Source connection uses the active Resource Manager.
Websockets vs. LongPolling TIBCO Spotfire Data Science results display requires communication from the Hadoop cluster to the TIBCO Spotfire Data Science server. By default, Websockets are used.
Restart TIBCO Spotfire Data Science: $ chorus_control restart alpine
Bad Data Reporting TIBCO Spotfire Data Science reports "bad data," i.e. missing data entries or data with unexpected type, to the results console. If the bad data reporting is delayed, make sure all Hadoop nodes are able to resolve the TIBCO Spotfire Data Science server hostname (eg nslookup <server_hostname>).
Using AWS:
Add an entry in the VPC security group to allow inbound access from the external IPs of all Hadoop nodes. - or -
Give the TIBCO Spotfire Data Science instance a hostname.
Create an Amazon Route 53 DNS entry (Your laptop needs to have this DNS entry too). - or -
Add the hostname / ip manually to /etc/hosts to your laptop and all Hadoop nodes.
Using on-premises servers:
DNS entry (Your laptop needs to have this DNS entry too). - or -
Add the hostname / ip manually to /etc/hosts to your laptop and all Hadoop nodes.