Re: SystemML Notebook docker image

2016-02-15 Thread Sourav Mazumder
I tried that too. But didn't work. Regards, Sourav On Mon, Feb 15, 2016 at 12:27 PM, Deron Eriksson wrote: > Hi Sourav, > > Actually, looking at the error message again, perhaps the issue was that > you need to use your github username for authentication (sourav-mazumder) > rather than the emai

Re: SystemML Notebook docker image

2016-02-15 Thread Deron Eriksson
Hi Sourav, Actually, looking at the error message again, perhaps the issue was that you need to use your github username for authentication (sourav-mazumder) rather than the email address. Thank you for filing the JIRA. Deron On Mon, Feb 15, 2016 at 12:16 PM, Deron Eriksson wrote: > Hi Soura

Re: SystemML Notebook docker image

2016-02-15 Thread Sourav Mazumder
Done. The JIRA is SYSTEMML-519 . Please ensure that the structure /2BCHR4T1Q/notes.json is preserved while adding the same to the relevant folder path /samples/zeppelin-notebooks/. Regards, Sourav On Mon, Feb 15, 2016 at 12:07 PM, Luciano Resen

Re: SystemML Notebook docker image

2016-02-15 Thread Deron Eriksson
Hi Sourav, I see Luciano just offered to handle it if you create a JIRA with the notebook attached. Thank you Luciano. In case you want to do pull requests in the future, there are a couple things you might want to check. 1) If you try "git remote -v", the remote repos should be similar to the f

Re: SystemML Notebook docker image

2016-02-15 Thread Luciano Resende
Sourav, To make things simple, if you could create a jira and attach the notebook, I will handle the rest. On Mon, Feb 15, 2016 at 11:54 AM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi Deron, > > I tried following your instruction. But while pushing my changes back I'm > getting t

Re: SystemML Notebook docker image

2016-02-15 Thread Sourav Mazumder
Hi Deron, I tried following your instruction. But while pushing my changes back I'm getting the error saying git push --set-upstream origin systemml-zeppelin-spark-example Username for 'https://github.com': sourav.mazumde...@gmail.com Password for 'https://sourav.mazumde...@gmail.com@github.com r

Re: SystemML Notebook docker image

2016-02-12 Thread Deron Eriksson
Hi Sourav, I recently created a "Contributing to SystemML" document that describes working with Git ( http://apache.github.io/incubator-systemml/contributing-to-systemml.html#systemml-on-github). The workflow described in the document may help you out. Also, in case it helps, I found the open-sou

Re: SystemML Notebook docker image

2016-02-12 Thread Luciano Resende
You need to git add the folder you are trying to submit as a PR Something like the steps below cd samples/zeppelin-notebooks mkdir foo cp foo.json foo git add foo -> this will add the folder and it's contents git commit -a -m"Some message" git push origin branch-name On Fri, Feb 12, 2016 at 9

Re: SystemML Notebook docker image

2016-02-12 Thread Sourav Mazumder
Hi Deron, I created a Pull request (#69) for the same. But I'm little lost how do I add a new folder and within that the json file for the notebook I want to upload. I tried creating a new folder under incubator-systemml /samples

Re: SystemML Notebook docker image

2016-02-06 Thread Luciano Resende
On Fri, Feb 5, 2016 at 5:26 PM, Sourav Mazumder wrote: > Hi Deron, > > I can surely share that. Can I upload it somewhere in the SystemML's site ? > I have created a place in the source code for sample notebooks https://www.mail-archive.com/general@incubator.apache.org/msg53110.html Please add

Re: SystemML Notebook docker image

2016-02-05 Thread Sourav Mazumder
Hi Deron, I can surely share that. Can I upload it somewhere in the SystemML's site ? My notebook covers end to end stuff involving Spark, Zeppelin, R and SystemML. It reads two different datasets from HDFS, explore them and merge them using Spark SQL. Then use that merged dataset for creating th

Re: SystemML Notebook docker image

2016-02-05 Thread Deron Eriksson
Hi Sourav, That sounds very useful for people who are interested in running SystemML through Zeppelin. It would be great if you could share that. I was wondering, what is your opinion of running SystemML through Zeppelin? Do you think that is a path that is going to be most useful for data scient

Re: SystemML Notebook docker image

2016-02-04 Thread Sourav Mazumder
Hi, I have a complete end to end Modeling and Prediction using Zepplein and also visualization of the prediction using R plots. I can share the same too if that is useful. Regards, Sourav On Thu, Feb 4, 2016 at 3:20 PM, Luciano Resende wrote: > I started experimenting with some nice ways to e

SystemML Notebook docker image

2016-02-04 Thread Luciano Resende
I started experimenting with some nice ways to enable data scientists to get started with SystemML with the minimum setup and a pleasant user experience. Following the guide published in the SystemML project documentation page [1], I created a docker image containing the necessary infrastructure f