Fix Ray QuickStart doc (#4053)
This commit is contained in:
		
							parent
							
								
									065812c675
								
							
						
					
					
						commit
						c9be2b979e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,7 +20,7 @@ pip install bigdl-orca[ray]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### **Step 1: Initialize**
 | 
					### **Step 1: Initialize**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We recommend using `init_orca_context` to initiate and run Analytics Zoo on the underlying cluster. The Ray cluster would be launched automatically by specifying `init_ray_on_spark=True`.
 | 
					We recommend using `init_orca_context` to initiate and run BigDL on the underlying cluster. The Ray cluster would be launched automatically by specifying `init_ray_on_spark=True`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```python
 | 
					```python
 | 
				
			||||||
from bigdl.orca import init_orca_context
 | 
					from bigdl.orca import init_orca_context
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue