You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2022/02/28 19:02:05 UTC

[GitHub] [samza] dxichen opened a new pull request #1586: SAMZA-2723: Fix yarn version and scala version for scalate

dxichen opened a new pull request #1586:
URL: https://github.com/apache/samza/pull/1586


   Fix for observed failures in release testing
   Symptom: 
   ```
   > Task :samza-yarn_2.11:compileTestScala FAILED
   Pruning sources from previous analysis, due to incompatible CompileSetup.
   
   /Users/dchen1/code/samza212/samza/samza-yarn/src/test/scala/org/apache/samza/job/yarn/TestSamzaYarnAppMasterLifecycle.scala:57: type ResourceTypeInfo is not a member of package org.apache.hadoop.yarn.api.records
   
           override def setResourceTypes(types: java.util.List[org.apache.hadoop.yarn.api.records.ResourceTypeInfo]): Unit = ()
   ```
   Reason: we have updated (https://github.com/apache/samza/pull/1557) the yarn version but did not change it in release tests
   
   Fix scalate and scala 2.12 version compatibility
   We need to update the scala version from 2.12.1 -> 2.12.11 for scalate compatibility
   Symptom:
   ```
   Caused by: java.lang.NoSuchMethodError: scala.tools.nsc.symtab.classfile.ClassfileParser$unpickler$.unpickle([BILscala/reflect/internal/Symbols$ClassSymbol;Lscala/reflect/internal/Symbols$ModuleSymbol;Ljava/lang/String;)V
   at scala.tools.nsc.symtab.classfile.ClassfileParser.parseAttribute$1(ClassfileParser.scala:847)
   
   at scala.tools.nsc.symtab.classfile.ClassfileParser.$anonfun$parseAttributes$17(ClassfileParser.scala:1039)
   
   at scala.tools.nsc.symtab.classfile.ClassfileParser.parseAttributes(ClassfileParser.scala:1039)
   
   at scala.tools.nsc.symtab.classfile.ClassfileParser.parseClass(ClassfileParser.scala:489)
   
   at scala.tools.nsc.symtab.classfile.ClassfileParser.$anonfun$parse$1(ClassfileParser.scala:156)
   
   at scala.tools.nsc.symtab.classfile.ClassfileParser.parse(ClassfileParser.scala:127)
   
   at scala.tools.nsc.symtab.SymbolLoaders$ClassfileLoader.doComplete(SymbolLoaders.scala:311)
   
   at scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.complete(SymbolLoaders.scala:213)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [samza] APB0001 commented on pull request #1586: SAMZA-2723: Fix yarn version and scala version for scalate

Posted by GitBox <gi...@apache.org>.
APB0001 commented on pull request #1586:
URL: https://github.com/apache/samza/pull/1586#issuecomment-1054647740


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [samza] lakshmi-manasa-g commented on pull request #1586: SAMZA-2723: Fix yarn version and scala version for scalate

Posted by GitBox <gi...@apache.org>.
lakshmi-manasa-g commented on pull request #1586:
URL: https://github.com/apache/samza/pull/1586#issuecomment-1054665389


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [samza] dxichen merged pull request #1586: SAMZA-2723: Fix yarn version and scala version for scalate

Posted by GitBox <gi...@apache.org>.
dxichen merged pull request #1586:
URL: https://github.com/apache/samza/pull/1586


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org