RE: How to contribute SystemML

2015-12-02 Thread Niketan Pansare
Hi Tatsuya, Thanks for your interest in the SystemML project. Just so that we are on same page, there are two interpretation of REPL with respect to SystemML: 1. Using SystemML in Spark REPL. - Scala Spark-shell: http://apache.github.io/incubator-systemml/mlcontext-programming-guide.html . This

SystemML Committer Git Guide

2015-12-02 Thread Mike Dusenberry
Hi all, Here is a quick committer guide to using Git with SystemML, located in the GitHub Gist at the following link, and reproduced below.   • https://gist.github.com/dusenberrymw/78eb31b101c1b1b236e5 --- # SystemML Git Guide ## Setup Git repo locally * Fork Apache SystemML to your

Re-enabling PR builds for Apache SystemML project

2015-12-02 Thread Alan K Chin
Hi All, Now that system-ml is an apache project, we will need to update the Jenkins pull request builder with the new repo location before it can be re-enabled. 1. Would like to have some sort of bot or functional ID to perform automated tasks vs using a developer account. e.g. update

RE: How to contribute SystemML

2015-12-02 Thread Tatsuya Nishiyama
Hi Niketan, Thank you for telling me many things. I understand the plan of SystemML to support REPL. > Like Matthias, I would recommend that implementing an interpreter for DML might not be a good task to explore SystemML. I will start contributing SystemML from small tasks. > We do have a

Re: December 2015 Report

2015-12-02 Thread Luciano Resende
On Wed, Dec 2, 2015 at 3:12 PM, Deron Eriksson wrote: > Hi Luciano, > > Here are a few ideas... Perhaps others can add to or modify this? Luciano, > could you generate numbers for the user count on the dev list and the > message count on the dev list since we became an

Re: SystemML Committer Git Guide

2015-12-02 Thread Luciano Resende
We could basically update the one available at https://github.com/SparkTC/development-guidelines/blob/master/contributing-to-projects.md And you can just start a getting this to the Website, under Community or some other menu item... We will need one for general code contribution, one for

Re: December 2015 Report

2015-12-02 Thread Deron Eriksson
Hi Luciano, Here are a few ideas... Perhaps others can add to or modify this? Luciano, could you generate numbers for the user count on the dev list and the message count on the dev list since we became an Apache Incubator project? * A list of the three most important issues to address in the

Maven profiles for distributions

2015-12-02 Thread Luciano Resende
I was reviewing #PR6, and I was wondering why we need to have a different maven profile for distribution ? Source distribution mvn clean package -P SourceDist Cluster distribution mvn clean package -P ClusterDist Standalone distribution mvn clean package -P

Re: SystemML Committer Git Guide

2015-12-02 Thread Deron Eriksson
Thank you for creating this, Mike. It's great to get us all using the same standard approach with regards to Git and SystemML. Great job! Deron On Wed, Dec 2, 2015 at 12:38 PM, Mike Dusenberry wrote: > Hi all, > > > Here is a quick committer guide to using Git with

Re: Maven profiles for distributions

2015-12-02 Thread Mike Dusenberry
Yeah I thinking lumping them all together would be fine too. As long as the regular dev builds are sped up, I'm fine either way.  -Mike -- Mike Dusenberry GitHub: github.com/dusenberrymw LinkedIn: linkedin.com/in/mikedusenberry Sent from my iPhone On Wed, Dec 2, 2015 at 3:52 PM,