Skip to content

Comments

[SPARK-28649][INFRA] Add Python .eggs to .gitignore#25380

Closed
rvesse wants to merge 1 commit intoapache:masterfrom
rvesse:patch-1
Closed

[SPARK-28649][INFRA] Add Python .eggs to .gitignore#25380
rvesse wants to merge 1 commit intoapache:masterfrom
rvesse:patch-1

Conversation

@rvesse
Copy link
Member

@rvesse rvesse commented Aug 7, 2019

What changes were proposed in this pull request?

If you build Spark distributions you potentially end up with a python/.eggs directory in your working copy which is not currently ignored by Spark's .gitignore file. Since these are transient build artifacts there is no reason to ever commit these to Git so this should be placed in the .gitignore list

How was this patch tested?

Verified the offending artifacts were no longer reported as untracked content by Git

If you build Spark distributions you potentially end up with a `python/.eggs` directory in your working copy which is not currently ignored by Spark's .gitignore file
@SparkQA
Copy link

SparkQA commented Aug 7, 2019

Test build #108779 has finished for PR 25380 at commit c8d9828.

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

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-28649] Add Python .eggs to .gitignore [SPARK-28649][INFRA] Add Python .eggs to .gitignore Aug 7, 2019
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Yes, indeed it does.
Thank you, @rvesse and @srowen .
Merged to master.

dongjoon-hyun pushed a commit that referenced this pull request Aug 7, 2019
## What changes were proposed in this pull request?

If you build Spark distributions you potentially end up with a `python/.eggs` directory in your working copy which is not currently ignored by Spark's `.gitignore` file.  Since these are transient build artifacts there is no reason to ever commit these to Git so this should be placed in the `.gitignore` list

## How was this patch tested?

Verified the offending artifacts were no longer reported as untracked content by Git

Closes #25380 from rvesse/patch-1.

Authored-by: Rob Vesse <rvesse@dotnetrdf.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 6ea4a73)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@dongjoon-hyun
Copy link
Member

I also cherry-picked this to branch-2.4 since it's our LTS branch.

@rvesse
Copy link
Member Author

rvesse commented Aug 8, 2019

@dongjoon-hyun @srowen Thanks for the fast turnaround on this

@rvesse rvesse deleted the patch-1 branch August 8, 2019 08:21
@HyukjinKwon
Copy link
Member

oh I missed it. LGTM too.

rluta pushed a commit to rluta/spark that referenced this pull request Sep 17, 2019
## What changes were proposed in this pull request?

If you build Spark distributions you potentially end up with a `python/.eggs` directory in your working copy which is not currently ignored by Spark's `.gitignore` file.  Since these are transient build artifacts there is no reason to ever commit these to Git so this should be placed in the `.gitignore` list

## How was this patch tested?

Verified the offending artifacts were no longer reported as untracked content by Git

Closes apache#25380 from rvesse/patch-1.

Authored-by: Rob Vesse <rvesse@dotnetrdf.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 6ea4a73)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
kai-chi pushed a commit to kai-chi/spark that referenced this pull request Sep 26, 2019
## What changes were proposed in this pull request?

If you build Spark distributions you potentially end up with a `python/.eggs` directory in your working copy which is not currently ignored by Spark's `.gitignore` file.  Since these are transient build artifacts there is no reason to ever commit these to Git so this should be placed in the `.gitignore` list

## How was this patch tested?

Verified the offending artifacts were no longer reported as untracked content by Git

Closes apache#25380 from rvesse/patch-1.

Authored-by: Rob Vesse <rvesse@dotnetrdf.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 6ea4a73)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants