Skip to content
Snippets Groups Projects
  • Matei Zaharia's avatar
    6c8d1b2c
    Fix computation of classpath when we launch java directly · 6c8d1b2c
    Matei Zaharia authored
    The previous version assumed that a CLASSPATH environment variable was
    set by the "run" script when launching the process that starts the
    ExecutorRunner, but unfortunately this is not true in tests. Instead, we
    factor the classpath calculation into an extenral script and call that.
    
    NOTE: This includes a Windows version but hasn't yet been tested there.
    6c8d1b2c
    History
    Fix computation of classpath when we launch java directly
    Matei Zaharia authored
    The previous version assumed that a CLASSPATH environment variable was
    set by the "run" script when launching the process that starts the
    ExecutorRunner, but unfortunately this is not true in tests. Instead, we
    factor the classpath calculation into an extenral script and call that.
    
    NOTE: This includes a Windows version but hasn't yet been tested there.