2013-12-17 70 views
1

我想上傳一個jar文件(運行MapReduce代碼的WordCount.jar)。我正在使用pscp來嘗試上載文件。試圖上傳jar文件到hortonworks,從Windows到hortonworks在oracle虛擬機箱沙箱

我使用命令行窗口命令

pscp.exe WordCount.jar [email protected]:/usr/root 

,有點等待之後,它響應:

Fatal: Network error: Connection time out

然後在我的Oracle VM VirtualBox,與Hortonworks沙箱2.0 ,控制檯說,

... 
    next_to_watch.status <0> 
e1000 0000:00:08.0: eth1: Detected Tx Unit Hang 
    Tx Queue    <0> 
    TDH     <0> 
    TDT     <1> 
    next_to_use   <1> 
    next_to_clean  <0> 
buffer_info[next_to_clean] 
    time_stamp   <1001eef44> 
    next_to_watch  <0> 
    jiffies    <1001f3b23> 
    next_to_watch.status <0> 
... 
e1000 0000:00:08.0: eth1: reset apater 

我的網絡設置,有適配器1:連接到NAT

我如何得到這個工作?

回答

0

也許你應該在VirtualBox中試用共享文件夾 guest添加項來發送/共享你的jar文件和沙箱。

Here是關於共享文件夾的教程。