Skip to content

[SPARK-2169] Don't copy appName / basePath everywhere.#1252

Closed
vanzin wants to merge 2 commits into
apache:masterfrom
vanzin:SPARK-2169
Closed

[SPARK-2169] Don't copy appName / basePath everywhere.#1252
vanzin wants to merge 2 commits into
apache:masterfrom
vanzin:SPARK-2169

Conversation

@vanzin

@vanzin vanzin commented Jun 27, 2014

Copy link
Copy Markdown
Contributor

Instead of keeping copies in all pages, just reference the values
kept in the base SparkUI instance (by making them available via
getters).

@vanzin

vanzin commented Jun 27, 2014

Copy link
Copy Markdown
Contributor Author

Tested on top of #1218 and verified app name looks like what I'd expect from the code.

@AmplabJenkins

Copy link
Copy Markdown

Can one of the admins verify this patch?

@vanzin

vanzin commented Aug 4, 2014

Copy link
Copy Markdown
Contributor Author

Friendly ping.

@vanzin

vanzin commented Aug 4, 2014

Copy link
Copy Markdown
Contributor Author

Jenkins, test this please.

Instead of keeping copies in all pages, just reference the values
kept in the base SparkUI instance (by making them available via
getters).
@vanzin

vanzin commented Aug 7, 2014

Copy link
Copy Markdown
Contributor Author

Another friendly ping.

@pwendell

pwendell commented Aug 8, 2014

Copy link
Copy Markdown
Contributor

Hey @andrewor14 - can you take a look at this one? seems pretty straightforward, though I'm not super familiar with this code.

@andrewor14

Copy link
Copy Markdown
Contributor

test this please

@SparkQA

SparkQA commented Aug 8, 2014

Copy link
Copy Markdown

QA tests have started for PR 1252. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18189/consoleFull

@SparkQA

SparkQA commented Aug 8, 2014

Copy link
Copy Markdown

QA results for PR 1252:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18189/consoleFull

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this fit in the line above?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not completely.

@andrewor14

Copy link
Copy Markdown
Contributor

@vanzin Thanks for your PR. These are pretty straightforward changes, and I left a couple of minor comments. Otherwise this LGTM.

@vanzin

vanzin commented Aug 12, 2014

Copy link
Copy Markdown
Contributor Author

Ping.

@andrewor14

Copy link
Copy Markdown
Contributor

Sorry @vanzin I've been caught up with another bug that we're still debugging at the moment. I will look at this and the app ID patch some time tomorrow if not today.

@andrewor14

Copy link
Copy Markdown
Contributor

Looks great. Thanks @vanzin

@vanzin

vanzin commented Aug 18, 2014

Copy link
Copy Markdown
Contributor Author

Hi, could we get this merged if there's no more feedback? Thanks!

@pwendell

Copy link
Copy Markdown
Contributor

Jenkins retest this please. LGTM pending tests.

@pwendell

Copy link
Copy Markdown
Contributor

Jenkins, test this please.

@SparkQA

SparkQA commented Aug 18, 2014

Copy link
Copy Markdown

QA tests have started for PR 1252 at commit 4412fc6.

  • This patch merges cleanly.

@SparkQA

SparkQA commented Aug 18, 2014

Copy link
Copy Markdown

QA tests have finished for PR 1252 at commit 4412fc6.

  • This patch passes unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@andrewor14

Copy link
Copy Markdown
Contributor

Thanks, I've merged this.

@asfgit asfgit closed this in 66ade00 Aug 18, 2014
@vanzin vanzin deleted the SPARK-2169 branch August 18, 2014 21:20
asfgit pushed a commit that referenced this pull request Aug 20, 2014
Instead of keeping copies in all pages, just reference the values
kept in the base SparkUI instance (by making them available via
getters).

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #1252 from vanzin/SPARK-2169 and squashes the following commits:

4412fc6 [Marcelo Vanzin] Simplify UIUtils.headerSparkPage signature.
4e5d35a [Marcelo Vanzin] [SPARK-2169] Don't copy appName / basePath everywhere.
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Instead of keeping copies in all pages, just reference the values
kept in the base SparkUI instance (by making them available via
getters).

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes apache#1252 from vanzin/SPARK-2169 and squashes the following commits:

4412fc6 [Marcelo Vanzin] Simplify UIUtils.headerSparkPage signature.
4e5d35a [Marcelo Vanzin] [SPARK-2169] Don't copy appName / basePath everywhere.
sunchao pushed a commit to sunchao/spark that referenced this pull request Dec 8, 2021
…on (apache#1252)

### What changes were proposed in this pull request?

This PR cherry-picks the ordering and distribution during table creation to 3.2. The same syntax is supported in 3.0 and 3.1.

### Why are the changes needed?

These changes are needed to define a sort key and distribution in Iceberg tables.

### Does this PR introduce _any_ user-facing change?

Yes but the changes won't affect anyone except Iceberg users.

### How was this patch tested?

This PR comes with tests.
wangyum pushed a commit that referenced this pull request May 26, 2023
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.

5 participants