Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-6178][Shuffle] Removed unused imports #4900

Closed
wants to merge 3 commits into from
Closed

[SPARK-6178][Shuffle] Removed unused imports #4900

wants to merge 3 commits into from

Conversation

vinodkc
Copy link
Contributor

@vinodkc vinodkc commented Mar 5, 2015

Author: Vinod K C vinod.kc@huawei.com

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.List;
Copy link
Contributor

Choose a reason for hiding this comment

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

the dependencies should be ordered as

  1. java lib
  2. scala lib
  3. 3-rd party lib
  4. spark packages

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed the order as per comment





Copy link
Contributor

Choose a reason for hiding this comment

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

why add this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed empty lines from OneForOneBlockFetcherSuite.java.

@srowen
Copy link
Member

srowen commented Mar 5, 2015

Although I like cleanup, I think we had agreed to not do cross-cutting cleanup like this for its own sake. Anyone else have an opinion on this one?

@srowen
Copy link
Member

srowen commented Mar 6, 2015

OK to test

@srowen
Copy link
Member

srowen commented Mar 6, 2015

ok to test

@SparkQA
Copy link

SparkQA commented Mar 6, 2015

Test build #28340 has started for PR 4900 at commit 5373456.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Mar 6, 2015

Test build #28340 has finished for PR 4900 at commit 5373456.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28340/
Test PASSed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants