You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "jay vyas (JIRA)" <ji...@apache.org> on 2015/01/20 02:31:34 UTC

[jira] [Updated] (BIGTOP-1611) mahoutsmokes aren't compiling

     [ https://issues.apache.org/jira/browse/BIGTOP-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jay vyas updated BIGTOP-1611:
-----------------------------
    Attachment: BIGTOP-1611.patch

[~dasha.boudnik] thanks for catching this !  that patch had some ugly characters in it .  fixed here.     let me kno if its good and i can commit !

> mahoutsmokes aren't compiling
> -----------------------------
>
>                 Key: BIGTOP-1611
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1611
>             Project: Bigtop
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 0.8.0
>            Reporter: Dasha Boudnik
>             Fix For: 0.9.0
>
>         Attachments: BIGTOP-1611.patch
>
>
> {noformat}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mahout-smoke: Compilation failure: Compilation failure:
> [ERROR] /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy:[74,1] 1. ERROR in /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy (at line 74)
> [ERROR] f_name,loc -&gt;
> [ERROR] ^
> [ERROR] Groovy:unexpected token: f_name @ line 74, column 13.
> [ERROR] 
> [ERROR] /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy:[75,1] 2. ERROR in /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy (at line 75)
> [ERROR] sh.exec("if [ ! -f ${download_dir}/${f_name} ]; then " +
> [ERROR] ^
> [ERROR] Groovy:unexpected token: sh @ line 75, column 13.
> [ERROR] 
> [ERROR] /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy:[80,1] 3. ERROR in /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy (at line 80)
> [ERROR] assertTrue("file "+ f_name + " at  "+loc + " len=" + file.length() + " is &gt; 5k bytes", file.length() &gt; 5000 );
> [ERROR] ^
> [ERROR] Groovy:unexpected token: assertTrue @ line 80, column 13.
> [ERROR] 
> [ERROR] /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy:[83,1] 4. ERROR in /Users/sananthaleggat/Downloads/real-bigtop/bigtop-tests/test-artifacts/mahout/src/main/groovy/org/apache/bigtop/itest/mahout/smoke/TestMahoutExamples.groovy (at line 83)
> [ERROR] }
> [ERROR] ^
> [ERROR] Groovy:unexpected token: } @ line 83, column 5.
> [ERROR] 
> [ERROR] Found 4 errors and 0 warnings.{noformat}
> It's caused by commit 3b13a811a8c6ad568a6a3a7b586be9f2fdf4e810 of BIGTOP-1287.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)