A.tar -zxvf file.tar.gz B.tar -zxvf file.tar.gz -C /usr/local C.tar -zxvf file.tar.gz -c /usr/local D.tar -zxvf /root/file.tar.gz -C /usr/local
A.<"hello",<1,1>>、<"hadoop",1>和<"world",1> B.<"hello",1>、<"hello",1>、<"hadoop",1>和<"world",1> C.<"hello",1,1>、<"hadoop",1>和<"world",1> D.<"hello",2>、<"hadoop",1>和<"world",1>
A.如果一個(gè)機(jī)架出問(wèn)題,不會(huì)影響數(shù)據(jù)讀寫(xiě) B.寫(xiě)入數(shù)據(jù)的時(shí)候會(huì)寫(xiě)到不同機(jī)架的DataNode中 C.MapReduce會(huì)根據(jù)機(jī)架獲取離自己比較近的網(wǎng)絡(luò)數(shù)據(jù) D.以上說(shuō)法都正確