單項(xiàng)選擇題

以HDFS上master:9000/graphdata.txt中的數(shù)據(jù)創(chuàng)建圖graphhdfs,其中g(shù)raphdata.txt文本格式:121256132156?,F(xiàn)將graphhdfs中每個(gè)節(jié)點(diǎn)的屬性值變?yōu)樵档?倍,并查看其中的10個(gè)頂點(diǎn),則以下選項(xiàng)正確的是()

A.val temp=graphhdfs.mapVertices((x1,x2)=>x2.toInt*3).vertices.take(10)
B.val temp=graphhdfs.mapEdges((x1,x2)=>x2.toInt*3).vertices.take(10)
C.val temp=graphhdfs.mapVertices(x=>x._2.toInt*3).vertices.take(10)
D.val temp=graphhdfs.map(x=>x._1.toInt*3).vertices.take(10)

微信掃碼免費(fèi)搜題