// write 1/2 block & close
stm = fs1.create(file1, true, (int)BLOCK_SIZE*2, rep, BLOCK_SIZE);
AppendTestUtil.write(stm, 0, halfBlock);
stm.close();
NameNode nn = cluster.getNameNode();
LOG.info("======== Appending");
stm = fs1.append(file1);
LOG.info("======== Writing");
AppendTestUtil.write(stm, 0, halfBlock/2);
LOG.info("======== Checking progress");