Re: Passing a CoordinateMatrix to SystemML

2017-12-24 Thread Anthony Thomas
Thanks Matthias - unfortunately I'm still running into an ArrayIndexOutOfBounds exception both in reading the file as IJV and when calling dataFrametoBinaryBlock. Just to confirm: I downloaded and compiled the latest version using: git clone https://github.com/apache/systemml cd systemml mvn

Re: Build server down

2017-12-24 Thread Ted Yu
The slow down was wide spread. I logged INFRA-15716 . On Sun, Dec 24, 2017 at 8:22 AM, Glenn Weidner wrote: > It appears there's an issue with Jenkins service since I'm able to access > https://sparktc.ibmcloud.com/repo/latest/ but not >

Re: Passing a CoordinateMatrix to SystemML

2017-12-24 Thread Matthias Boehm
Hi Anthony, thanks for helping to debug this issue. There are no limits other than the dimensions and number of non-zeros being of type long. It sounds more like an issues of converting special cases of ultra-sparse matrices. I'll try to reproduce this issue and give an update as soon as I