| 585 | |
| 586 | == 2012-07-20 == |
| 587 | |
| 588 | * 不管在 Windows 7 或 Windows XP 上測試,DataNode都無法正常取得剩餘空間。看起來是 Cygwin 新版的 du 造成的困擾。 |
| 589 | {{{ |
| 590 | #!html |
| 591 | <h3>Cluster Summary</h3> |
| 592 | <b> </b> |
| 593 | <b> 1 files and directories, 0 blocks = 1 total. Heap Size is 15.5 MB / 123.75 MB (12%) <br> </b> |
| 594 | <a class="warning"> </a> |
| 595 | |
| 596 | <div id="dfstable"> <table> |
| 597 | <tbody><tr class="rowNormal"> <td id="col1"> Configured Capacity</td><td id="col2"> :</td><td id="col3"> 0 KB</td></tr><tr class="rowAlt"> <td id="col1"> DFS Used</td><td id="col2"> :</td><td id="col3"> 2 KB</td></tr><tr class="rowNormal"> <td id="col1"> Non DFS Used</td><td id="col2"> :</td><td id="col3"> 0 KB</td></tr><tr class="rowAlt"> <td id="col1"> DFS Remaining</td><td id="col2"> :</td><td id="col3"> 0 KB</td></tr><tr class="rowNormal"> <td id="col1"> DFS Used%</td><td id="col2"> :</td><td id="col3"> 100 %</td></tr><tr class="rowAlt"> <td id="col1"> DFS Remaining%</td><td id="col2"> :</td><td id="col3"> 0 %</td></tr><tr class="rowNormal"> <td id="col1"> <a href="dfsnodelist.jsp?whatNodes=LIVE">Live Nodes</a> </td><td id="col2"> :</td><td id="col3"> 1</td></tr><tr class="rowAlt"> <td id="col1"> <a href="dfsnodelist.jsp?whatNodes=DEAD">Dead Nodes</a> </td><td id="col2"> :</td><td id="col3"> 0</td></tr></tbody></table></div> |
| 598 | }}} |
| 599 | {{{ |
| 600 | 2012-07-20 13:57:04,770 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: java.io.IOException: Expecting a line not the end of stream |
| 601 | at org.apache.hadoop.fs.DF.parseExecResult(DF.java:109) |
| 602 | at org.apache.hadoop.util.Shell.runCommand(Shell.java:179) |
| 603 | at org.apache.hadoop.util.Shell.run(Shell.java:134) |
| 604 | at org.apache.hadoop.fs.DF.getCapacity(DF.java:63) |
| 605 | at org.apache.hadoop.hdfs.server.datanode.FSDataset$FSVolume.getCapacity(FSDataset.java:346) |
| 606 | at org.apache.hadoop.hdfs.server.datanode.FSDataset$FSVolumeSet.getCapacity(FSDataset.java:512) |
| 607 | at org.apache.hadoop.hdfs.server.datanode.FSDataset.getCapacity(FSDataset.java:708) |
| 608 | at org.apache.hadoop.hdfs.server.datanode.DataNode.offerService(DataNode.java:702) |
| 609 | at org.apache.hadoop.hdfs.server.datanode.DataNode.run(DataNode.java:1186) |
| 610 | at java.lang.Thread.run(Thread.java:619) |
| 611 | }}} |