Prateek Maheshwari created SAMZA-1200:
-----------------------------------------

             Summary: Scala compile for samza-core occassionally fails with 
ambiguous reference error
                 Key: SAMZA-1200
                 URL: https://issues.apache.org/jira/browse/SAMZA-1200
             Project: Samza
          Issue Type: Bug
            Reporter: Prateek Maheshwari
            Assignee: Prateek Maheshwari
             Fix For: 0.13.0


Need to investigate why this is intermittent.

{code}
:samza-core_2.10:compileScala
[ant:scalac] 
/Users/pmaheshw/code/work/samza-linkedin/samza/samza-core/src/main/scala/org/apache/samza/util/Logging.scala:32:
 error: ambiguous reference to overloaded definition,
[ant:scalac] both method info in trait Logger of type (x$1: String, x$2: 
<repeated...>[Object])Unit
[ant:scalac] and  method info in trait Logger of type (x$1: String)Unit
[ant:scalac] match argument types (Any)
[ant:scalac]     logger.info(message)
[ant:scalac]            ^
[ant:scalac] 
/Users/pmaheshw/code/work/samza-linkedin/samza/samza-core/src/main/scala/org/apache/samza/util/Logging.scala:33:
 error: ambiguous reference to overloaded definition,
[ant:scalac] both method info in trait Logger of type (x$1: String, x$2: 
<repeated...>[Object])Unit
[ant:scalac] and  method info in trait Logger of type (x$1: String)Unit
[ant:scalac] match argument types (Any)
[ant:scalac]     startupLogger.info(message)
[ant:scalac]                   ^
[ant:scalac] two errors found
:samza-core_2.10:compileScala FAILED

FAILURE: Build failed with an exception.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to