Build failed in Jenkins: SystemML-DailyTest #282

2016-05-27 Thread jenkins
See Changes: [Matthias Boehm] [SYSTEMML-714] Fix rewrite 'pushdown sum on binary+' (m. parents), tests -- [...truncated 2246 lines...] Running org.apache.sysml.test.integration.func

Re: Executing DMLScript in Eclipse on Windows

2016-05-27 Thread Deron Eriksson
Perfect, that was exactly what I was looking for. Deron On Fri, May 27, 2016 at 1:08 PM, Matthias Boehm wrote: > just put the following parameters into the VM arguments of your run > configuration: > > -Dhadoop.home.dir=\src\test\config\hadoop_bin_windows > -Djava.library.path=\src\test\config

Re: Executing DMLScript in Eclipse on Windows

2016-05-27 Thread Matthias Boehm
just put the following parameters into the VM arguments of your run configuration: -Dhadoop.home.dir=\src\test\config\hadoop_bin_windows -Djava.library.path=\src\test\config\hadoop_bin_windows\bin Regards, Matthias From: Deron Eriksson To: dev@systemml.incubator.apache.org Date: 05/2

Executing DMLScript in Eclipse on Windows

2016-05-27 Thread Deron Eriksson
Hi, On OS X during development, I usually run SystemML using an Eclipse debug configuration that uses DMLScript as the main class. I tried doing the same thing on Windows, and when I do this, I see the following winutils.exe exception: 16/05/27 12:01:54 ERROR util.Shell: Failed to locate the winu

Re: [VOTE] Apache SystemML 0.10.0-incubating (RC1)

2016-05-27 Thread dusenberrymw
Yeah I definitely agree that we should aim to release quicker and more often. Especially as we continue to work out most of the release build issues, making future releases will become much easier. -- Mike Dusenberry GitHub: github.com/dusenberrymw LinkedIn: linkedin.com/in/mikedusenberry Sent

Re: [VOTE] Apache SystemML 0.10.0-incubating (RC1)

2016-05-27 Thread Luciano Resende
On Fri, May 27, 2016 at 10:09 AM, Deron Eriksson wrote: > Hi Matthias, > > I would definitely be fine with this being fixed in 0.11 and personally > would prefer not to delay the 0.10 release. Perhaps we can work to have a > shorter time interval between the 0.10 and 0.11 releases. > > Deron > >

Re: [VOTE] Apache SystemML 0.10.0-incubating (RC1)

2016-05-27 Thread Glenn Weidner
I also definitely agree with not delaying the 0.10.0 release. Thanks, Glenn From: Deron Eriksson To: dev@systemml.incubator.apache.org Date: 05/27/2016 10:09 AM Subject:Re: [VOTE] Apache SystemML 0.10.0-incubating (RC1) Hi Matthias, I would definitely be fine with this be

Re: [VOTE] Apache SystemML 0.10.0-incubating (RC1)

2016-05-27 Thread Deron Eriksson
Hi Matthias, I would definitely be fine with this being fixed in 0.11 and personally would prefer not to delay the 0.10 release. Perhaps we can work to have a shorter time interval between the 0.10 and 0.11 releases. Deron On Thu, May 26, 2016 at 11:16 PM, Matthias Boehm wrote: > just FYI: tod