Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Ted Yu
t;>> > On Friday, 28 November 2014 2:39 PM, MEETHU MATHEW > >>>> > > >>>> > wrote: > >>>> > > >>>> > > >>>> > Hi, > >>>> > I have a similar problem.I modified the code in mllib and

Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Marcelo Vanzin
eethu M >>>> > >>>> > >>>> > On Friday, 28 November 2014 2:39 PM, MEETHU MATHEW >>>> > >>>> > wrote: >>>> > >>>> > >>>> > Hi, >>>> > I have a similar problem.I modi

Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Sean Owen
-pl examples >>> > >>> > But when I run the program in examples using run-example,the older >>> > version >>> > of mllib (before the changes were made) is getting executed. >>> > How to get the changes made in mllib while calling it from exa

Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Koert Kuipers
when I run the program in examples using run-example,the older >> version >> > of mllib (before the changes were made) is getting executed. >> > How to get the changes made in mllib while calling it from examples >> > project? >> > >> > Thanks &

Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Koert Kuipers
ng it from examples > > project? > > > > Thanks & Regards, > > Meethu M > > > > > > On Monday, 24 November 2014 3:33 PM, Yiming (John) Zhang < > sdi...@gmail.com> > > wrote: > > > > > > Thank you, Marcelo and Sean, "m

Re: How to incrementally compile spark examples using mvn

2014-12-05 Thread Marcelo Vanzin
mllib while calling it from examples > project? > > Thanks & Regards, > Meethu M > > > On Monday, 24 November 2014 3:33 PM, Yiming (John) Zhang > wrote: > > > Thank you, Marcelo and Sean, "mvn install" is a good answer for my demands. > > -----邮件

Re: How to incrementally compile spark examples using mvn

2014-12-04 Thread MEETHU MATHEW
件原件- 发件人: Marcelo Vanzin [mailto:van...@cloudera.com] 发送时间: 2014年11月21日 1:47 收件人: yiming zhang 抄送: Sean Owen; user@spark.apache.org 主题: Re: How to incrementally compile spark examples using mvn Hi Yiming, On Wed, Nov 19, 2014 at 5:35 PM, Yiming (John) Zhang wrote: > Thank you for your reply. I

Re: How to incrementally compile spark examples using mvn

2014-11-28 Thread MEETHU MATHEW
era.com] 发送时间: 2014年11月21日 1:47 收件人: yiming zhang 抄送: Sean Owen; user@spark.apache.org 主题: Re: How to incrementally compile spark examples using mvn Hi Yiming, On Wed, Nov 19, 2014 at 5:35 PM, Yiming (John) Zhang wrote: > Thank you for your reply. I was wondering whether there is a method of

re: How to incrementally compile spark examples using mvn

2014-11-24 Thread Yiming (John) Zhang
Thank you, Marcelo and Sean, "mvn install" is a good answer for my demands. -邮件原件- 发件人: Marcelo Vanzin [mailto:van...@cloudera.com] 发送时间: 2014年11月21日 1:47 收件人: yiming zhang 抄送: Sean Owen; user@spark.apache.org 主题: Re: How to incrementally compile spark examples using mvn Hi Y

Re: How to incrementally compile spark examples using mvn

2014-11-20 Thread Marcelo Vanzin
Hi Yiming, On Wed, Nov 19, 2014 at 5:35 PM, Yiming (John) Zhang wrote: > Thank you for your reply. I was wondering whether there is a method of > reusing locally-built components without installing them? That is, if I have > successfully built the spark project as a whole, how should I configur

re: How to incrementally compile spark examples using mvn

2014-11-19 Thread Sean Owen
ank you! > > Cheers, > Yiming > > -邮件原件- > 发件人: Sean Owen [mailto:so...@cloudera.com] > 发送时间: 2014年11月17日 17:40 > 收件人: yiming zhang > 抄送: Marcelo Vanzin; user@spark.apache.org > 主题: Re: How to incrementally compile spark examples using mvn > > The downloa

re: How to incrementally compile spark examples using mvn

2014-11-19 Thread Yiming (John) Zhang
mples" sub project without the need of downloading or installation? Thank you! Cheers, Yiming -邮件原件- 发件人: Sean Owen [mailto:so...@cloudera.com] 发送时间: 2014年11月17日 17:40 收件人: yiming zhang 抄送: Marcelo Vanzin; user@spark.apache.org 主题: Re: How to incrementally compile spark examples

Re: How to incrementally compile spark examples using mvn

2014-11-17 Thread Sean Owen
> 发件人: Marcelo Vanzin [mailto:van...@cloudera.com] > 发送时间: 2014年11月16日 10:26 > 收件人: sdi...@gmail.com > 抄送: user@spark.apache.org > 主题: Re: How to incrementally compile spark examples using mvn > > I haven't tried scala:cc, but you can ask maven to just build a particular >

re: How to incrementally compile spark examples using mvn

2014-11-16 Thread Yiming (John) Zhang
loudera.com] 发送时间: 2014年11月16日 10:26 收件人: sdi...@gmail.com 抄送: user@spark.apache.org 主题: Re: How to incrementally compile spark examples using mvn I haven't tried scala:cc, but you can ask maven to just build a particular sub-project. For example: mvn -pl :spark-examples_2.10 compile On

Re: How to incrementally compile spark examples using mvn

2014-11-15 Thread Marcelo Vanzin
I haven't tried scala:cc, but you can ask maven to just build a particular sub-project. For example: mvn -pl :spark-examples_2.10 compile On Sat, Nov 15, 2014 at 5:31 PM, Yiming (John) Zhang wrote: > Hi, > > > > I have already successfully compile and run spark examples. My problem is > that i