You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2020/07/17 11:29:46 UTC

[GitHub] [systemds] Baunsgaard commented on pull request #992: [SYSTEMDS-2523] Update to Spark 2.4.6

Baunsgaard commented on pull request #992:
URL: https://github.com/apache/systemds/pull/992#issuecomment-660056133


   Current error in tests is only in python api that is missing some Java files in its distribution.
   
   
   ``` code
   ERROR: setUpClass (test_matrix_rand.TestRand)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/home/baunsgaard/github/systemds/src/main/python/tests/test_matrix_rand.py", line 50, in setUpClass
       cls.sds = SystemDSContext()
     File "/home/baunsgaard/github/systemds/src/main/python/systemds/context/systemds_context.py", line 97, in __init__
       raise Exception("Exception in startup of GatewayServer: " + stderr)
   Exception: Exception in startup of GatewayServer: Exception in thread "main" java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper
   ```


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