mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Remove legacy Ray code. (#3121)
* Remove legacy Ray code. * Fix cmake and simplify monitor. * Fix linting * Updates * Fix * Implement some methods. * Remove more plasma manager references. * Fix * Linting * Fix * Fix * Make sure class IDs are strings. * Some path fixes * Fix * Path fixes and update arrow * Fixes. * linting * Fixes * Java fixes * Some java fixes * TaskLanguage -> Language * Minor * Fix python test and remove unused method signature. * Fix java tests * Fix jenkins tests * Remove commented out code.
This commit is contained in:
committed by
Philipp Moritz
parent
055daf17a0
commit
658c14282c
@@ -45,8 +45,6 @@ A typical layout of temporary files could look like this:
|
||||
│ ├── log_monitor.out
|
||||
│ ├── monitor.err
|
||||
│ ├── monitor.out
|
||||
│ ├── plasma_manager_0.err # array of plasma managers' outputs
|
||||
│ ├── plasma_manager_0.out
|
||||
│ ├── plasma_store_0.err # array of plasma stores' outputs
|
||||
│ ├── plasma_store_0.out
|
||||
│ ├── raylet_0.err # array of raylets' outputs. Control it with `--no-redirect-worker-output` (in Ray's command line) or `redirect_worker_output` (in ray.init())
|
||||
|
||||
Reference in New Issue
Block a user