2015-11-13 79 views
3

我試圖將Tableau連接到HortonWorks Hadoop沙盒,如下所述:http://hortonworks.com/kb/how-to-connect-tableau-to-hortonworks-sandbox/ Tableau能夠將虛擬服務器看作數據源,並且它準確地列出了可用的模式和表格。HortonWorks Hadoop沙盒和Tableau

但是,試圖選擇任何表或預覽數據時,它會顯示一個錯誤彈出窗口,'An error has occurred while loading the data. No such table [default].[tablename]'這裏默認的是模式和tablename是我試圖查看該表的名稱。

這是當我從vm沙箱中的終端窗口運行ifconfig時回來的東西。 Tableau通過192.168.50.128連接到虛擬機。

eth3  Link encap:Ethernet HWaddr 00:0C:29:EB:B9:DC 
      inet addr:192.168.50.128 Bcast:192.168.50.255 Mask:255.255.255.0 
      inet6 addr: fe80::20c:29ff:feeb:b9dc/64 Scope:Link 
      UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 
      RX packets:42011 errors:0 dropped:0 overruns:0 frame:0 
      TX packets:9750 errors:0 dropped:0 overruns:0 carrier:0 
      collisions:0 txqueuelen:1000 
      RX bytes:15123871 (14.4 MiB) TX bytes:4019795 (3.8 MiB) 

lo  Link encap:Local Loopback 
      inet addr:127.0.0.1 Mask:255.0.0.0 
      inet6 addr: ::1/128 Scope:Host 
      UP LOOPBACK RUNNING MTU:65536 Metric:1 
      RX packets:5185579 errors:0 dropped:0 overruns:0 frame:0 
      TX packets:5185579 errors:0 dropped:0 overruns:0 carrier:0 
      collisions:0 txqueuelen:0 
      RX bytes:2054785522 (1.9 GiB) TX bytes:2054785522 (1.9 GiB) 

指南狀態Enter the IP address of the Sandbox VM (typically 192.168.56.101)這是不同的。

這個IP區別是問題的根源還是有其他我忽略的東西?我假設,因爲它可以看到這並不重要的架構和表。

回答