Hadoop環境之cygwin安裝

Hadoop須要Linux環境,cygwin能夠讓你在win下擁有linux開發環境,不用打開虛擬機裝Linux。html

  1. cygwin的下載地址爲http://cygwin.com/install.html,根據本身操做系統的位數來選擇下載linux

  2. 安裝過程一路next,直到下圖的位置:ssh

    

    點開Net下找到openssh和openssl,點擊選擇安裝。oop

   3.接下來就是漫長的等待了學習

       

    4.配置ssh服務:以管理員運行cygwin後,輸入ssh-host-config  測試

        Should StrictModes be used? (yes/no) yesspa

    Should privilege separation be used? (yes/no)」,輸入no回車。操作系統

    Do you want to install sshd a service?  yes.net

    Enter the value of CYGWIN for the demon: []」,直接回車。出現沒權限的狀況執行如下命令:   code

chown :Users /var
chmod 757 /var
chmod ug-s /var
chmod +t /var

    Do you want to use a different name? (yes/no)」,輸入no回車。

    Create new privileged user account 'DAIHY-PC\cyg_server' (Cygwin name: 'daihy-pc+cyg_server')? 。。這一步輸入密碼後出錯後面從新執行又不會出現

    Please enter the password for user ‘cyg_server’:」,輸入密碼回車,在此輸入密碼回車。

最後提示配置完成。

  5.cmd啓動ssh:net start sshd(以管理員方式運行)

    

  6.測試登陸,在終端執行命令:ssh cyg_server@localhost

      

    7.到此安裝已完成,後面會繼續學習cygwin的使用

相關文章
相關標籤/搜索