unsubscribe

2019-07-11 Thread Bill Bejeck
unsubscribe

Spark Implicit Functions

2015-10-16 Thread Bill Bejeck
All, I just did a post on adding groupByKeyToList and groupByKeyUnique using implicit classes. I thought it might be useful to someone. http://codingjunkie.net/learning-scala-implicits-with-spark/ Thanks, Bill

Re: Spark development with IntelliJ

2015-01-08 Thread Bill Bejeck
; > On Thu, Jan 8, 2015 at 10:38 PM, Bill Bejeck wrote: > > I was having the same issue and that helped. But now I get the following > > compilation error when trying to run a test from within Intellij (v 14) > > > > > /Users/bbejeck/dev/github_clones/bbejeck-spark/s

PR #3872

2015-01-08 Thread Bill Bejeck
Could one of the admins take a look at PR 3872 (JIRA 3299) submitted on 1/1

Re: Spark development with IntelliJ

2015-01-08 Thread Bill Bejeck
I was having the same issue and that helped. But now I get the following compilation error when trying to run a test from within Intellij (v 14) /Users/bbejeck/dev/github_clones/bbejeck-spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/dsl/package.scala Error:(308, 109) polymorphic

SPARK-3299 jira task question

2014-10-22 Thread Bill Bejeck
Since this task involves making changes to some of core functionality, I figured it's best if I share my intents for completing this task. This change is a little more involved as it requires modifying the Catalog trait. My current plan is to add an abstract method to the Catalog trait and have an

Re: Pull Requests

2014-10-06 Thread Bill Bejeck
waiting for feedback on feel free to > just ping this list with the patch number. Is there one you are > waiting for feedback on? > > - Patrick > > On Mon, Oct 6, 2014 at 7:32 PM, Bill Bejeck wrote: > > Once a PR has been tested and verified, when does it get pulled back into > > the trunk? >

Pull Requests

2014-10-06 Thread Bill Bejeck
Once a PR has been tested and verified, when does it get pulled back into the trunk?

Jira tickets for starter tasks

2014-08-28 Thread Bill Bejeck
Hi, How do I get a starter task jira ticket assigned to myself? Or do I just do the work and issue a pull request with the associated jira number? Thanks, Bill