On 09/23/2014 07:48 AM, Ted Dunning wrote:
On Mon, Sep 22, 2014 at 8:13 AM, Bart Vandewoestyne <
bart.vandewoest...@telenet.be> wrote:

14/09/22 17:05:01 INFO mapreduce.Job: Task Id :
attempt_1410945757266_2536_m_000000_0, Status : FAILED
Error: java.lang.NumberFormatException: For input string: "\N"
         at sun.misc.FloatingDecimal.readJavaFormatString(
FloatingDecimal.java:1241)


Looks like you have a null in your data which is being encoded as \N.

I had also contacted the authors of the Big-Bench benchmark about this issue, and in the meanwhile they have solved the problem. See the following GitHub commits:

https://github.com/intel-hadoop/Big-Bench/commit/d28b83d128240641a19a0dca67a0ecb02b2cc6b2

https://github.com/intel-hadoop/Big-Bench/commit/b0350a923e0ee005b773e73a67491a28eadd8060

Problem solved :-)

Kind regards,
Bart

Reply via email to