我試圖使用https://github.com/awslabs/emr-bootstrap-actions/tree/master/hama腳本在亞馬遜彈性MapReduce上運行Apache哈馬。但是,當嘗試使用一個主節點和兩個從節點時,BSP代碼中的peer.getNumPeers()
僅報告1個對等節點。我懷疑哈馬是否在local
模式下運行。亞馬遜彈性MapReduce上的Apache哈馬
而且,看着在https://hama.apache.org/getting_started_with_hama.html配置,我的理解是,所有的服務器列表應該hama-site.xml
文件去物業hama.zookeeper.quorum
並在groomservers
文件。但是,我想知道這些配置是否在install script中正確配置。如果有人能指出這是腳本的限制還是我做錯了,我會很感激。