You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by shaneknapp <gi...@git.apache.org> on 2018/10/30 17:59:19 UTC

[GitHub] spark pull request #22896: found some extra whitespace in the R tests

GitHub user shaneknapp opened a pull request:

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

    found some extra whitespace in the R tests

    ## What changes were proposed in this pull request?
    
    during my ubuntu-port testing, i found some extra whitespace that for some reason wasn't getting caught on the centos lint-r build step.
    
    ## How was this patch tested?
    
    the build system will test this!  i used one of my ubuntu testing builds and scped over the modified file.
    
    before my fix:  
    https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7-ubuntu-testing/22/console
    
    after my fix:
    https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7-ubuntu-testing/23/console

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

    $ git pull https://github.com/shaneknapp/spark remove-extra-whitespace

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

    https://github.com/apache/spark/pull/22896.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 #22896
    
----
commit f0fea61d56cbafe57a720b2a3a5f9601d80abea3
Author: shane knapp <in...@...>
Date:   2018-10-30T17:56:41Z

    found some extra whitespace in the R tests

----


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

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


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    @shaneknapp, I already merged this into master branch (https://github.com/apache/spark/commit/243ce319a06f20365d5b08d479642d75748645d9) :-). AppVeyor tests were passed (https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/builds/19932574).


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    i am confused, though, as to why this wasn't caught during the PR that added this file:
    https://github.com/apache/spark/pull/22455
    
    on the centos workers, there was an error message in the PRB builds for that PR, but they didn't stop execution:
    Error: StartTag: invalid element name [68]
    
    however, it *was* caught on the ubuntu workers.
    
    both centos and ubuntu are running the same version of lintr and testthat.
    
    centos:
    ```
    [sknapp@amp-jenkins-worker-04 ~]$ Rscript -e "packageVersion('lintr')"
    [1] ‘1.0.0.9001’
    [sknapp@amp-jenkins-worker-04 ~]$ Rscript -e "packageVersion('testthat')"
    [1] ‘1.0.2’
    ```
    
    ubuntu:
    ```
    sknapp@amp-jenkins-staging-worker-02:~$ Rscript -e "packageVersion('lintr')"
    [1] ‘1.0.0.9001’
    sknapp@amp-jenkins-staging-worker-02:~$ Rscript -e "packageVersion('testthat')"
    [1] ‘1.0.2’
    ```
    
    i'll investigate further, but....    ¯\_(ツ)_/¯


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    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 #22896: [SPARKR]found some extra whitespace in the R tests

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

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


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    iiiiiiiinteresting...  still get the `StartTag` error in the build log:
    ```
    Error: StartTag: invalid element name [68]
    Execution halted
    ```
    
    it's orthogonal to this PR, but i'll put some time in today and see if i can't figure out what's up.


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4634/
    Test PASSed.


---

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


[GitHub] spark pull request #22896: [SPARKR]found some extra whitespace in the R test...

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

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


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    **[Test build #98275 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98275/testReport)** for PR 22896 at commit [`f0fea61`](https://github.com/apache/spark/commit/f0fea61d56cbafe57a720b2a3a5f9601d80abea3).


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    @shaneknapp, I just got this in since that's orthogonal to this PR :-) .


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    thanks @HyukjinKwon !


---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    **[Test build #98275 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/98275/testReport)** for PR 22896 at commit [`f0fea61`](https://github.com/apache/spark/commit/f0fea61d56cbafe57a720b2a3a5f9601d80abea3).
     * 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 #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    appveyor timeout #fml 



---

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


[GitHub] spark issue #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    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 #22896: [SPARKR]found some extra whitespace in the R tests

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

    https://github.com/apache/spark/pull/22896
  
    actually can we merge this?  it's causing spurious lintr errors.


---

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