Re: Enabling CLA by default in SystemML 1.0

2017-05-28 Thread Glenn Weidner
+1 Glenn From: "Niketan Pansare" To: dev@systemml.apache.org Date: 05/28/2017 02:54 PM Subject:Re: Enabling CLA by default in SystemML 1.0 +1 for the change. This will give us enough time to test CLA with different setting/algorithms/data characteristics before the release

Re: Enabling CLA by default in SystemML 1.0

2017-05-28 Thread Niketan Pansare
+1 for the change. This will give us enough time to test CLA with different setting/algorithms/data characteristics before the release. > On May 28, 2017, at 2:42 PM, Matthias Boehm wrote: > > Hi all, > > just a heads-up: I intend to enable compressed linear algebra (CLA) by > default in our Sys

Enabling CLA by default in SystemML 1.0

2017-05-28 Thread Matthias Boehm
Hi all, just a heads-up: I intend to enable compressed linear algebra (CLA) by default in our SystemML 1.0 release. So far, CLA can be configured via 'compressed.linalg' as true or false, and it's disabled by default. For the SystemML 1.0 release, I'd like to extend this configuration to take eith

Build failed in Jenkins: SystemML-DailyTest #1017

2017-05-28 Thread jenkins
See Changes: [Matthias Boehm] [SYSTEMML-1289] Codegen cell-wise operations over compressed matrices -- [...truncated 1438 lines...] Generating

Re: Execution Error

2017-05-28 Thread arijit chakraborty
Thank you Arvind! I'll try it and let you know. Thanks again! Arijit From: Arvind Surve Sent: Monday, May 29, 2017 12:29:18 AM To: dev@systemml.apache.org Subject: Re: Execution Error I would not recommend to set environment variables in the notebook itself,

Re: Execution Error

2017-05-28 Thread Arvind Surve
I would not recommend to set environment variables in the notebook itself, rather set those environment variables outside and then start notebook. There are mixed of slashes used in path variables in your setting, c:\Spark/bin, and many other places.For some reason Anaconda 3.5 may have handled

Re: Execution Error

2017-05-28 Thread arijit chakraborty
Thanks a lot Arvind for your quick reply! We were using the following way to execute systemML through spart in ipython notebook. It was running perfectly for spark_2.1.0 and anaconda 3.5. But with spark 2.1.1 and anaconda 3.6, I'm getting this error. import os import sys import numpy spark_pat

Re: Execution Error

2017-05-28 Thread Arvind Surve
Seems like you have Spark path issue either due to ' ' (Space) in the directory path or path for spark has not set correctly. Cannot run program "C:\spark": CreateProcess error=5, Access is denied at java.lang.ProcessBuilder.start(Unknown Source) Arvind Surve | Spark Technology Center  

Execution Error

2017-05-28 Thread arijit chakraborty
Hi, I was running our systemML code in spark 2.1.1 and anaconda 3.6, and we start getting this error. Could not understand why we are getting it. Can anyone please help. Thank you! Arijit --- Py4JJavaError

Build failed in Jenkins: SystemML-DailyTest #1016

2017-05-28 Thread jenkins
See Changes: [Matthias Boehm] [MINOR] Cleanup parser data structures (unused kind/default fields) [Matthias Boehm] [SYSTEMML-1592] Codegen cell/multiagg templates w/ sparse side inputs -