You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2014/07/24 18:16:38 UTC

[jira] [Updated] (SAMZA-352) Scala 2.9.2 build broken after SAMZA-337

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

Jakob Homan updated SAMZA-352:
------------------------------

    Attachment: SAMZA-352.patch

Quick patch to use object method instead.  Passes tests in both 2.9.2 and 2.10.  No rb.

> Scala 2.9.2 build broken after SAMZA-337
> ----------------------------------------
>
>                 Key: SAMZA-352
>                 URL: https://issues.apache.org/jira/browse/SAMZA-352
>             Project: Samza
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>            Priority: Blocker
>             Fix For: 0.8.0
>
>         Attachments: SAMZA-352.patch
>
>
> Scala 2.9.2 doesn't like the call to the Object method alphanumeric, though 2.10 is okay with it:
> {noformat}[ant:scalac] Element '/Users/jhoman/repos/samza/samza-core/build/resources/main' does not exist.
> /Users/jhoman/repos/samza/samza-core/src/test/scala/org/apache/samza/util/TestUtil.scala:93: error: value alphanumeric is not a member of scala.util.Random
>     random.alphanumeric.take(length).mkString
>            ^
> one error found
> :samza-core_2.9.2:compileTestScala FAILED{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)