bug setting block size hdfsOpenFile ------------------------------------ Key: HDFS-727 URL: https://issues.apache.org/jira/browse/HDFS-727 Project: Hadoop HDFS Issue Type: Bug Reporter: Eli Collins Assignee: Eli Collins
In hdfsOpenFile in libhdfs invokeMethod needs to cast the block size argument to a jlong so a full 8 bytes are passed (rather than 4 plus some garbage which causes writes to fail due to a bogus block size). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.