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 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
> remote: Permission to apache/incubator-systemml.git denied to
> sourav-mazumder.
>
> Alternatively if someone can create a folder for my notebook ("2BCHR4T1Q")
> under
> incubator-systemml <https://github.com/sourav-mazumder/incubator-systemml
> >/
> samples
> <https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples
> >/
> zeppelin-notebooks
> <
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples/zeppelin-notebooks
> >*
> then I can add a file under that folder without the need of pushing the
> branch back. Right now main problem in this approach is that I'm not able
> to create a new folder under *
> incubator-systemml <https://github.com/sourav-mazumder/incubator-systemml
> >/
> samples
> <https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples
> >/
> zeppelin-notebooks
> <
> https://github.com/sourav-mazumder/incubator-systemml/tree/master/samples/zeppelin-notebooks
> >
> /.
>
>
> Regards,
> Sourav
>
> On Fri, Feb 12, 2016 at 10:19 AM, Deron Eriksson <deroneriks...@gmail.com>
> wrote:
>
> > 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-source Pro Git book to be very
> > useful when I started working with Git (https://progit.org/).
> >
> > Luciano recently created a samples/zeppelin-notebooks directory, so that
> is
> > the place to put your example notebook.
> >
> > By the way, thank you for your great feedback with regards to SystemML!
> It
> > was detailed and excellent.
> >
> > Deron
> >
> >
> >
> > On Fri, Feb 12, 2016 at 10:07 AM, Luciano Resende <luckbr1...@gmail.com>
> > wrote:
> >
> > > 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:27 AM, Sourav Mazumder <
> > > sourav.mazumde...@gmail.com> wrote:
> > >
> > > > 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 <https://github.com/apache/incubator-systemml
> > > >/samples
> > > > <https://github.com/apache/incubator-systemml/tree/master/samples>/
> > > > *zeppelin-notebooks*/ in my branch but was not able to.
> > > >
> > > > When I tried the url you provided I found that it lands to a
> discussion
> > > > thread..
> > > >
> > > > I'm little new to github. Please bear with my ignorance.
> > > >
> > > > Regards,
> > > > Sourav
> > > >
> > > > On Sat, Feb 6, 2016 at 11:55 AM, Luciano Resende <
> luckbr1...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > On Fri, Feb 5, 2016 at 5:26 PM, Sourav Mazumder <
> > > > > sourav.mazumde...@gmail.com
> > > > > > 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 a pull request with your notebook when you have a
> chance,
> > > > others
> > > > > feel free to contribute other examples as well.
> > > > >
> > > > > --
> > > > > Luciano Resende
> > > > > http://people.apache.org/~lresende
> > > > > http://twitter.com/lresende1975
> > > > > http://lresende.blogspot.com/
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Luciano Resende
> > > http://people.apache.org/~lresende
> > > http://twitter.com/lresende1975
> > > http://lresende.blogspot.com/
> > >
> >
>



-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Reply via email to