[GitHub] spark issue #23067: [SPARK-26097][Web UI] Add the new partitioning descripti...

2018-11-26 Thread idanz
Github user idanz commented on the issue: https://github.com/apache/spark/pull/23067 it will be shown even if not hovering, you can see it highlighted in the image --- - To unsubscribe, e-mail: reviews-unsubscr

[GitHub] spark pull request #23067: [SPARK-26097][Web UI] Add the new partitioning de...

2018-11-16 Thread idanz
GitHub user idanz opened a pull request: https://github.com/apache/spark/pull/23067 [SPARK-26097][Web UI] Add the new partitioning description to the exchange node name ## What changes were proposed in this pull request? small change in the node name of the Exchange node

[GitHub] spark pull request: use defaultParallelism for defaultMinPartition...

2015-01-19 Thread idanz
Github user idanz closed the pull request at: https://github.com/apache/spark/pull/4094 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] spark pull request: Update SparkContext.scala

2015-01-19 Thread idanz
GitHub user idanz opened a pull request: https://github.com/apache/spark/pull/4102 Update SparkContext.scala Added a comment about using math.min for choosing default partition count You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] spark pull request: use defaultParallelism for defaultMinPartition...

2015-01-18 Thread idanz
Github user idanz commented on the pull request: https://github.com/apache/spark/pull/4094#issuecomment-70443024 I see, I don't want to repeat old discussions so to be more pragmatic, the real problem for me is to set the partition size when using sparksql. My cluster uses

[GitHub] spark pull request: use defaultParallelism for defaultMinPartition...

2015-01-18 Thread idanz
GitHub user idanz opened a pull request: https://github.com/apache/spark/pull/4094 use defaultParallelism for defaultMinPartitions The current configuration will always return 2 for defaultMinPartitions as the min with defaultParallelism is taken. I suggest to use max so