【大資料數列】在windows下串連linux 下的hadoop環境進行開發

來源:互聯網
上載者:User

標籤:windows   iss   comm   user   map   pen   cat   lock   資料   

一、下載Eclipse並安裝二、下載exlipse的hadoop plugin三、開啟Map Reduce視圖

Window --> Perspective --> Open perspective

四、編輯Hadoop Location

五、查看是否串連成功

六、上傳檔案或檔案夾測試是否成功
1、沒有許可權Permission denied 

關鍵程式碼:執行login.login的時候調用了hadoop裡面的HadoopLoginModule方法,而關鍵是在commit方法裡面,它會優先去讀取HADOOP_USER_NAME系統內容變數,然後是Java環境變數,再如果沒有的話就會從NTUserPrincipal裡面擷取。因為之前沒有配置HADOOP_USER_NAME所以其擷取到的是我windows系統的目前使用者。

if (!isSecurityEnabled() && (user == null)) {  String envUser = System.getenv(HADOOP_USER_NAME);  if (envUser == null) {    envUser = System.getProperty(HADOOP_USER_NAME);  }  user = envUser == null ? null : new User(envUser);}

以上解決參考自:http://blog.csdn.net/xiaoshunzi111/article/details/52062640

 

【大資料數列】在windows下串連linux 下的hadoop環境進行開發

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.