我正在尝试上传一个运行MapReduce代码的jar文件(WordCount.jar)。我正在使用 pscp 尝试上传文件。
我在 windows 命令中使用命令行
pscp.exe WordCount.jar root@192.168.56.101:/usr/root
经过一段时间的等待,它的响应是:
致命:网络错误:连接超时
然后在我的Oracle VM VirtualBox中,使用Hortonworks SandBox 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
我如何让它工作?
也许您应该尝试在 VirtualBox 中添加共享文件夹来宾,以与沙箱发送/共享您的 jar 文件。
这是有关共享文件夹的教程。