You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ash211 <gi...@git.apache.org> on 2017/10/12 22:02:06 UTC

[GitHub] spark pull request #19486: [SPARK-22268][BUILD] Fix lint-java

GitHub user ash211 opened a pull request:

    https://github.com/apache/spark/pull/19486

    [SPARK-22268][BUILD] Fix lint-java

    ## What changes were proposed in this pull request?
    
    Fix java style issues
    
    ## How was this patch tested?
    
    Run `./dev/lint-java` locally since it's not run on Jenkins

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ash211/spark aash/fix-lint-java

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19486.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19486
    
----
commit 7c321fc7bc9e448ea3b7177089a8e814d901dd26
Author: Andrew Ash <an...@andrewash.com>
Date:   2017-10-12T21:57:19Z

    Fix lint-java
    
    ./dev/lint-java

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    **[Test build #82707 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82707/testReport)** for PR 19486 at commit [`7c321fc`](https://github.com/apache/spark/commit/7c321fc7bc9e448ea3b7177089a8e814d901dd26).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/82916/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    **[Test build #82916 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82916/testReport)** for PR 19486 at commit [`95a2d9e`](https://github.com/apache/spark/commit/95a2d9ef6e07c53fca9d37e526abc2ac2f178c67).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    **[Test build #82916 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82916/testReport)** for PR 19486 at commit [`95a2d9e`](https://github.com/apache/spark/commit/95a2d9ef6e07c53fca9d37e526abc2ac2f178c67).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19486#discussion_r144448478
  
    --- Diff: core/src/test/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorterSuite.java ---
    @@ -530,9 +531,11 @@ public void testOOMDuringSpill() throws Exception {
         // we expect an OutOfMemoryError here, anything else (i.e the original NPE is a failure)
         catch (OutOfMemoryError oom){
           String oomStackTrace = Utils.exceptionString(oom);
    -      assertThat("expected OutOfMemoryError in org.apache.spark.util.collection.unsafe.sort.UnsafeInMemorySorter.reset",
    +      assertThat("expected OutOfMemoryError in " +
    +              "org.apache.spark.util.collection.unsafe.sort.UnsafeInMemorySorter.reset",
                   oomStackTrace,
    -              Matchers.containsString("org.apache.spark.util.collection.unsafe.sort.UnsafeInMemorySorter.reset"));
    +              Matchers.containsString(
    +                  "org.apache.spark.util.collection.unsafe.sort.UnsafeInMemorySorter.reset"));
    --- End diff --
    
    Wait .. @ash211, mind fixing these to double-spaced indentation?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/82707/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    **[Test build #82707 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82707/testReport)** for PR 19486 at commit [`7c321fc`](https://github.com/apache/spark/commit/7c321fc7bc9e448ea3b7177089a8e814d901dd26).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by ash211 <gi...@git.apache.org>.
Github user ash211 commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Updated


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/19486


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Ping @ash211


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #19486: [SPARK-22268][BUILD] Fix lint-java

Posted by HyukjinKwon <gi...@git.apache.org>.
Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/19486
  
    Merged to master.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org