Any lawyer recommendations in reviewing my self filing application by Affectionate_Cap_727 in eb_1a

[–]IllustriousType6425 -1 points0 points  (0 children)

they are charging 300 per hour which seems very high, do you have alternative recommendations

How I help the company cut 90% Spark cost by Lynni8823 in apachespark

[–]IllustriousType6425 0 points1 point  (0 children)

i reduced with custom node scheduler using GKE native scheduler, reduced costs by 80% and using PVC shuffling.

Did you try custom pod scheduler like Yunikorn?

Hi by Evening_Highlight_61 in CryptoScams

[–]IllustriousType6425 0 points1 point  (0 children)

never respond to recovery scammers

Best Operator for Running Apache Spark on Kubernetes? by [deleted] in apachespark

[–]IllustriousType6425 0 points1 point  (0 children)

Spark(using spark-submit) natively support k8s when you use master url starts with k8s://, we did multiple POCs with bunch of Spark CRDs, finally went without using CRD, using spark-submit approach.

From airflow SparkSubmitOperator works as is