- Blog - When to use parallel streams?
- Blog - Sequential vs Parallel vs Concurrent
- Blog - Nested Parallel Streams more concurrency less performance
- Blob - Why your parallel stream might not be parallel at all
- Blog - Synchronous vs Asynchronous
- Blog - Virtual thread with Spring boot
- Video - Java 24 Stops Pinning Virtual Threads (Almost) - Inside Java Newscast #80
- [Blog - Netflix blog: Dude where's my lock?](https://netflixtechblog.com/java-21-virt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NAME TITLE | |
| abusiveexperiencereport.googleapis.com Abusive Experience Report API | |
| acceleratedmobilepageurl.googleapis.com Accelerated Mobile Pages (AMP) URL API | |
| accessapproval.googleapis.com Access Approval API | |
| accesscontextmanager.googleapis.com Access Context Manager API | |
| actions.googleapis.com Actions API | |
| adexchangebuyer-json.googleapis.com Ad Exchange Buyer API | |
| adexchangebuyer.googleapis.com Ad Exchange Buyer API II | |
| adexchangeseller.googleapis.com Ad Exchange Seller API | |
| adexperiencereport.googleapis.com Ad Experience Report API |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Local .terraform directories | |
| **/.terraform/* | |
| # .tfstate files | |
| *.tfstate | |
| *.tfstate.* | |
| # Crash log files | |
| crash.log |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
dd
link: [email protected]:yahoo/CMAK.git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| grep -rl "prevent_destroy = true" . | xargs sed -i 's/prevent_destroy = true/prevent_destroy = false/g' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: resale-weekly-job-task-kem87nrze2 | |
| Namespace: spring-cloud-dataflow | |
| Priority: 0 | |
| Node: ip-10-0-9-130.ec2.internal/10.0.9.130 | |
| Start Time: Fri, 21 May 2021 17:56:19 -0300 | |
| Labels: role=spring-app | |
| spring-app-id=resale-weekly-job-task-kem87nrze2 | |
| spring-deployment-id=resale-weekly-job-task-kem87nrze2 | |
| task-name=resale-weekly-job-task | |
| Annotations: kubernetes.io/psp: eks.privileged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: "sparkoperator.k8s.io/v1beta2" | |
| kind: SparkApplication | |
| metadata: | |
| name: pyspark-pi | |
| namespace: spark-job | |
| spec: | |
| type: Python | |
| pythonVersion: "3" | |
| mode: cluster | |
| image: "gcr.io/spark-operator/spark-py:v3.0.0" |
NewerOlder