java.lang.ArithmeticException: / by zero in ChecksumFileSystem.open -------------------------------------------------------------------
Key: HADOOP-2212 URL: https://issues.apache.org/jira/browse/HADOOP-2212 Project: Hadoop Issue Type: Bug Components: fs Affects Versions: 0.15.0 Reporter: Michael Bieniosek Priority: Critical Attachments: hadoop-2212.patch The ChecksumFileSystem uses a default bytesPerChecksum value of zero. This number appears as a divisor in ChecksumFileSystem.getSumBufferSize, if it is not overriden in config. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.