Search: "odps metadata"
Kubernetes: Basic Deployments blog
Deployment Example ``` nano myDeployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: busybox-deployment ...
Kubernetes Pod Disruption Budgets (PDB blog
/v1 kind: Deployment metadata: name: 5mb-deployment labels: app: 5mbpods spec: replicas: 5 strategy: type ...
Best Practices for Writing Chef Cookbooks blog
node, - `metadata` which provides information that helps client and server correctly deploy it, - `libraries` to allow arbitrary ...
Kubernetes Batch Jobs blog
: batch/v1 kind: Job metadata: name: myjob spec: template: spec: containers: - name: myjob ...
Configure object tagging - Object Storage Service Documentation
;); tags.put("key2", "value2"); // Configures the tags in the HTTP headers. ObjectMetadata metadata = new ...
Install the plug-in - Container Service for Kubernetes Documentation
kind: CSIDriver metadata: name: diskplugin.csi.alibabacloud.com spec: attachRequired: false --- apiVersion: storage.k8s.io ...
Use MaxCompute to analyze IP sources - MaxCompute Documentation
of the Python resource, select Upload to ODPS and click OK, as shown in the following figure. Write code for the Python ...
Redis+KVStore: Disk-based Storage for Massive Data blog
container types, we need to do the following: • One KV stores the metadata of the entire key (such as the number of ...
Obtaining SQL Query Result in Pages Using MaxCompute blog
custom SELECT query by using InstanceTunnel. ``` Odps odps = OdpsUtils.newDefaultOdps(); // Initialize the MaxCompute object ...
Node types overview - DataWorks Documentation
usually used if these input tables do not have any dependencies between them. ODPS SQL node ...