xrl1
xrl1
Hello, Using image `gcr.io/spark-operator/spark-operator:v1beta2-1.2.1-3.0.0` I encountered a weird problem when using Airflow's [SparkKubernetesOperator](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html) and [SparkKubernetesSensor](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/sensors/spark_kubernetes/index.html). In TL;DR, the SparkKubernetesOperator calls 2 subsequent API calls to the spark-operator - `Delete`, and...
It could have been nice if there was a flag to also capture the stdout and stderr of the wrapped executable
Hello, Related to #139 , but maybe not the same use case: I'm trying to create a library that uses the yara-x crate. The library should initialize the rules internally,...
Hello, I use the Rust library directly and call encode on a given text. Because I use BERT with a limited token window, very often the encoded tokens are larger...