Connect Tableau to Spark SQL running in VM with VirtualBox with NAT
This section is specific only to Spark running on Virtualbox VM which network adapter is set to NAT, with IP address to be 10.0.2.15. If your Spark SQL does not run on the VirtualBox VM or if the network adapter of the VirtualBox VM is not set to NAT, then this section does not apply.
First, Hadoop, HIVE, Spark must be up and running:
Next Spark thrift server needs to be up and running, if not start it by:
that run the process such as below
Then you need to with telnet to ensure port 10000 is being listened to:
You need to make sure you have setup port forward in VirtualBox network settings, in this example, add a port forwarding rule to forward TCP packets from port 36 of host machine to port 10000 of guest machine
Also, on your windows command window, test with telnet with host port 36 that is set to forward to port 10000 of VirtualBox guest machine
Then specify port 36 in Tableau login window
You should be able to log in from Tableau
Last updated