<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Unable to transfer files from Mac Desktop to Cloudera VM in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44845#M39440</link>
    <description>SSH in the VM will listen on port 22 by default. You're hitting port 2222&lt;BR /&gt;on your host machine. If you're using VirtualBox, you can set up port&lt;BR /&gt;forwarding in VirtualBox so that port 2222 on your host machine is&lt;BR /&gt;forwarded to 22 (this is probably the easiest solution, but that isn't done&lt;BR /&gt;out of the box). The alternative is to configure the VM to use something&lt;BR /&gt;other than NAT for the virtual network. If you configure it to bridged&lt;BR /&gt;networking or a similar option, it will get it's own IP address that you&lt;BR /&gt;can use to connect to port 22 from your host machine.&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Sep 2016 15:27:51 GMT</pubDate>
    <dc:creator>Sean</dc:creator>
    <dc:date>2016-09-07T15:27:51Z</dc:date>
    <item>
      <title>Unable to transfer files from Mac Desktop to Cloudera VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44645#M39438</link>
      <description>&lt;P&gt;I am trying to transfer files from my Mac desktop to Cloudera VM, however it does not work. I have used the following commands to do so.&amp;nbsp;Looking forward to experts for help.&lt;/P&gt;&lt;P&gt;I have tried following commands and got corresponding errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command&lt;/STRONG&gt;: scp -P 2222 -r sample.txt cloudera@127.0.0.1:/home/cloudera/&lt;BR /&gt;&lt;STRONG&gt;Error&lt;/STRONG&gt;:&amp;nbsp;ssh: connect to host 127.0.0.1 port 2222: Connection refused&lt;BR /&gt;lost connection&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Command&lt;/STRONG&gt;:&amp;nbsp;scp -r sample.txt cloudera@127.0.0.1:/home/cloudera/&lt;BR /&gt;&lt;STRONG&gt;Error&lt;/STRONG&gt;: ssh: connect to host 127.0.0.1 port 22: Connection refused&lt;BR /&gt;lost connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Command&lt;/STRONG&gt;: scp -r sample.txt&amp;nbsp;cloudera@quickstart.cloudera:/home/cloudera&lt;BR /&gt;&lt;STRONG&gt;Error&lt;/STRONG&gt;: ssh: Could not resolve hostname quickstart.cloudera: nodename nor servname provided, or not known&lt;BR /&gt;lost connection&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 21:15:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44645#M39438</guid>
      <dc:creator>mtprospect</dc:creator>
      <dc:date>2016-09-01T21:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to transfer files from Mac Desktop to Cloudera VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44646#M39439</link>
      <description>I was able to solve the issue by following the tips via link. Thanks to Morgan.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/unable-to-Ssh-using-putty-from-windows-to-cloudera-quickstart-vm/td-p/25505" target="_blank"&gt;https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/unable-to-Ssh-using-putty-from-windows-to-cloudera-quickstart-vm/td-p/25505&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The Youtube link: &lt;A href="https://www.youtube.com/watch?v=AhSNj7s5Fko" target="_blank"&gt;https://www.youtube.com/watch?v=AhSNj7s5Fko&lt;/A&gt; was very useful.</description>
      <pubDate>Thu, 01 Sep 2016 22:01:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44646#M39439</guid>
      <dc:creator>mtprospect</dc:creator>
      <dc:date>2016-09-01T22:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to transfer files from Mac Desktop to Cloudera VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44845#M39440</link>
      <description>SSH in the VM will listen on port 22 by default. You're hitting port 2222&lt;BR /&gt;on your host machine. If you're using VirtualBox, you can set up port&lt;BR /&gt;forwarding in VirtualBox so that port 2222 on your host machine is&lt;BR /&gt;forwarded to 22 (this is probably the easiest solution, but that isn't done&lt;BR /&gt;out of the box). The alternative is to configure the VM to use something&lt;BR /&gt;other than NAT for the virtual network. If you configure it to bridged&lt;BR /&gt;networking or a similar option, it will get it's own IP address that you&lt;BR /&gt;can use to connect to port 22 from your host machine.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2016 15:27:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-transfer-files-from-Mac-Desktop-to-Cloudera-VM/m-p/44845#M39440</guid>
      <dc:creator>Sean</dc:creator>
      <dc:date>2016-09-07T15:27:51Z</dc:date>
    </item>
  </channel>
</rss>

