You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/16 17:32:08 UTC

[GitHub] [beam] iemejia opened a new pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

iemejia opened a new pull request #14253:
URL: https://github.com/apache/beam/pull/14253


   R: @chamikaramj @ibzib 


----------------------------------------------------------------
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.

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



[GitHub] [beam] ibzib commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
ibzib commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800472565


   It looks like it's failing in CI because of a networking error, which is probably a problem with the test setup, I doubt it's anything to do with Spark 3 specifically.
   
   ```
   Caused by: org.apache.beam.vendor.grpc.v1p26p0.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:18091
   ```
   
   @iemejia I'm guessing you're missing some Python tool/package in your dev environment.


----------------------------------------------------------------
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.

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



[GitHub] [beam] chamikaramj commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
chamikaramj commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-801586726


   LGTM. Thanks.
   
   (+1 for keeping the JIRA open till we can actually run tests for Spark 3)


----------------------------------------------------------------
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.

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



[GitHub] [beam] ibzib commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
ibzib commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800473268


   LGTM, but we should leave the JIRA open until we can figure out what went wrong and run the test on both versions.


----------------------------------------------------------------
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.

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



[GitHub] [beam] chamikaramj commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
chamikaramj commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-801562788


   Run Seed Job


----------------------------------------------------------------
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.

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



[GitHub] [beam] chamikaramj commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
chamikaramj commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800466293


   Thanks. LGTM.
   
   Any idea why it's failing for Spark 3 ?


----------------------------------------------------------------
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.

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



[GitHub] [beam] iemejia commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
iemejia commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800465481


   Run XVR_Spark PostCommit


----------------------------------------------------------------
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.

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



[GitHub] [beam] iemejia commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
iemejia commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800467964


   No clue, I am not really familiar with these tests and I tried to reproduce it locally with the version previous to my change (Spark 2) and it does not pass too (in my machine).


----------------------------------------------------------------
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.

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



[GitHub] [beam] iemejia commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
iemejia commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800486781


   Oh wait why wait if i can make the CI test it for me. Opened #14255 to check Spark 3 only run


----------------------------------------------------------------
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.

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



[GitHub] [beam] iemejia merged pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
iemejia merged pull request #14253:
URL: https://github.com/apache/beam/pull/14253


   


----------------------------------------------------------------
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.

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



[GitHub] [beam] iemejia commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
iemejia commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-800483679


   Sure let's merge it to avoid the red signal and in the meantime try to find what is going on. If someone of you can do just the minor patch locally to use the Spark 3 module and see if it passes locally that would be good until I try to figure out what is wrong with my setup


----------------------------------------------------------------
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.

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



[GitHub] [beam] chamikaramj commented on pull request #14253: [BEAM-11992] Run CrossLanguage ValidatesRunner tests only for Spark 2

Posted by GitBox <gi...@apache.org>.
chamikaramj commented on pull request #14253:
URL: https://github.com/apache/beam/pull/14253#issuecomment-801566417


   Run XVR_Spark PostCommit


----------------------------------------------------------------
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.

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