You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/06 15:13:00 UTC

[jira] [Commented] (BIGTOP-2860) Fix TestSpark.groovy syntax error

    [ https://issues.apache.org/jira/browse/BIGTOP-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115833#comment-16115833 ] 

ASF GitHub Bot commented on BIGTOP-2860:
----------------------------------------

Github user nareshgbhat commented on the issue:

    https://github.com/apache/bigtop/pull/268
  
    As far as I understand the below code change must be by mistake in the patch
    
    static final String SPARK_PORT = System.getenv("SPARK_MASTER_PORT")
    
    should be changed to as below ?
    
    static final String SPARK_MASTER_PORT = System.getenv("SPARK_MASTER_PORT")



> Fix TestSpark.groovy syntax error
> ---------------------------------
>
>                 Key: BIGTOP-2860
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2860
>             Project: Bigtop
>          Issue Type: Bug
>          Components: spark, tests
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>
> There are some syntax errors in spark smoke tests: TestSpark.groovy



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)