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

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

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

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

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

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-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

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

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