Skip to content

Conversation

@bxshi
Copy link

@bxshi bxshi commented Jun 28, 2014

change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity
https://issues.apache.org/jira/browse/SPARK-2228

change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@bxshi bxshi changed the title fix SPARK-2228 [SPARK-2228] change hard coded EVENT_QUEUE_CAPACITY to spark.liveListenerBus.eventQueueCapacity Jun 28, 2014
@pwendell
Copy link
Contributor

I commented on the JIRA, but I don't think this should be configurable. If someone overflows this buffer it means there program is not in steady state (the buffer is already really large at 10,000 events). We should instead improve the efficiency of the listeners so that programs cannot get into this state.

@pwendell
Copy link
Contributor

pwendell commented Aug 2, 2014

Okay we fixed the underlying issue in #1579 - would you mind closing this for now?

@andrewor14
Copy link
Contributor

@bxshi This is fixed in #1679. Would you mind closing this PR?

@bxshi bxshi closed this Aug 25, 2014
@bxshi
Copy link
Author

bxshi commented Aug 25, 2014

Sure, np.

Baoxu Shi(Dash)
Computer Science and Engineering Department
University of Notre Dame

On Aug 25, 2014, at 3:26 PM, andrewor14 [email protected] wrote:

@bxshi This is fixed in #1679. Would you mind closing this PR?


Reply to this email directly or view it on GitHub.

wangyum added a commit that referenced this pull request May 26, 2023
* Push down topK through join

* format

* fix

* fix

* Add tag

* Update Optimizer.scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants