You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Open data studio](https://open-datastudio.io) is managed computing computing service on Staroid cloud. Run your machine learning and large scale data processing workload without managing cluster and servers.
8
+
[Open data studio](https://open-datastudio.io) is a managed computing computing service on Staroid cloud. Run your machine learning and large scale data processing workloads without managing clusters and servers.
10
9
11
10
Supported computing frameworks are
12
11
@@ -34,7 +33,8 @@ pip install ods
34
33
35
34
```python
36
35
import ods
37
-
# 'ske' is the name of kubernetes cluster created from staroid.com. Alternatively, you can export 'STAROID_SKE' environment variable.
36
+
# 'ske' is the name of kubernetes cluster created from staroid.com.
37
+
# Alternatively, you can export 'STAROID_SKE' environment variable.
38
38
ods.init(ske="kube-cluster-1")
39
39
```
40
40
@@ -45,7 +45,7 @@ Create spark session with default configuration
45
45
46
46
```python
47
47
import ods
48
-
spark = ods.spark("spark-1") # 'spark-1' is name of spark-serverless instance to create.
48
+
spark = ods.spark("spark-1").session()# 'spark-1' is name of spark-serverless instance to create.
0 commit comments