Re: Assigning issue

2013-10-14 Thread karthik tunga
Awesome. Thanks Aaron. :) Cheers, Karthik On 14 October 2013 09:38, Aaron Davidson wrote: > Done -- have fun! :) > > > On Mon, Oct 14, 2013 at 12:50 AM, karthik tunga >wrote: > > > Hi, > > > > I was looking at some starter issues. How do I assign an issue to myself > ? > > I was looking at >

Does ExecutorRunner.buildJavaOpts work the way we want it to?

2013-10-14 Thread Mark Hamstra
I'm busy working on upgrading an application stack of which Spark and Shark are components. The 0.8.0 changes in how configuration, environment variables, and SPARK_JAVA_OPTS are handled are giving me some trouble, but I'm not sure whether it is just my trouble or a more general trouble with Execu

Re: Suggestion/Recommendation for language bindings

2013-10-14 Thread Aaron Babcock
Hey Laksh, Not sure if you are interested in groovy at all, but I've got the beginning of a project here: https://github.com/bunions1/groovy-spark-example The idea is to map groovy idioms: myRdd.collect{ row -> newRow } to spark api calls myRdd.map( row => newRow) and support a good repl. Its n

Suggestion/Recommendation for language bindings

2013-10-14 Thread Laksh Gupta
Hi I am interested in contributing to the project and want to start with supporting a new programming language on Spark. I can see that Spark already support Java and Python. Would someone provide me some suggestion/references to start with? I think this would be a great learning experince for me.

Re: Assigning issue

2013-10-14 Thread Aaron Davidson
Done -- have fun! :) On Mon, Oct 14, 2013 at 12:50 AM, karthik tunga wrote: > Hi, > > I was looking at some starter issues. How do I assign an issue to myself ? > I was looking at > SPARK-627 . > Its a simple change to the scripts, so I thoug

Assigning issue

2013-10-14 Thread karthik tunga
Hi, I was looking at some starter issues. How do I assign an issue to myself ? I was looking at SPARK-627 . Its a simple change to the scripts, so I thought I will start with that. Can someone assign the issue to me ? User name is karthik.tung