Re: Guidelines for writing SPARK packages

2016-02-03 Thread Takeshi Yamamuro
park.apache.org> > Date: 01/02/2016 07:03 pm > Subject:Re: Guidelines for writing SPARK packages > Sent by:marchoffo...@gmail.com > -- > > > > Hi Praveen, > > The basic requirements for releasing a Spark package on > s

Re: Guidelines for writing SPARK packages

2016-02-02 Thread Praveen Devarao
share with me...else debugging through would be the way :-) Thanking You Praveen Devarao From: David Russell <themarchoffo...@gmail.com> To: Praveen Devarao/India/IBM@IBMIN Cc: user <user@spark.apache.org> Date: 01/02/2016 07:03 pm Subject:Re: Guidelines for w

Re: Guidelines for writing SPARK packages

2016-02-01 Thread Burak Yavuz
Thanks for the reply David, just wanted to fix one part of your response: > If you > want to register a release for your package you will also need to push > the artifacts for your package to Maven central. > It is NOT necessary to push to Maven Central in order to make a release. There are

Re: Guidelines for writing SPARK packages

2016-02-01 Thread David Russell
Hi Praveen, The basic requirements for releasing a Spark package on spark-packages.org are as follows: 1. The package content must be hosted by GitHub in a public repo under the owner's account. 2. The repo name must match the package name. 3. The master branch of the repo must contain

Guidelines for writing SPARK packages

2016-02-01 Thread Praveen Devarao
Hi, Is there any guidelines or specs to write a Spark package? I would like to implement a spark package and would like to know the way it needs to be structured (implement some interfaces etc) so that it can plug into Spark for extended functionality. Could any one help me